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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 0.2.1
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
 * tag               0.2.1      -> FETCH_HEAD
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 0.2.1
========================================
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-4609320-2":/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/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/KINGH242/swift-base58.git
[1/54] Fetching swift-base58
[55/197] Fetching swift-base58, uncommoncrypto.swift
Fetched https://github.com/KINGH242/swift-base58.git from cache (0.23s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.23s)
Computing version for https://github.com/KINGH242/swift-base58.git
Computed https://github.com/KINGH242/swift-base58.git at 0.1.2 (0.69s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4826] Fetching bigint
[4345/21982] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (2.25s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.29s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (4.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.50s)
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.56s)
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/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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] Copying wordlist
[6/380] Compiling CUncommonCrypto pbkdf2.c
[7/380] Compiling CUncommonCrypto sha3.c
[8/380] Compiling CUncommonCrypto memzero.c
[9/380] Compiling fiat_p256_adx_mul.S
[10/380] Compiling fiat_p256_adx_sqr.S
[11/380] Compiling fiat_curve25519_adx_square.S
[12/380] Compiling fiat_curve25519_adx_mul.S
[13/380] Compiling md5-x86_64-linux.S
[14/380] Compiling md5-x86_64-apple.S
[15/380] Compiling CUncommonCrypto sha2.c
[16/380] Compiling md5-586-apple.S
[17/380] Compiling md5-586-linux.S
[18/380] Compiling chacha20_poly1305_x86_64-apple.S
[19/380] Compiling chacha20_poly1305_armv8-win.S
[20/380] Compiling CUncommonCrypto hmac.c
[21/380] Write swift-version-24593BA9C3E375BF.txt
[22/380] Compiling chacha20_poly1305_armv8-linux.S
[23/380] Compiling chacha20_poly1305_x86_64-linux.S
[24/380] Compiling chacha20_poly1305_armv8-apple.S
[25/380] Compiling chacha-x86_64-linux.S
[26/380] Compiling chacha-x86_64-apple.S
[27/380] Compiling chacha-x86-linux.S
[28/380] Compiling CCryptoBoringSSLShims shims.c
[29/380] Compiling chacha-x86-apple.S
[30/380] Compiling chacha-armv8-win.S
[31/380] Compiling chacha-armv8-linux.S
[32/380] Compiling chacha-armv8-apple.S
[33/380] Compiling chacha-armv4-linux.S
[34/380] Compiling aes128gcmsiv-x86_64-linux.S
[35/380] Compiling aes128gcmsiv-x86_64-apple.S
[36/383] Compiling x86_64-mont-apple.S
[37/387] Compiling x86_64-mont-linux.S
[38/387] Compiling x86-mont-linux.S
[39/387] Compiling err_data.cc
[40/387] Compiling x86_64-mont5-apple.S
[41/387] Compiling x86_64-mont5-linux.S
[42/387] Compiling x86-mont-apple.S
[43/387] Compiling vpaes-x86_64-apple.S
[44/387] Compiling vpaes-x86-linux.S
[45/387] Compiling vpaes-x86_64-linux.S
[46/387] Compiling vpaes-armv8-win.S
[46/387] Compiling vpaes-armv8-apple.S
[48/387] Compiling vpaes-armv8-linux.S
[49/387] Compiling vpaes-x86-apple.S
[50/387] Compiling vpaes-armv7-linux.S
[51/387] Compiling sha512-x86_64-apple.S
[52/387] Compiling sha512-armv4-linux.S
[53/387] Compiling sha512-armv8-win.S
[54/387] Compiling sha512-armv8-apple.S
[55/387] Compiling sha512-x86_64-linux.S
[56/387] Compiling sha512-armv8-linux.S
[57/387] Compiling sha512-586-apple.S
[58/387] Compiling sha512-586-linux.S
[59/387] Compiling sha256-armv8-apple.S
[60/387] Compiling sha256-armv8-win.S
[61/387] Compiling sha256-x86_64-apple.S
[62/387] Compiling sha256-armv8-linux.S
[63/387] Compiling sha256-586-apple.S
[64/387] Compiling sha256-586-linux.S
[64/387] Compiling sha256-x86_64-linux.S
[66/387] Compiling sha256-armv4-linux.S
[67/387] Compiling sha1-armv8-linux.S
[68/387] Compiling sha1-armv8-win.S
[69/387] Compiling sha1-armv8-apple.S
[70/387] Compiling sha1-x86_64-apple.S
[71/387] Compiling sha1-586-linux.S
[72/387] Compiling sha1-armv4-large-linux.S
[73/387] Compiling sha1-x86_64-linux.S
[74/387] Compiling sha1-586-apple.S
[75/387] Compiling rsaz-avx2-apple.S
[76/387] Compiling rsaz-avx2-linux.S
[77/387] Compiling rdrand-x86_64-apple.S
[78/387] Compiling p256_beeu-x86_64-asm-linux.S
[78/387] Compiling rdrand-x86_64-linux.S
[80/387] Compiling p256_beeu-x86_64-asm-apple.S
[81/387] Compiling p256_beeu-armv8-asm-apple.S
[82/387] Compiling p256_beeu-armv8-asm-win.S
[83/387] Compiling p256-x86_64-asm-apple.S
[84/387] Compiling p256-armv8-asm-win.S
[85/387] Compiling p256_beeu-armv8-asm-linux.S
[86/387] Compiling p256-armv8-asm-linux.S
[87/387] Compiling p256-x86_64-asm-linux.S
[88/387] Compiling p256-armv8-asm-apple.S
[89/387] Compiling ghashv8-armv8-win.S
[90/387] Compiling ghashv8-armv8-linux.S
[91/387] Compiling ghashv8-armv8-apple.S
[92/387] Compiling ghashv8-armv7-linux.S
[93/387] Compiling ghash-x86_64-apple.S
[94/387] Compiling ghash-x86-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_64-apple.S
[99/387] Compiling ghash-ssse3-x86-linux.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 co-586-linux.S
[104/387] Compiling ghash-neon-armv8-apple.S
[105/387] Compiling ghash-armv4-linux.S
[106/387] Compiling bsaes-armv7-linux.S
[107/387] Compiling co-586-apple.S
[108/387] Compiling bn-armv8-linux.S
[109/387] Compiling bn-armv8-apple.S
[110/387] Compiling bn-armv8-win.S
[111/387] Compiling bn-586-linux.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 armv8-mont-apple.S
[116/387] Compiling armv4-mont-linux.S
[117/387] Compiling aesv8-gcm-armv8-win.S
[118/387] Compiling aesv8-gcm-armv8-linux.S
[119/387] Compiling aesv8-armv8-win.S
[120/387] Compiling aesv8-gcm-armv8-apple.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_64-linux.S
[126/387] Compiling aesni-x86-linux.S
[127/387] Compiling aesni-x86-apple.S
[128/387] Compiling aesni-gcm-x86_64-apple.S
[129/387] Compiling aesni-gcm-x86_64-linux.S
[130/387] Compiling aes-gcm-avx512-x86_64-linux.S
[131/387] Compiling aes-gcm-avx2-x86_64-linux.S
[132/387] Compiling aes-gcm-avx512-x86_64-apple.S
[133/387] Compiling aes-gcm-avx2-x86_64-apple.S
[134/387] Compiling xwing.cc
[135/387] Compiling x_req.cc
[136/387] Compiling x_x509.cc
[137/387] Compiling x_pubkey.cc
[138/387] Compiling x_spki.cc
[139/387] Compiling x_sig.cc
[140/387] Compiling x_x509a.cc
[141/387] Compiling x_name.cc
[142/387] Compiling x_exten.cc
[143/387] Compiling x509spki.cc
[144/387] Compiling x_crl.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_v3.cc
[153/387] Compiling x509_txt.cc
[154/387] Compiling x509_vfy.cc
[155/387] Compiling x509_trs.cc
[156/387] Compiling x509_ext.cc
[157/387] Compiling x509_req.cc
[158/387] Compiling x509_obj.cc
[159/387] Compiling x509_set.cc
[160/387] Compiling x509_lu.cc
[161/387] Compiling x509_def.cc
[161/387] Compiling x509_d2.cc
[163/387] Compiling x509_cmp.cc
[164/387] Compiling x509_att.cc
[165/387] Compiling x509.cc
[166/387] Compiling v3_utl.cc
[167/387] Compiling v3_ocsp.cc
[168/387] Compiling v3_skey.cc
[169/387] Compiling v3_prn.cc
[170/387] Compiling v3_purp.cc
[171/387] Compiling v3_pmaps.cc
[172/387] Compiling v3_ncons.cc
[173/387] Compiling v3_pcons.cc
[174/387] Compiling v3_enum.cc
[175/387] Compiling v3_genn.cc
[176/387] Compiling v3_int.cc
[177/387] Compiling v3_extku.cc
[178/387] Compiling v3_ia5.cc
[179/387] Compiling v3_info.cc
[180/387] Compiling v3_lib.cc
[182/387] Compiling UncommonCrypto SecureRandom.swift
[183/387] Compiling UncommonCrypto SHA1.swift
[184/387] Compiling UncommonCrypto PBKDF2.swift
[185/387] Emitting module UncommonCrypto
[186/387] Compiling UncommonCrypto HMAC.swift
[187/387] Compiling UncommonCrypto SHA3.swift
[188/387] Compiling UncommonCrypto SHA2.swift
[189/388] Compiling v3_bcons.cc
[190/388] Compiling v3_crld.cc
[191/388] Compiling v3_alt.cc
[192/388] Compiling v3_cpols.cc
[193/388] Compiling v3_conf.cc
[194/388] Compiling v3_akeya.cc
[195/388] Compiling v3_bitst.cc
[196/388] Compiling v3_akey.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
[201/388] Compiling i2d_pr.cc
[202/388] Compiling rsa_pss.cc
[203/388] Compiling policy.cc
[204/388] Compiling name_print.cc
[205/388] Compiling algorithm.cc
[205/388] Compiling by_file.cc
[207/388] Compiling voprf.cc
[208/388] Compiling asn1_gen.cc
[209/388] Compiling a_verify.cc
[210/388] Compiling a_sign.cc
[211/388] Compiling a_digest.cc
[212/388] Compiling by_dir.cc
[213/388] Compiling thread_pthread.cc
[214/388] Compiling thread_win.cc
[215/388] Compiling thread.cc
[216/388] Compiling thread_none.cc
[217/388] Compiling stack.cc
[218/388] Compiling sha512.cc
[219/388] Compiling siphash.cc
[220/388] Compiling sha1.cc
[221/388] Compiling sha256.cc
[222/388] Compiling trust_token.cc
[223/388] Compiling pmbtoken.cc
[224/388] Compiling slhdsa.cc
[225/388] Compiling spake2plus.cc
[226/388] Compiling rsa_print.cc
[227/388] Compiling rc4.cc
[228/388] Compiling refcount.cc
[229/388] Compiling rsa_crypt.cc
[230/388] Compiling rsa_extra.cc
[231/388] Compiling rand.cc
[232/388] Compiling ios.cc
[233/388] Compiling trusty.cc
[234/388] Compiling windows.cc
[235/388] Compiling urandom.cc
[236/388] Compiling passive.cc
[237/388] Compiling poly1305_arm_asm.S
[238/388] Compiling getentropy.cc
[239/388] Compiling forkunsafe.cc
[240/388] Compiling deterministic.cc
[241/388] Compiling fork_detect.cc
[242/388] Compiling rsa_asn1.cc
[243/388] Compiling poly1305_arm.cc
[244/388] Compiling poly1305_vec.cc
[245/388] Compiling pool.cc
[246/388] Compiling poly1305.cc
[247/388] Compiling pkcs7.cc
[248/388] Compiling pkcs8.cc
[249/388] Compiling pkcs8_x509.cc
[250/388] Compiling pem_xaux.cc
[251/388] Compiling p5_pbev2.cc
[252/388] Compiling pkcs7_x509.cc
[253/388] Compiling pem_x509.cc
[254/388] Compiling pem_pkey.cc
[255/388] Compiling pem_pk8.cc
[256/388] Compiling pem_lib.cc
[257/388] Compiling pem_info.cc
[258/388] Compiling mlkem.cc
[259/388] Compiling mldsa.cc
[260/388] Compiling pem_oth.cc
[261/388] Compiling pem_all.cc
[262/388] Compiling obj_xref.cc
[263/388] Compiling mem.cc
[264/388] Compiling poly_rq_mul.S
[265/388] Compiling lhash.cc
[266/388] Compiling obj.cc
[267/388] Compiling md5.cc
[268/388] Compiling fips_shared_support.cc
[269/388] Compiling md4.cc
[270/388] Compiling ex_data.cc
[271/388] Compiling fuzzer_mode.cc
[272/388] Compiling hrss.cc
[273/388] Compiling scrypt.cc
[274/388] Compiling kyber.cc
[275/388] Compiling sign.cc
[276/388] Compiling hpke.cc
[277/388] Compiling pbkdf.cc
[278/388] Compiling print.cc
[279/388] Compiling p_x25519_asn1.cc
[280/388] Compiling p_x25519.cc
[281/388] Compiling p_hkdf.cc
[282/388] Compiling p_rsa.cc
[283/388] Compiling p_ed25519_asn1.cc
[284/388] Compiling p_ed25519.cc
[285/388] Compiling p_rsa_asn1.cc
[286/388] Compiling p_ec_asn1.cc
[287/388] Compiling p_ec.cc
[288/388] Compiling p_dsa_asn1.cc
[289/388] Compiling p_dh_asn1.cc
[290/388] Compiling p_dh.cc
[291/388] Compiling evp_ctx.cc
[292/388] Compiling evp_asn1.cc
[293/388] Compiling err.cc
[294/388] Compiling ecdsa_p1363.cc
[295/388] Compiling evp.cc
[296/388] Compiling engine.cc
[297/388] Compiling ecdh.cc
[298/388] Compiling ecdsa_asn1.cc
[299/388] Compiling ec_derive.cc
[300/388] Compiling hash_to_curve.cc
[301/388] Compiling dsa.cc
[302/388] Compiling ec_asn1.cc
[303/388] Compiling params.cc
[304/388] Compiling dsa_asn1.cc
[305/388] Compiling digest_extra.cc
[306/388] Compiling x25519-asm-arm.S
[307/388] Compiling des.cc
[308/388] Compiling dh_asn1.cc
[309/388] Compiling cpu_intel.cc
[310/388] Compiling crypto.cc
[311/388] Compiling curve25519.cc
[312/388] Compiling spake25519.cc
[313/388] Compiling cpu_arm_freebsd.cc
[314/388] Compiling cpu_arm_linux.cc
[315/388] Compiling cpu_aarch64_sysreg.cc
[316/388] Compiling cpu_aarch64_openbsd.cc
[317/388] Compiling cpu_aarch64_linux.cc
[318/388] Compiling cpu_aarch64_win.cc
[319/388] Compiling curve25519_64_adx.cc
[320/388] Compiling cpu_aarch64_fuchsia.cc
[321/388] Compiling cpu_aarch64_apple.cc
[322/388] Compiling conf.cc
[323/388] Compiling tls_cbc.cc
[324/388] Compiling e_rc4.cc
[325/388] Compiling get_cipher.cc
[326/388] Compiling e_rc2.cc
[327/388] Compiling e_null.cc
[327/388] Compiling e_tls.cc
[329/388] Compiling e_des.cc
[330/388] Compiling cms.cc
[331/388] Compiling e_aeseax.cc
[332/388] Compiling e_chacha20poly1305.cc
[333/388] Compiling e_aesgcmsiv.cc
[334/388] Compiling derive_key.cc
[335/388] Compiling e_aesctrhmac.cc
[336/388] Compiling chacha.cc
[337/388] Compiling asn1_compat.cc
[338/388] Compiling buf.cc
[339/388] Compiling cbb.cc
[340/388] Compiling unicode.cc
[341/388] Compiling sqrt.cc
[342/388] Compiling ber.cc
[343/388] Compiling cbs.cc
[344/388] Compiling div.cc
[345/388] Compiling printf.cc
[346/388] Compiling exponentiation.cc
[347/388] Compiling bn_asn1.cc
[348/388] Compiling pair.cc
[349/388] Compiling blake2.cc
[350/388] Compiling convert.cc
[351/388] Compiling file.cc
[352/388] Compiling hexdump.cc
[353/388] Compiling fd.cc
[354/388] Compiling errno.cc
[355/388] Compiling bio_mem.cc
[356/388] Compiling base64.cc
[356/388] Compiling tasn_typ.cc
[358/388] Compiling tasn_utl.cc
[359/388] Compiling bio.cc
[360/388] Compiling f_string.cc
[361/388] Compiling tasn_fre.cc
[362/388] Compiling tasn_enc.cc
[363/388] Compiling f_int.cc
[364/388] Compiling posix_time.cc
[365/388] Compiling tasn_new.cc
[366/388] Compiling asn_pack.cc
[367/388] Compiling asn1_par.cc
[368/388] Compiling tasn_dec.cc
[369/388] Compiling asn1_lib.cc
[370/388] Compiling a_utctm.cc
[371/388] Compiling a_time.cc
[372/388] Compiling a_octet.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_object.cc
[378/388] Compiling a_mbstr.cc
[379/388] Compiling a_dup.cc
[380/388] Write sources
[381/388] Compiling a_d2i_fp.cc
[382/388] Compiling a_int.cc
[383/388] Compiling a_gentm.cc
[384/388] Compiling aes.cc
[385/409] Compiling a_bitstr.cc
[386/409] Compiling a_bool.cc
[388/409] Emitting module BigInt
[389/411] Compiling BigInt Strideable.swift
[390/411] Compiling BigInt String Conversion.swift
[391/411] Compiling BigInt Random.swift
[392/411] Compiling BigInt Shifts.swift
[393/411] Compiling BigInt Square Root.swift
[394/411] Compiling BigInt Bitwise Ops.swift
[395/411] Compiling BigInt Codable.swift
[396/411] Compiling BigInt Comparable.swift
[397/411] Compiling BigInt Integer Conversion.swift
[398/411] Compiling BigInt Multiplication.swift
[399/411] Compiling BigInt Prime Test.swift
[400/411] Compiling BigInt Floating Point Conversion.swift
[401/411] Compiling BigInt GCD.swift
[402/411] Compiling BigInt Hashable.swift
[403/411] Compiling BigInt Data Conversion.swift
[404/411] Compiling BigInt Division.swift
[405/411] Compiling BigInt Exponentiation.swift
[406/411] Compiling BigInt Addition.swift
[407/411] Compiling BigInt BigInt.swift
[408/411] Compiling BigInt BigUInt.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 EllipticCurve.swift
[415/420] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[416/420] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[417/420] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[418/420] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[419/420] Emitting module CryptoBoringWrapper
[420/420] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[422/492] Compiling Crypto HPKE-Errors.swift
[423/492] Compiling Crypto HPKE.swift
[424/492] Compiling Crypto HPKE-Context.swift
[425/492] Compiling Crypto HPKE-KeySchedule.swift
[426/492] Compiling Crypto HPKE-Modes.swift
[427/492] Compiling Crypto Insecure.swift
[428/492] Compiling Crypto Insecure_HashFunctions.swift
[429/492] Compiling Crypto KEM.swift
[430/492] Compiling Crypto ECDH_boring.swift
[431/492] Compiling Crypto DH.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 HPKE-AEAD.swift
[444/502] Compiling Crypto HPKE-Ciphersuite.swift
[445/502] Compiling Crypto HPKE-KDF.swift
[446/502] Compiling Crypto HPKE-KexKeyDerivation.swift
[447/502] Compiling Crypto HPKE-LabeledExtract.swift
[448/502] Compiling Crypto HPKE-Utils.swift
[449/502] Compiling Crypto DHKEM.swift
[450/502] Compiling Crypto HPKE-KEM-Curve25519.swift
[451/502] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[452/502] Compiling Crypto HPKE-KEM.swift
[453/502] Compiling Crypto X25519Keys.swift
[454/502] Compiling Crypto SymmetricKeys.swift
[455/502] Compiling Crypto HMAC.swift
[456/502] Compiling Crypto MACFunctions.swift
[457/502] Compiling Crypto MessageAuthenticationCode.swift
[458/502] Compiling Crypto AES.swift
[459/502] Compiling Crypto ECDSASignature_boring.swift
[460/502] Compiling Crypto ECDSA_boring.swift
[461/502] Compiling Crypto EdDSA_boring.swift
[462/502] Compiling Crypto ECDSA.swift
[463/502] Compiling Crypto ECDH.swift
[464/502] Compiling Crypto HKDF.swift
[465/502] Compiling Crypto AESWrap.swift
[466/502] Compiling Crypto AESWrap_boring.swift
[467/502] Compiling Crypto Ed25519_boring.swift
[468/502] Compiling Crypto NISTCurvesKeys_boring.swift
[469/502] Compiling Crypto X25519Keys_boring.swift
[470/502] Compiling Crypto Curve25519.swift
[471/502] Compiling Crypto Ed25519Keys.swift
[472/502] Compiling Crypto NISTCurvesKeys.swift
[473/502] Compiling Crypto ASN1Identifier.swift
[474/502] Compiling Crypto ASN1Integer.swift
[475/502] Compiling Crypto ASN1Null.swift
[476/502] Compiling Crypto ASN1OctetString.swift
[477/502] Compiling Crypto ASN1Strings.swift
[478/502] Compiling Crypto ArraySliceBigint.swift
[479/502] Compiling Crypto GeneralizedTime.swift
[480/502] Compiling Crypto ObjectIdentifier.swift
[481/502] Compiling Crypto ECDSASignature.swift
[482/502] Compiling Crypto PEMDocument.swift
[483/502] Compiling Crypto AES-GCM.swift
[484/502] Compiling Crypto AES-GCM_boring.swift
[485/502] Compiling Crypto ChaChaPoly_boring.swift
[486/502] Compiling Crypto ChaChaPoly.swift
[487/502] Compiling Crypto Cipher.swift
[488/502] Compiling Crypto Nonces.swift
[489/502] Compiling Crypto ASN1.swift
[490/502] Compiling Crypto ASN1Any.swift
[491/502] Compiling Crypto ASN1BitString.swift
[492/502] Compiling Crypto ASN1Boolean.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] Emitting module SwiftBase58
[505/505] Compiling SwiftBase58 SwiftBase58.swift
[507/512] Compiling SwiftMnemonic Utils.swift
[508/512] Compiling SwiftMnemonic resource_bundle_accessor.swift
[509/512] Compiling SwiftMnemonic Errors.swift
[510/512] Compiling SwiftMnemonic Mnemonic.swift
[511/512] Compiling SwiftMnemonic Enums.swift
[512/512] Emitting module SwiftMnemonic
Build complete! (69.33s)
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.