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 3.2.1 (c01934), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 13:19:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

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