Build Information
Successful build of swift-srp, reference 2.1.0 (4218fe
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:16:36 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.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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
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
{
"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" : "/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",
"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 ...
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/152] Write sources
[2/152] Copying PrivacyInfo.xcprivacy
[3/152] Write swift-version-2F0A5646E1D333AE.txt
[4/152] Compiling err_data.c
[5/152] Compiling thread_win.c
[6/152] Compiling ex_data.c
[7/152] Compiling thread_pthread.c
[8/152] Compiling thread_none.c
[8/152] Compiling crypto.c
[10/152] Compiling asn1_compat.c
[11/152] Compiling cbs.c
[12/152] Compiling err.c
[13/152] Compiling ber.c
[14/164] Compiling thread.c
[15/225] Compiling windows.c
[16/225] Compiling fuchsia.c
[17/225] Compiling rand_extra.c
[18/225] Compiling deterministic.c
[19/225] Compiling refcount_lock.c
[20/225] Compiling passive.c
[21/225] Compiling stack.c
[22/225] Compiling refcount_c11.c
[23/225] Compiling forkunsafe.c
[24/225] Compiling x86_64-mont5.mac.x86_64.S
[25/225] Compiling x86_64-mont5.linux.x86_64.S
[26/225] Compiling x86_64-mont.mac.x86_64.S
[27/225] Compiling mem.c
[27/225] Compiling x86_64-mont.linux.x86_64.S
[29/225] Compiling x86-mont.linux.x86.S
[30/225] Compiling vpaes-x86_64.mac.x86_64.S
[31/225] Compiling vpaes-x86_64.linux.x86_64.S
[32/225] Compiling vpaes-x86.linux.x86.S
[33/225] Compiling vpaes-armv8.ios.aarch64.S
[34/225] Compiling vpaes-armv8.linux.aarch64.S
[35/225] Compiling vpaes-armv7.linux.arm.S
[36/225] Compiling vpaes-armv7.ios.arm.S
[37/225] Compiling sha512-x86_64.mac.x86_64.S
[38/225] Compiling sha512-x86_64.linux.x86_64.S
[39/225] Compiling sha512-armv8.linux.aarch64.S
[40/225] Compiling sha512-armv8.ios.aarch64.S
[41/225] Compiling sha512-armv4.linux.arm.S
[42/225] Compiling sha512-586.linux.x86.S
[43/225] Compiling sha512-armv4.ios.arm.S
[44/225] Compiling sha256-x86_64.linux.x86_64.S
[45/225] Compiling sha256-x86_64.mac.x86_64.S
[46/225] Compiling sha256-armv8.linux.aarch64.S
[47/225] Compiling sha256-armv8.ios.aarch64.S
[48/225] Compiling sha256-586.linux.x86.S
[48/225] Compiling sha256-armv4.linux.arm.S
[50/225] Compiling sha256-armv4.ios.arm.S
[51/225] Compiling sha1-x86_64.mac.x86_64.S
[52/225] Compiling sha1-x86_64.linux.x86_64.S
[53/225] Compiling sha1-armv4-large.linux.arm.S
[54/225] Compiling sha1-armv4-large.ios.arm.S
[55/225] Compiling sha1-armv8.linux.aarch64.S
[56/225] Compiling sha1-armv8.ios.aarch64.S
[57/225] Compiling sha1-586.linux.x86.S
[58/225] Compiling rsaz-avx2.mac.x86_64.S
[59/225] Compiling rsaz-avx2.linux.x86_64.S
[60/225] Compiling rdrand-x86_64.mac.x86_64.S
[61/225] Compiling rdrand-x86_64.linux.x86_64.S
[62/225] Compiling fork_detect.c
[63/225] Compiling rand.c
[64/225] Compiling ctrdrbg.c
[65/225] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[66/225] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[67/225] Compiling p256-x86_64-asm.mac.x86_64.S
[68/225] Compiling p256-x86_64-asm.linux.x86_64.S
[69/225] Compiling polyval.c
[70/225] Compiling ofb.c
[71/225] Compiling gcm_nohw.c
[72/225] Compiling gcm.c
[73/225] Compiling ctr.c
[74/225] Compiling md5-x86_64.mac.x86_64.S
[75/225] Compiling cfb.c
[76/225] Compiling cbc.c
[77/225] Compiling md5-586.linux.x86.S
[78/225] Compiling md5-x86_64.linux.x86_64.S
[79/225] Compiling ghashv8-armx64.linux.aarch64.S
[80/225] Compiling ghashv8-armx64.ios.aarch64.S
[81/225] Compiling ghashv8-armx32.linux.arm.S
[82/225] Compiling ghashv8-armx32.ios.arm.S
[83/225] Compiling ghash-x86_64.mac.x86_64.S
[84/225] Compiling ghash-x86_64.linux.x86_64.S
[85/225] Compiling ghash-x86.linux.x86.S
[86/225] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[86/225] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[88/225] Compiling ghash-ssse3-x86.linux.x86.S
[89/225] Compiling ghash-neon-armv8.linux.aarch64.S
[90/225] Compiling ghash-armv4.linux.arm.S
[91/225] Compiling ghash-neon-armv8.ios.aarch64.S
[92/225] Compiling ghash-armv4.ios.arm.S
[93/225] Compiling co-586.linux.x86.S
[94/225] Compiling bsaes-armv7.linux.arm.S
[95/225] Compiling bsaes-armv7.ios.arm.S
[96/225] Compiling cipher.c
[97/225] Compiling rsaz_exp.c
[98/225] Compiling sqrt.c
[99/225] Compiling shift.c
[100/225] Compiling e_aes.c
[101/225] Compiling random.c
[102/225] Compiling prime.c
[103/225] Compiling mul.c
[104/225] Compiling montgomery_inv.c
[105/225] Compiling jacobi.c
[106/225] Compiling montgomery.c
[107/225] Compiling gcd_extra.c
[108/225] Compiling gcd.c
[109/225] Compiling generic.c
[110/225] Compiling div_extra.c
[111/225] Compiling exponentiation.c
[112/225] Compiling ctx.c
[113/225] Compiling div.c
[114/225] Compiling bytes.c
[115/225] Compiling cmp.c
[116/225] Compiling x86_64-gcc.c
[117/225] Compiling bn.c
[118/225] Compiling bn-586.linux.x86.S
[119/225] Compiling armv8-mont.linux.aarch64.S
[120/225] Compiling add.c
[121/225] Compiling armv8-mont.ios.aarch64.S
[122/225] Compiling armv4-mont.linux.arm.S
[123/225] Compiling armv4-mont.ios.arm.S
[124/225] Compiling aesv8-armx64.linux.aarch64.S
[125/225] Compiling aesv8-armx64.ios.aarch64.S
[126/225] Compiling aesv8-armx32.linux.arm.S
[127/225] Compiling aesni-x86_64.mac.x86_64.S
[128/225] Compiling aesv8-armx32.ios.arm.S
[129/225] Compiling aesni-x86_64.linux.x86_64.S
[130/225] Compiling aesni-x86.linux.x86.S
[131/225] Compiling aesni-gcm-x86_64.mac.x86_64.S
[132/225] Compiling aesni-gcm-x86_64.linux.x86_64.S
[133/225] Compiling mode_wrappers.c
[134/225] Compiling key_wrap.c
[135/225] Compiling aes.c
[136/225] Compiling cpu_ppc64le.c
[137/225] Compiling aes_nohw.c
[138/225] Compiling cpu_intel.c
[139/225] Compiling cpu_arm_linux.c
[140/225] Compiling cpu_arm.c
[141/225] Compiling cpu_aarch64_win.c
[142/225] Compiling cpu_aarch64_linux.c
[143/225] Write sources
[144/225] Compiling cpu_aarch64_fuchsia.c
[145/225] Compiling unicode.c
[146/225] Compiling file.c
[146/225] Compiling cbb.c
[148/225] Compiling convert.c
[149/225] Compiling bio.c
[150/225] Compiling urandom.c
[151/225] Compiling cpu_aarch64_apple.c
[153/227] Emitting module Crypto
[154/235] Emitting module BigNum
[155/235] Compiling BigNum BigNum.swift
[156/235] Compiling Crypto RNG_boring.swift
[157/235] Compiling Crypto SafeCompare_boring.swift
[158/235] Compiling Crypto Zeroization_boring.swift
[159/235] Compiling Crypto PrettyBytes.swift
[160/235] Compiling Crypto SafeCompare.swift
[161/235] Compiling Crypto SecureBytes.swift
[162/235] Compiling Crypto Zeroization.swift
[163/235] Compiling Crypto resource_bundle_accessor.swift
[164/235] Compiling Crypto GeneralizedTime.swift
[165/235] Compiling Crypto ObjectIdentifier.swift
[166/235] Compiling Crypto ECDSASignature.swift
[167/235] Compiling Crypto PEMDocument.swift
[168/235] Compiling Crypto PKCS8PrivateKey.swift
[169/235] Compiling Crypto SEC1PrivateKey.swift
[170/235] Compiling Crypto SubjectPublicKeyInfo.swift
[171/235] Compiling Crypto CryptoKitErrors.swift
[172/235] Compiling Crypto AES.swift
[173/235] Compiling Crypto ECDSASignature_boring.swift
[174/235] Compiling Crypto ECDSA_boring.swift
[175/235] Compiling Crypto EdDSA_boring.swift
[176/235] Compiling Crypto ECDSA.swift
[177/235] Compiling Crypto Ed25519.swift
[178/235] Compiling Crypto Signature.swift
[179/235] Compiling Crypto CryptoKitErrors_boring.swift
[180/235] Compiling Crypto Digest_boring.swift
[181/235] Compiling Crypto Digest.swift
[182/235] Compiling Crypto Digests.swift
[183/235] Compiling Crypto HashFunctions.swift
[184/235] Compiling Crypto HashFunctions_SHA2.swift
[185/235] Compiling Crypto HPKE-AEAD.swift
[186/235] Compiling Crypto HPKE-Ciphersuite.swift
[187/235] Compiling Crypto HPKE-KDF.swift
[188/235] Compiling Crypto HPKE.swift
[189/235] Compiling Crypto HPKE-Context.swift
[190/235] Compiling Crypto HPKE-KeySchedule.swift
[191/235] Compiling Crypto HPKE-Modes.swift
[192/235] Compiling Crypto Insecure.swift
[193/235] Compiling Crypto Insecure_HashFunctions.swift
[194/235] Compiling Crypto KEM.swift
[195/235] Compiling Crypto ECDH_boring.swift
[196/235] Compiling Crypto HPKE-KexKeyDerivation.swift
[197/235] Compiling Crypto HPKE-LabeledExtract.swift
[198/235] Compiling Crypto HPKE-Utils.swift
[199/235] Compiling Crypto DHKEM.swift
[200/235] Compiling Crypto HPKE-KEM-Curve25519.swift
[201/235] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[202/235] Compiling Crypto HPKE-KEM.swift
[203/235] Compiling Crypto HPKE-Errors.swift
[204/235] Compiling Crypto AES-GCM.swift
[205/235] Compiling Crypto AES-GCM_boring.swift
[206/235] Compiling Crypto ChaChaPoly_boring.swift
[207/235] Compiling Crypto ChaChaPoly.swift
[208/235] Compiling Crypto Cipher.swift
[209/235] Compiling Crypto Nonces.swift
[210/235] Compiling Crypto ASN1.swift
[211/235] Compiling Crypto ASN1Any.swift
[212/235] Compiling Crypto DH.swift
[213/235] Compiling Crypto ECDH.swift
[214/235] Compiling Crypto HKDF.swift
[215/235] Compiling Crypto AESWrap.swift
[216/235] Compiling Crypto AESWrap_boring.swift
[217/235] Compiling Crypto Ed25519_boring.swift
[218/235] Compiling Crypto NISTCurvesKeys_boring.swift
[219/235] Compiling Crypto X25519Keys_boring.swift
[220/235] Compiling Crypto ASN1BitString.swift
[221/235] Compiling Crypto ASN1Boolean.swift
[222/235] Compiling Crypto ASN1Identifier.swift
[223/235] Compiling Crypto ASN1Integer.swift
[224/235] Compiling Crypto ASN1Null.swift
[225/235] Compiling Crypto ASN1OctetString.swift
[226/235] Compiling Crypto ASN1Strings.swift
[227/235] Compiling Crypto ArraySliceBigint.swift
[228/235] Compiling Crypto Curve25519.swift
[229/235] Compiling Crypto Ed25519Keys.swift
[230/235] Compiling Crypto NISTCurvesKeys.swift
[231/235] Compiling Crypto X25519Keys.swift
[232/235] Compiling Crypto SymmetricKeys.swift
[233/235] Compiling Crypto HMAC.swift
[234/235] Compiling Crypto MACFunctions.swift
[235/235] Compiling Crypto MessageAuthenticationCode.swift
[236/243] Compiling SRP srp.swift
[237/243] Compiling SRP client.swift
[238/243] Compiling SRP configuration.swift
[239/243] Emitting module SRP
[240/243] Compiling SRP server.swift
[241/243] Compiling SRP keys.swift
[242/243] Compiling SRP error.swift
[243/243] Compiling SRP Array.swift
Build complete! (16.91s)
Fetching https://github.com/adam-fowler/big-num
Fetching https://github.com/apple/swift-crypto from cache
[1/857] Fetching big-num
Fetched https://github.com/adam-fowler/big-num from cache (0.92s)
Fetched https://github.com/apple/swift-crypto from cache (0.92s)
Computing version for https://github.com/adam-fowler/big-num
Computed https://github.com/adam-fowler/big-num at 2.0.2 (1.49s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.04s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.12s)
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
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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" : "/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",
"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"
}
Done.