The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-srp, reference 2.1.0 (4218fe), with Swift 6.1 for Linux on 29 Apr 2025 19:10:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/swift-srp.git
Reference: 2.1.0
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/adam-fowler/swift-srp
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 4218fe8 Update proof of shared secret section in README
Cloned https://github.com/adam-fowler/swift-srp.git
Revision (git rev-parse @):
4218fe839d14726f9357f5e90eb4b72489adb04b
SUCCESS checkout https://github.com/adam-fowler/swift-srp.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/swift-srp.git
https://github.com/adam-fowler/swift-srp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "big-num",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/big-num"
    }
  ],
  "manifest_display_name" : "swift-srp",
  "name" : "swift-srp",
  "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" : "SRP",
      "targets" : [
        "SRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SRPTests",
      "module_type" : "SwiftTarget",
      "name" : "SRPTests",
      "path" : "Tests/SRPTests",
      "sources" : [
        "SRPTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRP",
      "module_type" : "SwiftTarget",
      "name" : "SRP",
      "path" : "Sources/SRP",
      "product_dependencies" : [
        "BigNum",
        "Crypto"
      ],
      "product_memberships" : [
        "SRP"
      ],
      "sources" : [
        "Array.swift",
        "client.swift",
        "configuration.swift",
        "error.swift",
        "keys.swift",
        "server.swift",
        "srp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/adam-fowler/big-num
Fetching https://github.com/apple/swift-crypto
[1/857] Fetching big-num
[858/14641] Fetching big-num, swift-crypto
Fetched https://github.com/adam-fowler/big-num from cache (0.30s)
[690/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.42s)
Computing version for https://github.com/adam-fowler/big-num
Computed https://github.com/adam-fowler/big-num at 2.0.2 (1.99s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.76s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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/adam-fowler/big-num
Working copy of https://github.com/adam-fowler/big-num resolved at 2.0.2
Building for debugging...
[0/512] Write sources
[3/512] Compiling unicode.c
[4/512] Compiling add.c
[5/512] Compiling fiat_p256_adx_sqr.S
[6/512] Compiling cbb.c
[7/512] Compiling fiat_p256_adx_mul.S
[8/512] Compiling cbs.c
[9/512] Compiling fiat_curve25519_adx_mul.S
[10/512] Compiling fiat_curve25519_adx_square.S
[11/512] Compiling md5-x86_64-linux.S
[12/512] Compiling md5-x86_64-apple.S
[13/512] Compiling md5-586-linux.S
[14/512] Compiling md5-586-apple.S
[15/512] Compiling chacha20_poly1305_x86_64-apple.S
[16/512] Compiling chacha20_poly1305_armv8-win.S
[17/512] Compiling cpu_aarch64_apple.c
[18/512] Write swift-version-24593BA9C3E375BF.txt
[19/512] Compiling chacha20_poly1305_x86_64-linux.S
[20/512] Compiling chacha20_poly1305_armv8-linux.S
[21/512] Compiling chacha20_poly1305_armv8-apple.S
[22/512] Compiling chacha-x86_64-linux.S
[23/512] Compiling chacha-x86_64-apple.S
[24/512] Compiling chacha-x86-apple.S
[25/512] Compiling chacha-x86-linux.S
[26/512] Compiling chacha-armv8-win.S
[27/512] Compiling chacha-armv8-linux.S
[28/512] Compiling chacha-armv8-apple.S
[29/512] Compiling CCryptoBoringSSLShims shims.c
[30/512] Compiling aes128gcmsiv-x86_64-apple.S
[31/512] Compiling chacha-armv4-linux.S
[32/512] Compiling aes128gcmsiv-x86_64-linux.S
[33/512] Compiling x86_64-mont5-apple.S
[34/512] Compiling x86_64-mont5-linux.S
[35/512] Compiling x86_64-mont-linux.S
[36/512] Compiling x86-mont-linux.S
[36/512] Compiling x86_64-mont-apple.S
[38/512] Compiling x86-mont-apple.S
[39/512] Compiling vpaes-x86_64-apple.S
[40/512] Compiling vpaes-x86_64-linux.S
[41/512] Compiling vpaes-x86-linux.S
[42/512] Compiling vpaes-armv8-win.S
[43/512] Compiling vpaes-x86-apple.S
[44/512] Compiling err_data.cc
[45/512] Compiling vpaes-armv8-linux.S
[46/512] Compiling p_hkdf.cc
[47/512] Compiling vpaes-armv8-apple.S
[48/512] Compiling vpaes-armv7-linux.S
[49/512] Compiling sha512-armv8-win.S
[50/512] Compiling sha512-x86_64-apple.S
[51/512] Compiling sha512-armv4-linux.S
[52/512] Compiling sha512-armv8-linux.S
[53/512] Compiling sha512-armv8-apple.S
[54/512] Compiling sha512-586-linux.S
[55/512] Compiling sha512-x86_64-linux.S
[56/512] Compiling sha512-586-apple.S
[57/512] Compiling sha256-armv8-win.S
[58/512] Compiling sha256-x86_64-apple.S
[59/512] Compiling sha256-armv8-apple.S
[60/512] Compiling sha256-armv8-linux.S
[61/512] Compiling sha256-armv4-linux.S
[62/512] Compiling sha256-x86_64-linux.S
[63/512] Compiling sha256-586-apple.S
[64/512] Compiling sha256-586-linux.S
[65/512] Compiling sha1-x86_64-apple.S
[66/512] Compiling sha1-armv8-apple.S
[67/512] Compiling sha1-armv8-win.S
[68/512] Compiling sha1-armv8-linux.S
[69/512] Compiling sha1-586-linux.S
[70/512] Compiling sha1-armv4-large-linux.S
[71/512] Compiling sha1-x86_64-linux.S
[72/512] Compiling sha1-586-apple.S
[73/512] Compiling rdrand-x86_64-linux.S
[74/512] Compiling rsaz-avx2-linux.S
[75/512] Compiling rsaz-avx2-apple.S
[76/512] Compiling rdrand-x86_64-apple.S
[77/512] Compiling p256_beeu-x86_64-asm-linux.S
[78/512] Compiling p256_beeu-armv8-asm-win.S
[79/512] Compiling p256_beeu-x86_64-asm-apple.S
[80/512] Compiling p256_beeu-armv8-asm-linux.S
[81/512] Compiling p256_beeu-armv8-asm-apple.S
[82/512] Compiling p256-x86_64-asm-apple.S
[83/512] Compiling p256-armv8-asm-linux.S
[84/512] Compiling p256-armv8-asm-win.S
[85/512] Compiling p256-x86_64-asm-linux.S
[86/512] Compiling ghashv8-armv8-win.S
[87/512] Compiling p256-armv8-asm-apple.S
[88/512] Compiling ghashv8-armv8-linux.S
[89/512] Compiling ghashv8-armv8-apple.S
[90/512] Compiling ghashv8-armv7-linux.S
[91/512] Compiling ghash-x86_64-apple.S
[92/512] Compiling ghash-x86-linux.S
[93/512] Compiling ghash-x86_64-linux.S
[94/512] Compiling ghash-x86-apple.S
[95/512] Compiling ghash-ssse3-x86_64-linux.S
[96/512] Compiling ghash-ssse3-x86_64-apple.S
[97/512] Compiling ghash-ssse3-x86-linux.S
[98/512] Compiling ghash-ssse3-x86-apple.S
[99/512] Compiling ghash-neon-armv8-linux.S
[100/512] Compiling ghash-neon-armv8-win.S
[101/512] Compiling ghash-neon-armv8-apple.S
[102/512] Compiling ghash-armv4-linux.S
[103/512] Compiling co-586-linux.S
[104/512] Compiling co-586-apple.S
[105/512] Compiling bsaes-armv7-linux.S
[106/512] Compiling bn-armv8-win.S
[107/512] Compiling bn-armv8-linux.S
[108/512] Compiling bn-armv8-apple.S
[109/512] Compiling bn-586-linux.S
[110/512] Compiling bn-586-apple.S
[111/512] Compiling armv8-mont-win.S
[112/512] Compiling armv8-mont-linux.S
[113/512] Compiling armv8-mont-apple.S
[114/512] Compiling armv4-mont-linux.S
[115/512] Compiling aesv8-gcm-armv8-win.S
[116/512] Compiling aesv8-gcm-armv8-apple.S
[117/512] Compiling aesv8-gcm-armv8-linux.S
[118/512] Compiling aesv8-armv8-win.S
[119/512] Compiling aesv8-armv8-linux.S
[120/512] Compiling aesv8-armv8-apple.S
[121/512] Compiling aesv8-armv7-linux.S
[122/512] Compiling aesni-x86_64-apple.S
[123/512] Compiling aesni-x86-linux.S
[124/512] Compiling aesni-x86-apple.S
[125/512] Compiling aesni-x86_64-linux.S
[126/512] Compiling aesni-gcm-x86_64-linux.S
[127/512] Compiling aesni-gcm-x86_64-apple.S
[128/512] Compiling aes-gcm-avx10-x86_64-apple.S
[129/512] Compiling aes-gcm-avx10-x86_64-linux.S
[130/512] Compiling x_spki.cc
[131/512] Compiling x_req.cc
[132/512] Compiling x_val.cc
[133/512] Compiling x_x509.cc
[134/512] Compiling x_name.cc
[135/512] Compiling x_sig.cc
[136/512] Compiling x_x509a.cc
[137/512] Compiling x_pubkey.cc
[138/512] Compiling x_exten.cc
[139/512] Compiling x_algor.cc
[140/512] Compiling x_attrib.cc
[141/512] Compiling x_all.cc
[142/512] Compiling x_crl.cc
[143/512] Compiling x509rset.cc
[144/512] Compiling x509name.cc
[145/512] Compiling x509spki.cc
[146/512] Compiling x509cset.cc
[147/512] Compiling x509_vpm.cc
[148/512] Compiling x509_v3.cc
[149/512] Compiling x509_vfy.cc
[150/512] Compiling x509_trs.cc
[151/512] Compiling x509_set.cc
[152/512] Compiling x509_req.cc
[153/512] Compiling x509_txt.cc
[154/512] Compiling x509_obj.cc
[155/512] Compiling x509_lu.cc
[156/512] Compiling x509_d2.cc
[157/512] Compiling x509_ext.cc
[158/512] Compiling x509.cc
[159/512] Compiling x509_def.cc
[160/512] Compiling x509_cmp.cc
[161/512] Compiling x509_att.cc
[162/512] Compiling v3_utl.cc
[163/512] Compiling v3_skey.cc
[164/512] Compiling v3_prn.cc
[165/512] Compiling v3_purp.cc
[166/512] Compiling v3_ocsp.cc
[167/512] Compiling v3_pmaps.cc
[168/512] Compiling v3_pcons.cc
[169/512] Compiling v3_ncons.cc
[170/512] Compiling v3_lib.cc
[171/512] Compiling v3_int.cc
[172/512] Compiling v3_info.cc
[173/512] Compiling v3_ia5.cc
[174/512] Compiling v3_genn.cc
[175/512] Compiling v3_enum.cc
[176/512] Compiling v3_extku.cc
[177/512] Compiling v3_crld.cc
[178/512] Compiling v3_conf.cc
[179/512] Compiling v3_cpols.cc
[180/512] Compiling v3_bcons.cc
[181/512] Compiling v3_bitst.cc
[182/512] Compiling v3_alt.cc
[183/512] Compiling v3_akeya.cc
[184/512] Compiling v3_akey.cc
[185/512] Compiling t_x509a.cc
[186/512] Compiling t_req.cc
[187/512] Compiling t_x509.cc
[188/512] Compiling t_crl.cc
[189/512] Compiling rsa_pss.cc
[190/512] Compiling i2d_pr.cc
[191/512] Compiling name_print.cc
[192/512] Compiling policy.cc
[193/512] Compiling by_file.cc
[194/512] Compiling asn1_gen.cc
[195/512] Compiling by_dir.cc
[196/512] Compiling a_verify.cc
[197/512] Compiling algorithm.cc
[198/512] Compiling voprf.cc
[199/512] Compiling a_digest.cc
[200/512] Compiling a_sign.cc
[201/512] Compiling thread_win.cc
[202/512] Compiling trust_token.cc
[203/512] Compiling thread.cc
[204/512] Compiling thread_pthread.cc
[205/512] Compiling pmbtoken.cc
[206/512] Compiling stack.cc
[207/512] Compiling thread_none.cc
[208/512] Compiling wots.cc
[209/512] Compiling thash.cc
[210/512] Compiling slhdsa.cc
[211/512] Compiling merkle.cc
[212/512] Compiling sha512.cc
[213/512] Compiling sha256.cc
[214/512] Compiling sha1.cc
[215/512] Compiling siphash.cc
[216/512] Compiling fors.cc
[217/512] Compiling rsa_extra.cc
[218/512] Compiling refcount.cc
[219/512] Compiling rsa_print.cc
[220/512] Compiling rc4.cc
[221/512] Compiling windows.cc
[222/512] Compiling rsa_crypt.cc
[223/512] Compiling urandom.cc
[224/512] Compiling trusty.cc
[225/512] Compiling rsa_asn1.cc
[226/512] Compiling rand_extra.cc
[227/512] Compiling ios.cc
[228/512] Compiling passive.cc
[229/512] Compiling poly1305_arm_asm.S
[230/512] Compiling getentropy.cc
[231/512] Compiling deterministic.cc
[232/512] Compiling forkunsafe.cc
[233/512] Compiling fork_detect.cc
[234/512] Compiling pool.cc
[235/512] Compiling poly1305_arm.cc
[236/512] Compiling poly1305.cc
[237/512] Compiling poly1305_vec.cc
[238/512] Compiling pkcs7.cc
[239/512] Compiling pkcs7_x509.cc
[240/512] Compiling pkcs8_x509.cc
[241/512] Compiling pkcs8.cc
[241/512] Compiling p5_pbev2.cc
[243/512] Compiling pem_xaux.cc
[244/512] Compiling pem_x509.cc
[245/512] Compiling pem_pkey.cc
[246/512] Compiling pem_pk8.cc
[247/512] Compiling obj_xref.cc
[248/512] Compiling obj.cc
[249/512] Compiling mlkem.cc
[250/512] Compiling mldsa.cc
[251/512] Compiling pem_oth.cc
[252/512] Compiling pem_info.cc
[253/512] Compiling pem_all.cc
[254/512] Compiling pem_lib.cc
[255/512] Compiling poly_rq_mul.S
[256/512] Compiling mem.cc
[257/512] Compiling fips_shared_support.cc
[258/512] Compiling md5.cc
[259/512] Compiling md4.cc
[260/512] Compiling lhash.cc
[261/512] Compiling kyber.cc
[262/512] Compiling ex_data.cc
[263/512] Compiling hrss.cc
[264/512] Compiling sign.cc
[264/512] Compiling hpke.cc
[266/512] Compiling scrypt.cc
[267/512] Compiling pbkdf.cc
[268/512] Compiling print.cc
[269/512] Compiling p_x25519.cc
[270/512] Compiling p_x25519_asn1.cc
[271/512] Compiling p_rsa_asn1.cc
[272/512] Compiling p_rsa.cc
[273/512] Compiling p_ed25519.cc
[274/512] Compiling p_ed25519_asn1.cc
[275/512] Compiling p_ec_asn1.cc
[276/512] Compiling p_ec.cc
[277/512] Compiling p_dh_asn1.cc
[278/512] Compiling p_dh.cc
[279/512] Compiling p_dsa_asn1.cc
[280/512] Compiling evp_ctx.cc
[281/512] Compiling evp_asn1.cc
[282/512] Compiling evp.cc
[283/512] Compiling err.cc
[284/512] Compiling engine.cc
[285/512] Compiling ecdsa_asn1.cc
[286/512] Compiling ecdh_extra.cc
[287/512] Compiling hash_to_curve.cc
[288/512] Compiling ec_derive.cc
[289/512] Compiling ec_asn1.cc
[290/512] Compiling dsa.cc
[291/512] Compiling dsa_asn1.cc
[292/512] Compiling params.cc
[293/512] Compiling dh_asn1.cc
[294/512] Compiling x25519-asm-arm.S
[295/512] Compiling des.cc
[296/512] Compiling digest_extra.cc
[297/512] Compiling spake25519.cc
[298/512] Compiling crypto.cc
[299/512] Compiling cpu_arm_linux.cc
[300/512] Compiling cpu_arm_freebsd.cc
[301/512] Compiling cpu_intel.cc
[302/512] Compiling curve25519.cc
[303/512] Compiling cpu_aarch64_win.cc
[304/512] Compiling cpu_aarch64_openbsd.cc
[305/512] Compiling cpu_aarch64_linux.cc
[306/512] Compiling cpu_aarch64_sysreg.cc
[307/512] Compiling cpu_aarch64_fuchsia.cc
[308/512] Compiling cpu_aarch64_apple.cc
[309/512] Compiling curve25519_64_adx.cc
[310/512] Compiling tls_cbc.cc
[311/512] Compiling conf.cc
[312/512] Compiling e_tls.cc
[313/512] Compiling e_rc4.cc
[314/512] Compiling e_null.cc
[315/512] Compiling bcm.cc
[316/512] Compiling e_rc2.cc
[317/512] Compiling e_des.cc
[318/512] Compiling derive_key.cc
[319/512] Compiling e_chacha20poly1305.cc
[320/512] Compiling e_aesctrhmac.cc
[321/512] Compiling unicode.cc
[321/512] Compiling cipher_extra.cc
[323/512] Compiling chacha.cc
[324/512] Compiling e_aesgcmsiv.cc
[325/512] Compiling cbs.cc
[326/512] Compiling ber.cc
[327/512] Compiling buf.cc
[328/512] Compiling asn1_compat.cc
[329/512] Compiling cbb.cc
[330/512] Compiling blake2.cc
[331/512] Compiling convert.cc
[332/512] Compiling bn_asn1.cc
[333/512] Compiling printf.cc
[334/512] Compiling pair.cc
[335/512] Compiling hexdump.cc
[336/512] Compiling file.cc
[337/512] Compiling errno.cc
[338/512] Compiling fd.cc
[339/512] Compiling bio_mem.cc
[340/512] Compiling base64.cc
[341/512] Compiling bio.cc
[342/512] Compiling tasn_fre.cc
[343/512] Compiling tasn_enc.cc
[343/512] Compiling posix_time.cc
[344/512] Compiling tasn_typ.cc
[344/512] Compiling f_string.cc
[347/512] Compiling tasn_utl.cc
[348/512] Compiling tasn_new.cc
[349/512] Compiling tasn_dec.cc
[350/512] Compiling asn1_par.cc
[351/512] Compiling f_int.cc
[351/512] Compiling a_utctm.cc
[352/512] Compiling asn_pack.cc
[354/512] Compiling a_time.cc
[355/512] Compiling asn1_lib.cc
[355/512] Compiling a_type.cc
[357/512] Compiling a_strnid.cc
[358/512] Compiling a_octet.cc
[359/512] Compiling a_i2d_fp.cc
[360/512] Compiling a_mbstr.cc
[361/512] Compiling a_strex.cc
[362/512] Compiling a_dup.cc
[363/512] Compiling a_object.cc
[364/512] Compiling a_gentm.cc
[365/512] Compiling a_int.cc
[366/512] Compiling thread_win.c
[367/512] Compiling thread.c
[368/512] Compiling thread_none.c
[369/512] Compiling thread_pthread.c
[370/512] Compiling refcount_lock.c
[370/512] Compiling windows.c
[371/512] Compiling stack.c
[373/512] Compiling rand_extra.c
[374/512] Compiling refcount_c11.c
[375/512] Compiling deterministic.c
[376/512] Compiling fuchsia.c
[377/512] Compiling passive.c
[378/512] Compiling forkunsafe.c
[379/512] Compiling x86_64-mont5.mac.x86_64.S
[380/512] Compiling x86_64-mont5.linux.x86_64.S
[380/512] Compiling mem.c
[382/512] Compiling x86_64-mont.mac.x86_64.S
[383/512] Compiling x86-mont.linux.x86.S
[384/512] Compiling x86_64-mont.linux.x86_64.S
[385/512] Compiling vpaes-x86_64.mac.x86_64.S
[386/512] Compiling a_d2i_fp.cc
[387/512] Compiling vpaes-x86_64.linux.x86_64.S
[388/512] Compiling vpaes-x86.linux.x86.S
[389/512] Compiling vpaes-armv8.ios.aarch64.S
[390/512] Compiling vpaes-armv8.linux.aarch64.S
[391/512] Compiling vpaes-armv7.linux.arm.S
[392/512] Compiling vpaes-armv7.ios.arm.S
[393/512] Compiling sha512-x86_64.mac.x86_64.S
[394/512] Compiling sha512-armv8.linux.aarch64.S
[395/512] Compiling sha512-armv8.ios.aarch64.S
[396/512] Compiling sha512-x86_64.linux.x86_64.S
[397/512] Compiling sha512-armv4.ios.arm.S
[398/512] Compiling sha512-armv4.linux.arm.S
[399/512] Compiling a_bool.cc
[400/512] Compiling sha512-586.linux.x86.S
[401/512] Compiling sha256-x86_64.mac.x86_64.S
[402/512] Compiling sha256-armv8.linux.aarch64.S
[403/512] Compiling a_bitstr.cc
[404/512] Compiling sha256-armv4.linux.arm.S
[405/512] Compiling sha256-armv8.ios.aarch64.S
[406/512] Compiling sha256-x86_64.linux.x86_64.S
[407/512] Compiling sha256-armv4.ios.arm.S
[408/512] Compiling sha256-586.linux.x86.S
[409/512] Compiling sha1-armv8.linux.aarch64.S
[410/512] Compiling sha1-armv8.ios.aarch64.S
[411/512] Compiling sha1-x86_64.mac.x86_64.S
[412/512] Compiling sha1-armv4-large.linux.arm.S
[413/512] Compiling sha1-x86_64.linux.x86_64.S
[414/512] Compiling sha1-armv4-large.ios.arm.S
[415/512] Compiling sha1-586.linux.x86.S
[416/512] Compiling rsaz-avx2.mac.x86_64.S
[417/512] Compiling rsaz-avx2.linux.x86_64.S
[418/512] Compiling rdrand-x86_64.linux.x86_64.S
[419/512] Compiling rdrand-x86_64.mac.x86_64.S
[420/512] Compiling rand.c
[421/512] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[422/512] Compiling fork_detect.c
[423/512] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[424/512] Compiling urandom.c
[425/512] Compiling ctrdrbg.c
[426/514] Compiling p256-x86_64-asm.mac.x86_64.S
[427/517] Compiling p256-x86_64-asm.linux.x86_64.S
[428/520] Compiling ofb.c
[429/520] Compiling polyval.c
[430/520] Compiling gcm_nohw.c
[431/520] Compiling gcm.c
[432/520] Compiling ctr.c
[433/520] Compiling cbc.c
[434/520] Compiling md5-x86_64.mac.x86_64.S
[435/520] Compiling md5-x86_64.linux.x86_64.S
[436/520] Compiling cfb.c
[437/520] Compiling ghashv8-armx64.linux.aarch64.S
[438/520] Compiling md5-586.linux.x86.S
[439/520] Compiling ghashv8-armx64.ios.aarch64.S
[440/520] Compiling ghash-x86_64.mac.x86_64.S
[441/520] Compiling ghashv8-armx32.linux.arm.S
[442/520] Compiling ghashv8-armx32.ios.arm.S
[443/520] Compiling ghash-x86.linux.x86.S
[444/520] Compiling ghash-x86_64.linux.x86_64.S
[445/520] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[446/520] Compiling ghash-ssse3-x86.linux.x86.S
[447/520] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[448/520] Compiling ghash-neon-armv8.linux.aarch64.S
[449/520] Compiling ghash-neon-armv8.ios.aarch64.S
[450/520] Compiling ghash-armv4.linux.arm.S
[451/520] Compiling ghash-armv4.ios.arm.S
[452/520] Compiling co-586.linux.x86.S
[453/520] Compiling bsaes-armv7.linux.arm.S
[454/520] Compiling bsaes-armv7.ios.arm.S
[455/520] Compiling shift.c
[456/520] Compiling sqrt.c
[456/520] Compiling cipher.c
[458/520] Compiling rsaz_exp.c
[459/520] Compiling random.c
[460/520] Compiling e_aes.c
[461/520] Compiling montgomery_inv.c
[462/520] Compiling montgomery.c
[463/520] Compiling mul.c
[464/520] Compiling generic.c
[465/520] Compiling jacobi.c
[466/520] Compiling prime.c
[467/520] Compiling gcd_extra.c
[468/520] Compiling gcd.c
[469/520] Compiling div_extra.c
[470/520] Compiling exponentiation.c
[471/520] Compiling ctx.c
[472/520] Compiling cmp.c
[473/520] Compiling bytes.c
[474/520] Compiling div.c
[475/520] Compiling bn.c
[476/520] Compiling bn-586.linux.x86.S
[477/520] Compiling armv8-mont.linux.aarch64.S
[478/520] Compiling armv4-mont.linux.arm.S
[479/520] Compiling armv8-mont.ios.aarch64.S
[480/520] Compiling armv4-mont.ios.arm.S
[481/520] Compiling aesv8-armx64.linux.aarch64.S
[482/520] Compiling aesv8-armx64.ios.aarch64.S
[483/520] Compiling aesv8-armx32.linux.arm.S
[484/520] Compiling aesv8-armx32.ios.arm.S
[485/520] Compiling aesni-x86_64.mac.x86_64.S
[486/520] Compiling aesni-x86.linux.x86.S
[487/520] Compiling aesni-x86_64.linux.x86_64.S
[488/520] Compiling aesni-gcm-x86_64.mac.x86_64.S
[489/520] Compiling x86_64-gcc.c
[490/520] Compiling aesni-gcm-x86_64.linux.x86_64.S
[491/520] Compiling key_wrap.c
[492/520] Compiling mode_wrappers.c
[493/520] Compiling err_data.c
[494/520] Compiling aes.c
[495/520] Compiling cpu_ppc64le.c
[496/520] Compiling cpu_arm_linux.c
[496/520] Compiling crypto.c
[498/520] Compiling ex_data.c
[499/520] Compiling err.c
[500/520] Compiling cpu_arm.c
[501/520] Compiling cpu_aarch64_win.c
[502/520] Compiling cpu_intel.c
[503/520] Compiling cpu_aarch64_linux.c
[504/520] Compiling aes_nohw.c
[505/520] Write sources
[506/520] Compiling cpu_aarch64_fuchsia.c
[507/520] Compiling asn1_compat.c
[508/520] Compiling ber.c
[509/520] Compiling file.c
[510/520] Compiling convert.c
[511/520] Compiling bio.c
[513/522] Compiling CryptoBoringWrapper RandomBytes.swift
[514/522] Emitting module BigNum
[515/522] Compiling BigNum BigNum.swift
[516/522] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[517/523] Emitting module CryptoBoringWrapper
[518/523] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[519/523] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[521/523] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[522/523] Compiling CryptoBoringWrapper EllipticCurve.swift
[523/523] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[525/595] Emitting module Crypto
[526/604] Compiling Crypto SymmetricKeys.swift
[527/604] Compiling Crypto HMAC.swift
[528/604] Compiling Crypto MACFunctions.swift
[529/604] Compiling Crypto MessageAuthenticationCode.swift
[530/604] Compiling Crypto AES.swift
[531/604] Compiling Crypto ECDSASignature_boring.swift
[532/604] Compiling Crypto ECDSA_boring.swift
[533/604] Compiling Crypto EdDSA_boring.swift
[534/604] Compiling Crypto ECDSA.swift
[535/604] Compiling Crypto Ed25519.swift
[536/604] Compiling Crypto AES-GCM.swift
[537/604] Compiling Crypto AES-GCM_boring.swift
[538/604] Compiling Crypto ChaChaPoly_boring.swift
[539/604] Compiling Crypto ChaChaPoly.swift
[540/604] Compiling Crypto Cipher.swift
[541/604] Compiling Crypto Nonces.swift
[542/604] Compiling Crypto ASN1.swift
[543/604] Compiling Crypto ASN1Any.swift
[544/604] Compiling Crypto ASN1BitString.swift
[545/604] Compiling Crypto ASN1Boolean.swift
[546/604] Compiling Crypto PKCS8PrivateKey.swift
[547/604] Compiling Crypto SEC1PrivateKey.swift
[548/604] Compiling Crypto SubjectPublicKeyInfo.swift
[549/604] Compiling Crypto CryptoKitErrors.swift
[550/604] Compiling Crypto Digest_boring.swift
[551/604] Compiling Crypto Digest.swift
[552/604] Compiling Crypto Digests.swift
[553/604] Compiling Crypto HashFunctions.swift
[554/604] Compiling Crypto HashFunctions_SHA2.swift
[555/604] Compiling Crypto HPKE-AEAD.swift
[556/604] Compiling Crypto HKDF.swift
[557/604] Compiling Crypto AESWrap.swift
[558/604] Compiling Crypto AESWrap_boring.swift
[559/604] Compiling Crypto Ed25519_boring.swift
[560/604] Compiling Crypto NISTCurvesKeys_boring.swift
[561/604] Compiling Crypto X25519Keys_boring.swift
[562/604] Compiling Crypto Curve25519.swift
[563/604] Compiling Crypto Ed25519Keys.swift
[564/604] Compiling Crypto NISTCurvesKeys.swift
[565/604] Compiling Crypto X25519Keys.swift
[566/604] Compiling Crypto HPKE.swift
[567/604] Compiling Crypto HPKE-Context.swift
[568/604] Compiling Crypto HPKE-KeySchedule.swift
[569/604] Compiling Crypto HPKE-Modes.swift
[570/604] Compiling Crypto Insecure.swift
[571/604] Compiling Crypto Insecure_HashFunctions.swift
[572/604] Compiling Crypto KEM.swift
[573/604] Compiling Crypto ECDH_boring.swift
[574/604] Compiling Crypto DH.swift
[575/604] Compiling Crypto ECDH.swift
[576/604] Compiling Crypto ASN1Identifier.swift
[577/604] Compiling Crypto ASN1Integer.swift
[578/604] Compiling Crypto ASN1Null.swift
[579/604] Compiling Crypto ASN1OctetString.swift
[580/604] Compiling Crypto ASN1Strings.swift
[581/604] Compiling Crypto ArraySliceBigint.swift
[582/604] Compiling Crypto GeneralizedTime.swift
[583/604] Compiling Crypto ObjectIdentifier.swift
[584/604] Compiling Crypto ECDSASignature.swift
[585/604] Compiling Crypto PEMDocument.swift
[586/604] Compiling Crypto HPKE-Ciphersuite.swift
[587/604] Compiling Crypto HPKE-KDF.swift
[588/604] Compiling Crypto HPKE-KexKeyDerivation.swift
[589/604] Compiling Crypto HPKE-LabeledExtract.swift
[590/604] Compiling Crypto HPKE-Utils.swift
[591/604] Compiling Crypto DHKEM.swift
[592/604] Compiling Crypto HPKE-KEM-Curve25519.swift
[593/604] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[594/604] Compiling Crypto HPKE-KEM.swift
[595/604] Compiling Crypto HPKE-Errors.swift
[596/604] Compiling Crypto Signature.swift
[597/604] Compiling Crypto CryptoKitErrors_boring.swift
[598/604] Compiling Crypto RNG_boring.swift
[599/604] Compiling Crypto SafeCompare_boring.swift
[600/604] Compiling Crypto Zeroization_boring.swift
[601/604] Compiling Crypto PrettyBytes.swift
[602/604] Compiling Crypto SafeCompare.swift
[603/604] Compiling Crypto SecureBytes.swift
[604/604] Compiling Crypto Zeroization.swift
[606/613] Compiling SRP error.swift
[607/613] Compiling SRP srp.swift
[608/613] Compiling SRP server.swift
[609/613] Compiling SRP keys.swift
[610/613] Compiling SRP client.swift
[611/613] Emitting module SRP
[612/613] Compiling SRP configuration.swift
[613/613] Compiling SRP Array.swift
Build complete! (57.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "big-num",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/big-num"
    }
  ],
  "manifest_display_name" : "swift-srp",
  "name" : "swift-srp",
  "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" : "SRP",
      "targets" : [
        "SRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SRPTests",
      "module_type" : "SwiftTarget",
      "name" : "SRPTests",
      "path" : "Tests/SRPTests",
      "sources" : [
        "SRPTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRP",
      "module_type" : "SwiftTarget",
      "name" : "SRP",
      "path" : "Sources/SRP",
      "product_dependencies" : [
        "BigNum",
        "Crypto"
      ],
      "product_memberships" : [
        "SRP"
      ],
      "sources" : [
        "Array.swift",
        "client.swift",
        "configuration.swift",
        "error.swift",
        "keys.swift",
        "server.swift",
        "srp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.