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 SRP, reference master (70375c), with Swift 6.1 for Linux on 26 Apr 2025 13:10:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/srp.git
Reference: master
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/bouke/srp
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 70375cb Update swift tools version to 5.3 (#25)
Cloned https://github.com/bouke/srp.git
Revision (git rev-parse @):
70375cb927142a656e1a24776dc3b2c3ae8ae4b3
SUCCESS checkout https://github.com/bouke/srp.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bouke/srp.git
https://github.com/bouke/srp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SRP",
  "name" : "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",
      "product_dependencies" : [
        "Crypto"
      ],
      "sources" : [
        "PySrptoolsTests.swift",
        "ReadmeTests.swift",
        "SRPTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRP",
      "module_type" : "SwiftTarget",
      "name" : "SRP",
      "path" : "Sources",
      "product_dependencies" : [
        "BigInt",
        "Crypto"
      ],
      "product_memberships" : [
        "SRP"
      ],
      "sources" : [
        "AuthenticationFailure.swift",
        "Client.swift",
        "Data+Extensions.swift",
        "Group.swift",
        "SRP.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
[860/18555] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.97s)
[3446/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (3.17s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.84s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.1
Building for debugging...
[0/409] Write sources
[3/409] Compiling a_i2d_fp.c
[4/409] Compiling a_bool.c
[5/409] Compiling a_gentm.c
[6/409] Compiling a_bitstr.c
[7/409] Compiling a_int.c
[8/409] Compiling CCryptoBoringSSLShims shims.c
[9/409] Write swift-version-24593BA9C3E375BF.txt
[10/409] Compiling v3_pcons.c
[11/409] Compiling v3_prn.c
[12/409] Compiling v3_pmaps.c
[13/409] Compiling v3_skey.c
[14/409] Compiling v3_utl.c
[15/409] Compiling v3_purp.c
[16/409] Compiling v3_pcia.c
[17/409] Compiling v3_pci.c
[18/411] Compiling v3_ncons.c
[19/430] Compiling v3_int.c
[20/430] Compiling v3_lib.c
[21/430] Compiling v3_ocsp.c
[22/430] Compiling v3_info.c
[23/430] Compiling v3_genn.c
[24/430] Compiling v3_ia5.c
[25/430] Compiling v3_enum.c
[26/430] Compiling v3_extku.c
[27/430] Compiling v3_bcons.c
[28/430] Compiling v3_cpols.c
[29/430] Compiling v3_bitst.c
[29/430] Compiling v3_crld.c
[31/430] Compiling v3_conf.c
[32/430] Compiling v3_alt.c
[33/430] Compiling v3_akey.c
[34/430] Compiling v3_akeya.c
[35/430] Compiling pcy_node.c
[36/430] Compiling pcy_lib.c
[37/430] Compiling pcy_tree.c
[38/430] Compiling pcy_map.c
[39/430] Compiling pcy_cache.c
[40/430] Compiling pcy_data.c
[41/430] Compiling x_x509a.c
[42/430] Compiling x_val.c
[43/430] Compiling x_sig.c
[44/430] Compiling x_spki.c
[45/430] Compiling x_x509.c
[46/430] Compiling x_pubkey.c
[47/430] Compiling x_pkey.c
[48/430] Compiling x_req.c
[49/430] Compiling x_info.c
[50/430] Compiling x_name.c
[51/430] Compiling x_exten.c
[52/430] Compiling x_attrib.c
[53/430] Compiling x_algor.c
[54/430] Compiling x_crl.c
[55/430] Compiling x509spki.c
[56/430] Compiling x_all.c
[57/430] Compiling x509rset.c
[58/430] Compiling x509name.c
[59/430] Compiling x509cset.c
[60/430] Compiling x509_txt.c
[61/430] Compiling x509_v3.c
[62/430] Compiling x509_vpm.c
[63/430] Compiling x509_trs.c
[64/430] Compiling x509_set.c
[65/430] Compiling x509_vfy.c
[66/430] Compiling x509_obj.c
[67/430] Compiling x509_req.c
[68/430] Compiling x509_def.c
[69/430] Compiling x509_ext.c
[70/430] Compiling x509_lu.c
[71/430] Compiling x509_d2.c
[72/430] Compiling x509_att.c
[73/430] Compiling x509.c
[74/430] Compiling x509_cmp.c
[75/430] Compiling t_x509a.c
[76/430] Compiling t_x509.c
[77/430] Compiling t_crl.c
[78/430] Compiling i2d_pr.c
[79/430] Compiling t_req.c
[80/430] Compiling rsa_pss.c
[81/430] Compiling by_file.c
[82/430] Compiling by_dir.c
[83/430] Compiling algorithm.c
[84/430] Compiling a_verify.c
[85/430] Compiling a_sign.c
[86/430] Compiling asn1_gen.c
[87/430] Compiling voprf.c
[88/430] Compiling a_strex.c
[89/430] Compiling thread_win.c
[90/430] Compiling thread.c
[91/430] Compiling a_digest.c
[92/430] Compiling thread_none.c
[93/430] Compiling thread_pthread.c
[94/430] Compiling trust_token.c
[95/430] Compiling stack.c
[96/430] Compiling siphash.c
[97/430] Compiling rsa_print.c
[98/430] Compiling pmbtoken.c
[99/430] Compiling refcount_c11.c
[100/430] Compiling refcount_lock.c
[101/430] Compiling rc4.c
[102/430] Compiling rsa_asn1.c
[103/430] Compiling windows.c
[104/430] Compiling rand_extra.c
[105/430] Compiling fuchsia.c
[106/430] Compiling passive.c
[107/430] Compiling deterministic.c
[108/430] Compiling poly1305.c
[109/430] Compiling forkunsafe.c
[110/430] Compiling pool.c
[111/430] Compiling poly1305_arm.c
[112/430] Compiling poly1305_arm_asm.S
[113/430] Compiling pkcs7.c
[114/430] Compiling poly1305_vec.c
[115/430] Compiling pkcs8.c
[116/430] Compiling p5_pbev2.c
[117/430] Compiling pkcs8_x509.c
[118/430] Compiling pkcs7_x509.c
[119/430] Compiling pem_xaux.c
[120/430] Compiling pem_x509.c
[121/430] Compiling pem_pkey.c
[122/430] Compiling obj_xref.c
[123/430] Compiling pem_pk8.c
[124/430] Compiling pem_oth.c
[125/430] Compiling mem.c
[126/430] Compiling lhash.c
[127/430] Compiling pem_all.c
[128/430] Compiling pem_info.c
[129/430] Compiling pem_lib.c
[130/430] Compiling obj.c
[131/430] Compiling hkdf.c
[132/430] Compiling hpke.c
[133/430] Compiling hrss.c
[134/430] Compiling x86_64-mont5.mac.x86_64.S
[135/430] Compiling x86_64-mont.mac.x86_64.S
[136/430] Compiling x86-mont.linux.x86.S
[136/430] Compiling x86_64-mont.linux.x86_64.S
[136/430] Compiling x86-mont.windows.x86.S
[139/430] Compiling x86_64-mont5.linux.x86_64.S
[140/430] Compiling poly_rq_mul.S
[141/430] Compiling vpaes-x86_64.linux.x86_64.S
[142/430] Compiling vpaes-x86_64.mac.x86_64.S
[143/430] Compiling vpaes-x86.windows.x86.S
[144/430] Compiling vpaes-x86.linux.x86.S
[145/430] Compiling vpaes-armv8.linux.aarch64.S
[146/430] Compiling vpaes-armv7.linux.arm.S
[147/430] Compiling vpaes-armv8.ios.aarch64.S
[148/430] Compiling sha512-x86_64.mac.x86_64.S
[149/430] Compiling vpaes-armv7.ios.arm.S
[150/430] Compiling sha512-armv8.ios.aarch64.S
[151/430] Compiling sha512-armv4.linux.arm.S
[152/430] Compiling kdf.c
[153/430] Compiling sha512-armv4.ios.arm.S
[154/430] Compiling sha512-armv8.linux.aarch64.S
[155/430] Compiling sha512-x86_64.linux.x86_64.S
[156/430] Compiling sha512-586.windows.x86.S
[157/430] Compiling sha512-586.linux.x86.S
[158/430] Compiling sha256-x86_64.mac.x86_64.S
[159/430] Compiling sha256-armv8.ios.aarch64.S
[160/430] Compiling sha256-armv4.linux.arm.S
[161/430] Compiling sha256-armv8.linux.aarch64.S
[162/430] Compiling sha256-armv4.ios.arm.S
[163/430] Compiling sha256-x86_64.linux.x86_64.S
[164/430] Compiling sha256-586.linux.x86.S
[165/430] Compiling sha256-586.windows.x86.S
[166/430] Compiling sha1-armv8.linux.aarch64.S
[167/430] Compiling sha1-x86_64.mac.x86_64.S
[168/430] Compiling sha1-armv4-large.linux.arm.S
[169/430] Compiling sha1-armv8.ios.aarch64.S
[170/430] Compiling sha1-x86_64.linux.x86_64.S
[171/430] Compiling sha1-armv4-large.ios.arm.S
[172/430] Compiling sha1-586.windows.x86.S
[173/430] Compiling sha1-586.linux.x86.S
[174/430] Compiling sha512.c
[175/430] Compiling sha1-altivec.c
[176/430] Compiling sha1.c
[177/430] Compiling sha256.c
[178/430] Compiling rsaz-avx2.mac.x86_64.S
[179/430] Compiling rsaz-avx2.linux.x86_64.S
[180/430] Compiling rdrand-x86_64.linux.x86_64.S
[181/430] Compiling self_check.c
[182/430] Compiling padding.c
[183/430] Compiling rdrand-x86_64.mac.x86_64.S
[184/430] Compiling rsa.c
[185/430] Compiling blinding.c
[186/430] Compiling rsa_impl.c
[187/430] Compiling fork_detect.c
[188/430] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[189/430] Compiling ctrdrbg.c
[189/430] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[191/430] Compiling p256-x86_64-asm.mac.x86_64.S
[192/430] Compiling rand.c
[193/430] Compiling urandom.c
[194/430] Compiling p256-x86_64-asm.linux.x86_64.S
[195/430] Compiling ofb.c
[196/430] Compiling ctr.c
[197/430] Compiling md5-x86_64.mac.x86_64.S
[198/430] Compiling polyval.c
[199/430] Compiling cfb.c
[200/430] Compiling md5.c
[201/430] Compiling gcm_nohw.c
[202/430] Compiling md5-586.windows.x86.S
[203/430] Compiling cbc.c
[204/430] Compiling gcm.c
[205/430] Compiling md5-x86_64.linux.x86_64.S
[206/430] Compiling md5-586.linux.x86.S
[207/430] Compiling ghashv8-armx64.ios.aarch64.S
[208/430] Compiling is_fips.c
[209/430] Compiling ghashv8-armx64.linux.aarch64.S
[210/430] Compiling ghashv8-armx32.linux.arm.S
[211/430] Compiling ghashv8-armx32.ios.arm.S
[212/430] Compiling md4.c
[213/430] Compiling ghash-x86.windows.x86.S
[214/430] Compiling ghash-x86_64.mac.x86_64.S
[215/430] Compiling hmac.c
[216/430] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[217/430] Compiling ghash-x86.linux.x86.S
[218/430] Compiling ghash-ssse3-x86.windows.x86.S
[219/430] Compiling ghash-x86_64.linux.x86_64.S
[219/430] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/430] Compiling ghash-neon-armv8.linux.aarch64.S
[222/430] Compiling ghash-ssse3-x86.linux.x86.S
[223/430] Compiling ghash-neon-armv8.ios.aarch64.S
[224/430] Compiling fips_shared_support.c
[225/430] Compiling ghash-armv4.linux.arm.S
[226/430] Compiling ghash-armv4.ios.arm.S
[227/430] Compiling ecdh.c
[228/430] Compiling util.c
[229/430] Compiling simple_mul.c
[229/430] Compiling ecdsa.c
[231/430] Compiling wnaf.c
[232/430] Compiling simple.c
[233/430] Compiling scalar.c
[234/430] Compiling oct.c
[235/430] Compiling felem.c
[236/430] Compiling p256.c
[237/430] Compiling ec_key.c
[238/430] Compiling ec_montgomery.c
[239/430] Compiling p224-64.c
[240/430] Compiling dh.c
[241/430] Compiling check.c
[242/430] Compiling digests.c
[243/430] Compiling digest.c
[244/430] Compiling co-586.windows.x86.S
[245/430] Compiling ec.c
[246/430] Compiling co-586.linux.x86.S
[247/430] Compiling e_des.c
[248/430] Compiling des.c
[249/430] Compiling bsaes-armv7.linux.arm.S
[250/430] Compiling bsaes-armv7.ios.arm.S
[251/430] Compiling cipher.c
[252/430] Compiling aead.c
[253/430] Compiling shift.c
[254/430] Compiling sqrt.c
[255/430] Compiling rsaz_exp.c
[256/430] Compiling p256-x86_64.c
[257/430] Compiling e_aes.c
[258/430] Compiling random.c
[259/430] Compiling montgomery_inv.c
[260/430] Compiling montgomery.c
[261/430] Compiling prime.c
[262/430] Compiling mul.c
[263/430] Compiling generic.c
[264/430] Compiling jacobi.c
[265/430] Compiling exponentiation.c
[266/430] Compiling gcd.c
[267/430] Compiling gcd_extra.c
[268/430] Compiling div_extra.c
[269/430] Compiling cmp.c
[270/430] Compiling ctx.c
[271/430] Compiling div.c
[272/430] Compiling bytes.c
[273/430] Compiling bn-586.linux.x86.S
[274/430] Compiling bn-586.windows.x86.S
[275/430] Compiling armv4-mont.linux.arm.S
[276/430] Compiling armv4-mont.ios.arm.S
[277/430] Compiling armv8-mont.linux.aarch64.S
[278/430] Compiling armv8-mont.ios.aarch64.S
[279/430] Compiling bn.c
[280/430] Compiling add.c
[281/430] Compiling x86_64-gcc.c
[282/430] Compiling aesv8-armx64.ios.aarch64.S
[283/430] Compiling aesv8-armx64.linux.aarch64.S
[284/430] Compiling aesv8-armx32.ios.arm.S
[285/430] Compiling aesni-x86_64.mac.x86_64.S
[286/430] Compiling aesv8-armx32.linux.arm.S
[287/430] Compiling aesni-x86.windows.x86.S
[289/430] Compiling BigInt Strideable.swift
[290/430] Compiling BigInt String Conversion.swift
[290/430] Compiling aesni-x86.linux.x86.S
[292/430] Compiling BigInt Random.swift
[293/430] Compiling BigInt Shifts.swift
[294/430] Compiling BigInt Square Root.swift
[294/432] Compiling aesni-x86_64.linux.x86_64.S
[295/432] Compiling aesni-gcm-x86_64.mac.x86_64.S
[297/432] Emitting module BigInt
[298/432] Compiling BigInt Addition.swift
[299/432] Compiling BigInt BigInt.swift
[300/432] Compiling BigInt BigUInt.swift
[301/432] Compiling BigInt Integer Conversion.swift
[302/432] Compiling BigInt Multiplication.swift
[303/432] Compiling BigInt Prime Test.swift
[303/432] Compiling aesni-gcm-x86_64.linux.x86_64.S
[304/432] Compiling key_wrap.c
[305/432] Compiling mode_wrappers.c
[306/432] Compiling aes.c
[307/432] Compiling sign.c
[308/432] Compiling ex_data.c
[309/432] Compiling pbkdf.c
[310/432] Compiling scrypt.c
[311/432] Compiling p_x25519.c
[312/432] Compiling aes_nohw.c
[313/432] Compiling p_x25519_asn1.c
[314/432] Compiling print.c
[315/432] Compiling p_rsa.c
[316/432] Compiling p_rsa_asn1.c
[317/432] Compiling p_ed25519.c
[318/432] Compiling p_ed25519_asn1.c
[319/432] Compiling p_ec.c
[320/432] Compiling evp_ctx.c
[321/432] Compiling p_ec_asn1.c
[322/432] Compiling p_dsa_asn1.c
[323/432] Compiling evp.c
[324/432] Compiling evp_asn1.c
[325/432] Compiling digestsign.c
[326/432] Compiling err_data.c
[327/432] Compiling engine.c
[328/432] Compiling err.c
[329/432] Compiling ecdsa_asn1.c
[330/432] Compiling hash_to_curve.c
[330/432] Compiling ec_derive.c
[332/432] Compiling ecdh_extra.c
[333/432] Compiling ec_asn1.c
[334/432] Compiling dh_asn1.c
[335/432] Compiling dsa_asn1.c
[336/432] Compiling dsa.c
[337/432] Compiling digest_extra.c
[338/432] Compiling params.c
[339/432] Compiling cpu-ppc64le.c
[340/432] Compiling x25519-asm-arm.S
[341/432] Compiling spake25519.c
[342/432] Compiling cpu-arm.c
[343/432] Compiling cpu-arm-linux.c
[344/432] Compiling crypto.c
[345/432] Compiling cpu-aarch64-fuchsia.c
[345/432] Compiling cpu-aarch64-win.c
[347/432] Compiling cpu-intel.c
[348/432] Compiling cpu-aarch64-linux.c
[349/432] Compiling cmac.c
[350/432] Compiling e_rc4.c
[351/432] Compiling tls_cbc.c
[352/432] Compiling conf.c
[353/432] Compiling curve25519.c
[354/432] Compiling e_rc2.c
[355/432] Compiling e_tls.c
[356/432] Compiling e_null.c
[357/432] Compiling derive_key.c
[358/432] Compiling e_chacha20poly1305.c
[359/432] Compiling e_aesctrhmac.c
[360/432] Compiling cipher_extra.c
[361/432] Compiling e_aesccm.c
[362/432] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[363/432] Compiling e_aesgcmsiv.c
[364/432] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[365/432] Compiling chacha-x86_64.mac.x86_64.S
[366/432] Compiling chacha-x86.windows.x86.S
[367/432] Compiling chacha-x86_64.linux.x86_64.S
[368/432] Compiling chacha-x86.linux.x86.S
[369/432] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[369/432] Compiling chacha.c
[371/432] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[373/432] Compiling BigInt Subtraction.swift
[374/432] Compiling BigInt Words and Bits.swift
[374/432] Compiling chacha-armv8.linux.aarch64.S
[375/432] Compiling chacha-armv4.ios.arm.S
[376/432] Compiling chacha-armv4.linux.arm.S
[377/432] Compiling chacha-armv8.ios.aarch64.S
[378/432] Compiling unicode.c
[379/432] Compiling bn_asn1.c
[380/432] Compiling ber.c
[381/432] Compiling cbs.c
[381/432] Compiling cbb.c
[383/432] Compiling asn1_compat.c
[384/432] Compiling buf.c
[385/432] Compiling blake2.c
[386/432] Compiling convert.c
[387/432] Compiling printf.c
[388/432] Compiling socket.c
[389/432] Compiling pair.c
[390/432] Compiling socket_helper.c
[391/432] Compiling hexdump.c
[392/432] Compiling fd.c
[393/432] Compiling file.c
[394/432] Compiling connect.c
[396/432] Compiling BigInt Floating Point Conversion.swift
[397/432] Compiling BigInt GCD.swift
[398/432] Compiling BigInt Hashable.swift
[398/432] Compiling bio_mem.c
[399/432] Compiling base64.c
[400/432] Compiling bio.c
[401/432] Compiling time_support.c
[403/432] Compiling BigInt Data Conversion.swift
[404/432] Compiling BigInt Division.swift
[405/432] Compiling BigInt Exponentiation.swift
[406/432] Compiling BigInt Bitwise Ops.swift
[407/432] Compiling BigInt Codable.swift
[408/432] Compiling BigInt Comparable.swift
[408/432] Compiling tasn_typ.c
[409/432] Compiling tasn_utl.c
[410/432] Compiling tasn_new.c
[411/433] Compiling tasn_fre.c
[412/433] Compiling f_string.c
[413/433] Compiling tasn_enc.c
[414/433] Compiling f_enum.c
[415/433] Compiling f_int.c
[416/433] Compiling asn_pack.c
[418/433] Compiling asn1_par.c
[419/433] Compiling tasn_dec.c
[420/433] Compiling asn1_lib.c
[421/433] Compiling a_utf8.c
[422/433] Compiling a_type.c
[423/433] Compiling a_utctm.c
[424/433] Compiling a_time.c
[425/433] Compiling a_print.c
[426/433] Compiling a_strnid.c
[427/433] Compiling a_octet.c
[428/433] Compiling a_mbstr.c
[429/433] Compiling a_object.c
[430/433] Compiling a_enum.c
[431/433] Compiling a_dup.c
[432/433] Compiling a_d2i_fp.c
[434/487] Compiling Crypto EllipticCurve_boring.swift
[435/487] Compiling Crypto NISTCurvesKeys_boring.swift
[436/487] Compiling Crypto X25519Keys_boring.swift
[437/487] Compiling Crypto Curve25519.swift
[438/487] Compiling Crypto Ed25519.swift
[439/487] Compiling Crypto NISTCurvesKeys.swift
[440/487] Compiling Crypto X25519Keys.swift
[441/494] Compiling Crypto SEC1PrivateKey.swift
[442/494] Compiling Crypto SubjectPublicKeyInfo.swift
[443/494] Compiling Crypto CryptoKitErrors.swift
[444/494] Compiling Crypto Digest_boring.swift
[445/494] Compiling Crypto Digest.swift
[446/494] Compiling Crypto Digests.swift
[447/494] Compiling Crypto HashFunctions.swift
[448/494] Compiling Crypto HashFunctions_SHA2.swift
[449/494] Emitting module Crypto
[450/494] Compiling Crypto EdDSA_boring.swift
[451/494] Compiling Crypto ECDSA.swift
[452/494] Compiling Crypto EdDSA.swift
[453/494] Compiling Crypto Signature.swift
[454/494] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[455/494] Compiling Crypto CryptoKitErrors_boring.swift
[456/494] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[457/494] Compiling Crypto SymmetricKeys.swift
[458/494] Compiling Crypto HMAC.swift
[459/494] Compiling Crypto MACFunctions.swift
[460/494] Compiling Crypto MessageAuthenticationCode.swift
[461/494] Compiling Crypto AES.swift
[462/494] Compiling Crypto ECDSASignature_boring.swift
[463/494] Compiling Crypto ECDSA_boring.swift
[464/494] Compiling Crypto Insecure.swift
[465/494] Compiling Crypto Insecure_HashFunctions.swift
[466/494] Compiling Crypto ECDH_boring.swift
[467/494] Compiling Crypto DH.swift
[468/494] Compiling Crypto ECDH.swift
[469/494] Compiling Crypto HKDF.swift
[470/494] Compiling Crypto Ed25519_boring.swift
[471/494] Compiling Crypto EllipticCurvePoint_boring.swift
[472/494] Compiling Crypto AES-GCM.swift
[473/494] Compiling Crypto AES-GCM_boring.swift
[474/494] Compiling Crypto ChaChaPoly_boring.swift
[475/494] Compiling Crypto ChaChaPoly.swift
[476/494] Compiling Crypto Cipher.swift
[477/494] Compiling Crypto Nonces.swift
[478/494] Compiling Crypto ASN1.swift
[479/494] Compiling Crypto ASN1BitString.swift
[480/494] Compiling Crypto ASN1Identifier.swift
[481/494] Compiling Crypto ASN1Integer.swift
[482/494] Compiling Crypto ASN1OctetString.swift
[483/494] Compiling Crypto ArraySliceBigint.swift
[484/494] Compiling Crypto ObjectIdentifier.swift
[485/494] Compiling Crypto ECDSASignature.swift
[486/494] Compiling Crypto PEMDocument.swift
[487/494] Compiling Crypto PKCS8PrivateKey.swift
[488/494] Compiling Crypto RNG_boring.swift
[489/494] Compiling Crypto SafeCompare_boring.swift
[490/494] Compiling Crypto Zeroization_boring.swift
[491/494] Compiling Crypto PrettyBytes.swift
[492/494] Compiling Crypto SafeCompare.swift
[493/494] Compiling Crypto SecureBytes.swift
[494/494] Compiling Crypto Zeroization.swift
[496/502] Emitting module SRP
[497/502] Compiling SRP Data+Extensions.swift
[498/502] Compiling SRP AuthenticationFailure.swift
[499/502] Compiling SRP Client.swift
[500/502] Compiling SRP Server.swift
[501/502] Compiling SRP SRP.swift
[502/502] Compiling SRP Group.swift
Build complete! (42.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SRP",
  "name" : "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",
      "product_dependencies" : [
        "Crypto"
      ],
      "sources" : [
        "PySrptoolsTests.swift",
        "ReadmeTests.swift",
        "SRPTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRP",
      "module_type" : "SwiftTarget",
      "name" : "SRP",
      "path" : "Sources",
      "product_dependencies" : [
        "BigInt",
        "Crypto"
      ],
      "product_memberships" : [
        "SRP"
      ],
      "sources" : [
        "AuthenticationFailure.swift",
        "Client.swift",
        "Data+Extensions.swift",
        "Group.swift",
        "SRP.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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.