Build Information
Successful build of ATCryptography, reference main (f40f57), with Swift 6.1 for Android on 3 Apr 2026 16:20:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: main
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/ATProtoKit/ATCryptography
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f40f574 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
f40f57400e280827a0f319fc3053e76bad0a8d7e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ATProtoKit/ATCryptography.git
https://github.com/ATProtoKit/ATCryptography.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"exact" : [
"0.18.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.5.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "ATCryptography",
"name" : "ATCryptography",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ATCryptography",
"targets" : [
"ATCryptography"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ATCryptographyTests",
"module_type" : "SwiftTarget",
"name" : "ATCryptographyTests",
"path" : "Tests/ATCryptographyTests",
"sources" : [
"BaseRadix/Base16Suite.swift",
"BaseRadix/Base32Suite.swift",
"BaseRadix/Base58Suite.swift",
"BaseRadix/Base64URLSuite.swift",
"DIDKeySuite.swift",
"KeyCompressionSuite.swift",
"KeypairSuite.swift",
"RandomSuite.swift",
"SgnatureSuite.swift"
],
"target_dependencies" : [
"ATCryptography"
],
"type" : "test"
},
{
"c99name" : "ATCryptography",
"module_type" : "SwiftTarget",
"name" : "ATCryptography",
"path" : "Sources/ATCryptography",
"product_dependencies" : [
"Crypto",
"secp256k1",
"BigInt"
],
"product_memberships" : [
"ATCryptography"
],
"sources" : [
"ATCryptography.swift",
"ATCryptographyTools.swift",
"BaseRadix/Base16.swift",
"BaseRadix/Base32.swift",
"BaseRadix/Base58.swift",
"BaseRadix/Base64URL.swift",
"DIDKey.swift",
"Errors.swift",
"Extensions/BigIntExtensions.swift",
"Extensions/DataExtensions.swift",
"Extensions/ECDSASignatureExtensions.swift",
"Extensions/P256Extensions.swift",
"Extensions/StringExtensions.swift",
"Models.swift",
"Multibase.swift",
"Plugins.swift",
"SHA256Hasher.swift",
"SecureRandom.swift",
"SessionToken.swift",
"SignatureVerifier.swift",
"k256/K256Encoding.swift",
"k256/K256Keypair.swift",
"k256/K256Operations.swift",
"k256/K256Plugin.swift",
"p256/P256Encoding.swift",
"p256/P256Keypair.swift",
"p256/P256Operations.swift",
"p256/P256Plugin.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetching https://github.com/apple/swift-crypto.git
[1/4878] Fetching bigint
[4879/22205] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.59s)
[1040/17327] Fetching swift-crypto
[1388/27600] Fetching swift-crypto, swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (2.35s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.18.0 (3.65s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (11.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (7.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (17.05s)
Creating working copy for https://github.com/21-DOT-DEV/swift-secp256k1.git
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1.git resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Building for debugging...
[0/377] Write sources
[2/377] Compiling precomputed_ecmult_gen.c
[3/377] Write sources
[4/377] Compiling Utility.c
[5/377] Compiling a_d2i_fp.cc
[6/377] Compiling a_dup.cc
[7/377] Write swift-version-24593BA9C3E375BF.txt
[8/377] Compiling a_bool.cc
[9/377] Compiling fiat_p256_adx_sqr.S
[10/377] Compiling secp256k1.c
[11/377] Compiling fiat_p256_adx_mul.S
[12/377] Compiling md5-x86_64-linux.S
[13/377] Compiling fiat_curve25519_adx_mul.S
[14/377] Compiling fiat_curve25519_adx_square.S
[15/377] Compiling CCryptoBoringSSLShims shims.c
[16/377] Compiling md5-x86_64-apple.S
[17/377] Compiling md5-586-linux.S
[18/377] Compiling md5-586-apple.S
[19/377] Compiling chacha20_poly1305_x86_64-apple.S
[19/377] Compiling chacha20_poly1305_armv8-win.S
[21/377] Compiling chacha20_poly1305_x86_64-linux.S
[22/377] Compiling chacha20_poly1305_armv8-linux.S
[23/377] Compiling err_data.cc
[24/377] Compiling chacha20_poly1305_armv8-apple.S
[25/377] Compiling chacha-x86_64-linux.S
[26/377] Compiling chacha-x86-linux.S
[27/377] Compiling chacha-x86_64-apple.S
[28/377] Compiling precomputed_ecmult.c
[29/377] Compiling chacha-armv8-win.S
[29/377] Compiling chacha-armv8-linux.S
[31/377] Compiling chacha-x86-apple.S
[32/377] Compiling chacha-armv8-apple.S
[33/377] Compiling chacha-armv4-linux.S
[34/377] Compiling aes128gcmsiv-x86_64-apple.S
[34/377] Compiling aes128gcmsiv-x86_64-linux.S
[36/378] Compiling x86_64-mont5-linux.S
[37/416] Compiling x86_64-mont5-apple.S
[38/416] Compiling x86_64-mont-linux.S
[39/416] Compiling x86-mont-apple.S
[40/416] Compiling x86_64-mont-apple.S
[41/416] Compiling x86-mont-linux.S
[42/416] Compiling vpaes-x86_64-apple.S
[43/416] Compiling vpaes-x86_64-linux.S
[44/416] Compiling vpaes-x86-apple.S
[45/416] Compiling vpaes-x86-linux.S
[46/416] Compiling vpaes-armv8-apple.S
[47/416] Compiling vpaes-armv8-win.S
[47/416] Compiling vpaes-armv8-linux.S
[49/416] Compiling sha512-x86_64-linux.S
[50/416] Compiling vpaes-armv7-linux.S
[51/416] Compiling sha512-x86_64-apple.S
[52/416] Compiling sha512-armv8-win.S
[53/416] Compiling sha512-armv8-apple.S
[53/416] Compiling sha512-armv4-linux.S
[55/416] Compiling sha512-armv8-linux.S
[56/416] Compiling sha512-586-apple.S
[57/416] Compiling sha256-x86_64-linux.S
[58/416] Compiling sha512-586-linux.S
[59/416] Compiling sha256-x86_64-apple.S
[60/416] Compiling sha256-armv8-linux.S
[61/416] Compiling sha256-armv8-win.S
[62/416] Compiling sha256-armv8-apple.S
[63/416] Compiling sha256-armv4-linux.S
[64/416] Compiling sha256-586-linux.S
[65/416] Compiling sha256-586-apple.S
[66/416] Compiling sha1-x86_64-linux.S
[67/416] Compiling sha1-armv8-win.S
[68/416] Compiling sha1-x86_64-apple.S
[69/416] Compiling sha1-armv4-large-linux.S
[70/416] Compiling sha1-armv8-linux.S
[71/416] Compiling sha1-armv8-apple.S
[72/416] Compiling sha1-586-apple.S
[72/416] Compiling sha1-586-linux.S
[74/416] Compiling rsaz-avx2-linux.S
[75/416] Compiling rsaz-avx2-apple.S
[76/416] Compiling rdrand-x86_64-linux.S
[76/416] Compiling rdrand-x86_64-apple.S
[78/416] Compiling p256_beeu-x86_64-asm-linux.S
[79/416] Compiling p256_beeu-x86_64-asm-apple.S
[80/416] Compiling p256_beeu-armv8-asm-win.S
[81/416] Compiling p256_beeu-armv8-asm-apple.S
[82/416] Compiling p256_beeu-armv8-asm-linux.S
[83/416] Compiling p256-x86_64-asm-linux.S
[84/416] Compiling p256-x86_64-asm-apple.S
[85/416] Compiling p256-armv8-asm-win.S
[86/416] Compiling p256-armv8-asm-linux.S
[87/416] Compiling p256-armv8-asm-apple.S
[88/416] Compiling ghashv8-armv8-win.S
[89/416] Compiling ghashv8-armv8-linux.S
[90/416] Compiling ghashv8-armv8-apple.S
[91/416] Compiling ghash-x86_64-linux.S
[92/416] Compiling ghash-x86_64-apple.S
[93/416] Compiling ghashv8-armv7-linux.S
[94/416] Compiling ghash-x86-linux.S
[95/416] Compiling ghash-x86-apple.S
[97/416] Emitting module secp256k1
[97/421] Compiling ghash-ssse3-x86-apple.S
[97/421] Compiling ghash-ssse3-x86_64-linux.S
[99/421] Compiling ghash-ssse3-x86-linux.S
[100/421] Compiling ghash-ssse3-x86_64-apple.S
[101/421] Compiling ghash-neon-armv8-win.S
[102/421] Compiling ghash-neon-armv8-linux.S
[103/421] Compiling ghash-neon-armv8-apple.S
[104/421] Compiling co-586-linux.S
[105/421] Compiling ghash-armv4-linux.S
[106/421] Compiling co-586-apple.S
[107/421] Compiling bsaes-armv7-linux.S
[108/421] Compiling bn-armv8-win.S
[109/421] Compiling bn-armv8-apple.S
[110/421] Compiling bn-armv8-linux.S
[111/421] Compiling bn-586-linux.S
[112/421] Compiling bn-586-apple.S
[113/421] Compiling armv8-mont-win.S
[114/421] Compiling armv8-mont-linux.S
[115/421] Compiling armv4-mont-linux.S
[116/421] Compiling armv8-mont-apple.S
[117/421] Compiling aesv8-gcm-armv8-win.S
[118/421] Compiling aesv8-gcm-armv8-linux.S
[119/421] Compiling aesv8-gcm-armv8-apple.S
[120/421] Compiling aesv8-armv8-win.S
[121/421] Compiling aesv8-armv8-linux.S
[122/421] Compiling aesv8-armv8-apple.S
[122/421] Compiling aesv8-armv7-linux.S
[124/421] Compiling aesni-x86_64-linux.S
[125/421] Compiling aesni-x86_64-apple.S
[126/421] Compiling aesni-x86-linux.S
[127/421] Compiling aesni-x86-apple.S
[128/421] Compiling aesni-gcm-x86_64-linux.S
[129/421] Compiling aesni-gcm-x86_64-apple.S
[130/421] Compiling aes-gcm-avx512-x86_64-linux.S
[131/421] Compiling aes-gcm-avx512-x86_64-apple.S
[132/421] Compiling aes-gcm-avx2-x86_64-linux.S
[133/421] Compiling aes-gcm-avx2-x86_64-apple.S
[134/421] Compiling xwing.cc
[135/421] Compiling x_req.cc
[136/421] Compiling x_pubkey.cc
[136/421] Compiling x_x509a.cc
[138/421] Compiling x_sig.cc
[139/421] Compiling x_spki.cc
[140/421] Compiling x_x509.cc
[141/421] Compiling x_exten.cc
[142/421] Compiling x509spki.cc
[143/421] Compiling x_name.cc
[144/421] Compiling x_attrib.cc
[145/421] Compiling x_crl.cc
[146/421] Compiling x_all.cc
[147/421] Compiling x_algor.cc
[148/421] Compiling x509name.cc
[149/421] Compiling x509rset.cc
[150/421] Compiling x509_vpm.cc
[150/421] Compiling x509cset.cc
[152/421] Compiling x509_vfy.cc
[153/421] Compiling x509_v3.cc
[154/421] Compiling x509_txt.cc
[155/421] Compiling x509_set.cc
[156/421] Compiling x509_trs.cc
[157/421] Compiling x509_obj.cc
[158/421] Compiling x509_req.cc
[159/421] Compiling x509_ext.cc
[160/421] Compiling x509_lu.cc
[161/421] Compiling x509_def.cc
[162/421] Compiling x509_cmp.cc
[163/421] Compiling x509_d2.cc
[164/421] Compiling x509_att.cc
[164/421] Compiling x509.cc
[166/421] Compiling v3_utl.cc
[168/421] Compiling secp256k1 ECDSASignature.swift
[169/421] Compiling secp256k1 PEMDocument.swift
[170/421] Compiling secp256k1 PKCS8PrivateKey.swift
[171/421] Compiling secp256k1 SEC1PrivateKey.swift
[172/421] Compiling secp256k1 SubjectPublicKeyInfo.swift
[173/421] Compiling secp256k1 Asymmetric.swift
[173/421] Compiling v3_skey.cc
[175/421] Compiling secp256k1 Signature.swift
[176/421] Compiling secp256k1 Tweak.swift
[177/421] Compiling secp256k1 Utility.swift
[178/421] Compiling secp256k1 Zeroization.swift
[179/421] Compiling secp256k1 secp256k1.swift
[179/421] Compiling v3_prn.cc
[181/421] Compiling secp256k1 ASN1Null.swift
[182/421] Compiling secp256k1 ASN1OctetString.swift
[183/421] Compiling secp256k1 ASN1Strings.swift
[184/421] Compiling secp256k1 ArraySliceBigint.swift
[185/421] Compiling secp256k1 GeneralizedTime.swift
[186/421] Compiling secp256k1 ObjectIdentifier.swift
[187/421] Compiling secp256k1 Combine.swift
[188/421] Compiling secp256k1 Context.swift
[189/421] Compiling secp256k1 CryptoKitErrors.swift
[190/421] Compiling secp256k1 DH.swift
[191/421] Compiling secp256k1 Digest.swift
[192/421] Compiling secp256k1 HashDigest.swift
[193/421] Compiling secp256k1 MuSig.swift
[194/421] Compiling secp256k1 Nonces.swift
[195/421] Compiling secp256k1 PrettyBytes.swift
[196/421] Compiling secp256k1 RNG_boring.swift
[197/421] Compiling secp256k1 Recovery.swift
[198/421] Compiling secp256k1 SHA256.swift
[199/421] Compiling secp256k1 SafeCompare.swift
[200/421] Compiling secp256k1 Schnorr.swift
[201/421] Compiling secp256k1 SecureBytes.swift
[202/421] Compiling secp256k1 ECDH.swift
[203/421] Compiling secp256k1 ECDSA.swift
[204/421] Compiling secp256k1 EdDSA.swift
[205/421] Compiling secp256k1 Errors.swift
[206/421] Compiling secp256k1 Exports.swift
[207/421] Compiling secp256k1 ASN1.swift
[208/421] Compiling secp256k1 ASN1Any.swift
[209/421] Compiling secp256k1 ASN1BitString.swift
[210/421] Compiling secp256k1 ASN1Boolean.swift
[211/421] Compiling secp256k1 ASN1Identifier.swift
[212/421] Compiling secp256k1 ASN1Integer.swift
[212/421] Compiling v3_purp.cc
[214/422] Compiling v3_ncons.cc
[215/422] Compiling v3_pcons.cc
[216/422] Compiling v3_pmaps.cc
[217/422] Compiling v3_ocsp.cc
[218/422] Compiling v3_lib.cc
[219/422] Compiling v3_int.cc
[220/422] Compiling v3_info.cc
[221/422] Compiling v3_genn.cc
[222/422] Compiling v3_ia5.cc
[223/422] Compiling v3_extku.cc
[224/422] Compiling v3_crld.cc
[225/422] Compiling v3_enum.cc
[226/422] Compiling v3_cpols.cc
[227/422] Compiling v3_conf.cc
[228/422] Compiling v3_bitst.cc
[229/422] Compiling v3_alt.cc
[230/422] Compiling t_x509a.cc
[231/422] Compiling v3_akey.cc
[232/422] Compiling v3_akeya.cc
[233/422] Compiling v3_bcons.cc
[234/422] Compiling t_crl.cc
[235/422] Compiling t_x509.cc
[236/422] Compiling t_req.cc
[237/422] Compiling i2d_pr.cc
[238/422] Compiling rsa_pss.cc
[239/422] Compiling policy.cc
[240/422] Compiling name_print.cc
[241/422] Compiling by_file.cc
[242/422] Compiling by_dir.cc
[243/422] Compiling algorithm.cc
[244/422] Compiling asn1_gen.cc
[245/422] Compiling a_verify.cc
[246/422] Compiling trust_token.cc
[247/422] Compiling a_sign.cc
[248/422] Compiling voprf.cc
[249/422] Compiling a_digest.cc
[250/422] Compiling thread_win.cc
[251/422] Compiling thread_none.cc
[252/422] Compiling thread_pthread.cc
[253/422] Compiling thread.cc
[254/422] Compiling stack.cc
[255/422] Compiling pmbtoken.cc
[256/422] Compiling siphash.cc
[257/422] Compiling sha512.cc
[258/422] Compiling sha256.cc
[259/422] Compiling sha1.cc
[260/422] Compiling spake2plus.cc
[261/422] Compiling slhdsa.cc
[262/422] Compiling rsa_print.cc
[263/422] Compiling rsa_extra.cc
[264/422] Compiling rsa_crypt.cc
[265/422] Compiling refcount.cc
[266/422] Compiling rc4.cc
[267/422] Compiling windows.cc
[268/422] Compiling urandom.cc
[269/422] Compiling trusty.cc
[270/422] Compiling rand.cc
[271/422] Compiling rsa_asn1.cc
[272/422] Compiling passive.cc
[273/422] Compiling ios.cc
[274/422] Compiling getentropy.cc
[275/422] Compiling poly1305_arm_asm.S
[276/422] Compiling forkunsafe.cc
[277/422] Compiling deterministic.cc
[278/422] Compiling fork_detect.cc
[279/422] Compiling poly1305_vec.cc
[280/422] Compiling poly1305_arm.cc
[281/422] Compiling poly1305.cc
[282/422] Compiling pool.cc
[283/422] Compiling pkcs8.cc
[284/422] Compiling pkcs8_x509.cc
[285/422] Compiling p5_pbev2.cc
[286/422] Compiling pkcs7.cc
[287/422] Compiling pkcs7_x509.cc
[288/422] Compiling pem_x509.cc
[289/422] Compiling pem_pkey.cc
[290/422] Compiling pem_xaux.cc
[291/422] Compiling pem_oth.cc
[291/422] Compiling pem_pk8.cc
[293/422] Compiling mlkem.cc
[294/422] Compiling pem_lib.cc
[295/422] Compiling pem_info.cc
[296/422] Compiling obj_xref.cc
[297/422] Compiling pem_all.cc
[298/422] Compiling obj.cc
[299/422] Compiling poly_rq_mul.S
[300/422] Compiling mldsa.cc
[301/422] Compiling mem.cc
[302/422] Compiling fips_shared_support.cc
[303/422] Compiling lhash.cc
[304/422] Compiling md5.cc
[305/422] Compiling md4.cc
[306/422] Compiling kyber.cc
[307/422] Compiling fuzzer_mode.cc
[308/422] Compiling ex_data.cc
[309/422] Compiling hrss.cc
[310/422] Compiling hpke.cc
[311/422] Compiling scrypt.cc
[312/422] Compiling print.cc
[313/422] Compiling pbkdf.cc
[314/422] Compiling sign.cc
[315/422] Compiling p_x25519.cc
[316/422] Compiling p_x25519_asn1.cc
[317/422] Compiling p_rsa_asn1.cc
[318/422] Compiling p_ed25519_asn1.cc
[319/422] Compiling p_ed25519.cc
[320/422] Compiling p_hkdf.cc
[321/422] Compiling p_rsa.cc
[322/422] Compiling p_ec.cc
[323/422] Compiling p_ec_asn1.cc
[324/422] Compiling p_dsa_asn1.cc
[325/422] Compiling p_dh_asn1.cc
[326/422] Compiling p_dh.cc
[327/422] Compiling evp_ctx.cc
[328/422] Compiling engine.cc
[329/422] Compiling evp_asn1.cc
[330/422] Compiling err.cc
[331/422] Compiling ecdsa_p1363.cc
[332/422] Compiling evp.cc
[333/422] Compiling ecdh.cc
[334/422] Compiling ec_derive.cc
[335/422] Compiling dsa.cc
[336/422] Compiling ecdsa_asn1.cc
[337/422] Compiling hash_to_curve.cc
[338/422] Compiling ec_asn1.cc
[339/422] Compiling dsa_asn1.cc
[340/422] Compiling dh_asn1.cc
[341/422] Compiling params.cc
[342/422] Compiling digest_extra.cc
[343/422] Compiling curve25519_64_adx.cc
[344/422] Compiling x25519-asm-arm.S
[345/422] Compiling des.cc
[346/422] Compiling spake25519.cc
[347/422] Compiling curve25519.cc
[348/422] Compiling crypto.cc
[348/422] Compiling cpu_arm_linux.cc
[350/422] Compiling cpu_intel.cc
[351/422] Compiling cpu_aarch64_sysreg.cc
[352/422] Compiling cpu_arm_freebsd.cc
[353/422] Compiling cpu_aarch64_win.cc
[354/422] Compiling cpu_aarch64_openbsd.cc
[355/422] Compiling cpu_aarch64_linux.cc
[356/422] Compiling cpu_aarch64_fuchsia.cc
[357/422] Compiling tls_cbc.cc
[358/422] Compiling cpu_aarch64_apple.cc
[359/422] Compiling conf.cc
[360/422] Compiling get_cipher.cc
[361/422] Compiling e_rc4.cc
[362/422] Compiling e_tls.cc
[363/422] Compiling e_rc2.cc
[364/422] Compiling e_null.cc
[365/422] Compiling e_chacha20poly1305.cc
[366/422] Compiling cms.cc
[367/422] Compiling e_des.cc
[368/422] Compiling e_aeseax.cc
[369/422] Compiling derive_key.cc
[370/422] Compiling e_aesgcmsiv.cc
[371/422] Compiling e_aesctrhmac.cc
[372/422] Compiling chacha.cc
[373/422] Compiling unicode.cc
[374/422] Compiling cbs.cc
[375/422] Compiling buf.cc
[376/422] Compiling sqrt.cc
[377/422] Compiling ber.cc
[378/422] Compiling cbb.cc
[379/422] Compiling asn1_compat.cc
[380/422] Compiling exponentiation.cc
[381/422] Compiling div.cc
[382/422] Compiling blake2.cc
[383/422] Compiling printf.cc
[384/422] Compiling bn_asn1.cc
[385/422] Compiling pair.cc
[385/422] Compiling convert.cc
[387/422] Compiling hexdump.cc
[388/422] Compiling file.cc
[389/422] Compiling errno.cc
[390/422] Compiling fd.cc
[391/422] Compiling bio_mem.cc
[392/422] Compiling base64.cc
[393/422] Compiling bio.cc
[394/422] Compiling tasn_typ.cc
[395/422] Compiling tasn_utl.cc
[396/422] Compiling tasn_fre.cc
[397/422] Compiling tasn_enc.cc
[398/422] Compiling posix_time.cc
[399/422] Compiling f_string.cc
[400/422] Compiling tasn_new.cc
[401/422] Compiling tasn_dec.cc
[402/422] Compiling f_int.cc
[403/422] Compiling asn_pack.cc
[404/422] Compiling asn1_par.cc
[405/422] Compiling bcm.cc
[406/422] Compiling asn1_lib.cc
[407/422] Compiling a_utctm.cc
[408/422] Compiling a_type.cc
[409/422] Compiling a_time.cc
[410/422] Compiling a_strnid.cc
[411/422] Compiling a_octet.cc
[412/422] Compiling a_strex.cc
[413/422] Write sources
[414/443] Compiling a_object.cc
[415/443] Write sources
[416/443] Compiling a_i2d_fp.cc
[417/443] Compiling aes.cc
[418/443] Compiling a_int.cc
[419/443] Compiling a_mbstr.cc
[420/443] Compiling a_gentm.cc
[421/443] Compiling a_bitstr.cc
[423/443] Compiling BigInt Strideable.swift
[424/443] Compiling BigInt String Conversion.swift
[425/453] Compiling BigInt Bitwise Ops.swift
[426/453] Compiling BigInt Codable.swift
[427/453] Compiling BigInt Comparable.swift
[428/453] Compiling BigInt Integer Conversion.swift
[429/453] Compiling BigInt Multiplication.swift
[430/453] Compiling BigInt Prime Test.swift
[431/453] Compiling BigInt Random.swift
[432/453] Compiling BigInt Shifts.swift
[433/453] Compiling BigInt Square Root.swift
[434/453] Compiling BigInt Floating Point Conversion.swift
[435/453] Compiling BigInt GCD.swift
[436/453] Compiling BigInt Hashable.swift
[437/453] Emitting module BigInt
[438/453] Compiling BigInt Addition.swift
[439/453] Compiling BigInt BigInt.swift
[440/453] Compiling BigInt BigUInt.swift
[441/453] Compiling BigInt Data Conversion.swift
[442/453] Compiling BigInt Division.swift
[443/453] Compiling BigInt Exponentiation.swift
[444/453] Compiling CryptoBoringWrapper RandomBytes.swift
[445/453] Compiling BigInt Subtraction.swift
[446/453] Compiling BigInt Words and Bits.swift
[448/454] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[449/454] Compiling CryptoBoringWrapper EllipticCurve.swift
[450/454] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[451/454] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[452/454] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[453/454] Emitting module CryptoBoringWrapper
[454/454] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[456/526] Emitting module Crypto
[457/536] Compiling Crypto AES-GCM.swift
[458/536] Compiling Crypto AES-GCM_boring.swift
[459/536] Compiling Crypto ChaChaPoly_boring.swift
[460/536] Compiling Crypto ChaChaPoly.swift
[461/536] Compiling Crypto Cipher.swift
[462/536] Compiling Crypto Nonces.swift
[463/536] Compiling Crypto ASN1.swift
[464/536] Compiling Crypto ASN1Any.swift
[465/536] Compiling Crypto ASN1BitString.swift
[466/536] Compiling Crypto ASN1Boolean.swift
[467/536] Compiling Crypto PKCS8PrivateKey.swift
[468/536] Compiling Crypto SEC1PrivateKey.swift
[469/536] Compiling Crypto SubjectPublicKeyInfo.swift
[470/536] Compiling Crypto CryptoError_boring.swift
[471/536] Compiling Crypto CryptoKitErrors.swift
[472/536] Compiling Crypto Digest_boring.swift
[473/536] Compiling Crypto Digest.swift
[474/536] Compiling Crypto Digests.swift
[475/536] Compiling Crypto HashFunctions.swift
[476/536] Compiling Crypto HashFunctions_SHA2.swift
[477/536] Compiling Crypto X25519Keys.swift
[478/536] Compiling Crypto SymmetricKeys.swift
[479/536] Compiling Crypto HMAC.swift
[480/536] Compiling Crypto MACFunctions.swift
[481/536] Compiling Crypto MessageAuthenticationCode.swift
[482/536] Compiling Crypto AES.swift
[483/536] Compiling Crypto ECDSASignature_boring.swift
[484/536] Compiling Crypto ECDSA_boring.swift
[485/536] Compiling Crypto EdDSA_boring.swift
[486/536] Compiling Crypto ECDSA.swift
[487/536] Compiling Crypto ECDH.swift
[488/536] Compiling Crypto HKDF.swift
[489/536] Compiling Crypto AESWrap.swift
[490/536] Compiling Crypto AESWrap_boring.swift
[491/536] Compiling Crypto Ed25519_boring.swift
[492/536] Compiling Crypto NISTCurvesKeys_boring.swift
[493/536] Compiling Crypto X25519Keys_boring.swift
[494/536] Compiling Crypto Curve25519.swift
[495/536] Compiling Crypto Ed25519Keys.swift
[496/536] Compiling Crypto NISTCurvesKeys.swift
[497/536] Compiling Crypto HPKE-AEAD.swift
[498/536] Compiling Crypto HPKE-Ciphersuite.swift
[499/536] Compiling Crypto HPKE-KDF.swift
[500/536] Compiling Crypto HPKE-KexKeyDerivation.swift
[501/536] Compiling Crypto HPKE-LabeledExtract.swift
[502/536] Compiling Crypto HPKE-Utils.swift
[503/536] Compiling Crypto DHKEM.swift
[504/536] Compiling Crypto HPKE-KEM-Curve25519.swift
[505/536] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[506/536] Compiling Crypto HPKE-KEM.swift
[507/536] Compiling Crypto ASN1Identifier.swift
[508/536] Compiling Crypto ASN1Integer.swift
[509/536] Compiling Crypto ASN1Null.swift
[510/536] Compiling Crypto ASN1OctetString.swift
[511/536] Compiling Crypto ASN1Strings.swift
[512/536] Compiling Crypto ArraySliceBigint.swift
[513/536] Compiling Crypto GeneralizedTime.swift
[514/536] Compiling Crypto ObjectIdentifier.swift
[515/536] Compiling Crypto ECDSASignature.swift
[516/536] Compiling Crypto PEMDocument.swift
[517/536] Compiling Crypto HPKE-Errors.swift
[518/536] Compiling Crypto HPKE.swift
[519/536] Compiling Crypto HPKE-Context.swift
[520/536] Compiling Crypto HPKE-KeySchedule.swift
[521/536] Compiling Crypto HPKE-Modes.swift
[522/536] Compiling Crypto Insecure.swift
[523/536] Compiling Crypto Insecure_HashFunctions.swift
[524/536] Compiling Crypto KEM.swift
[525/536] Compiling Crypto ECDH_boring.swift
[526/536] Compiling Crypto DH.swift
[527/536] Compiling Crypto Ed25519.swift
[528/536] Compiling Crypto Signature.swift
[529/536] Compiling Crypto CryptoKitErrors_boring.swift
[530/536] Compiling Crypto RNG_boring.swift
[531/536] Compiling Crypto SafeCompare_boring.swift
[532/536] Compiling Crypto Zeroization_boring.swift
[533/536] Compiling Crypto PrettyBytes.swift
[534/536] Compiling Crypto SafeCompare.swift
[535/536] Compiling Crypto SecureBytes.swift
[536/536] Compiling Crypto Zeroization.swift
[538/563] Compiling ATCryptography K256Operations.swift
[539/563] Compiling ATCryptography K256Plugin.swift
[540/563] Compiling ATCryptography P256Encoding.swift
[541/566] Compiling ATCryptography StringExtensions.swift
[542/566] Compiling ATCryptography Models.swift
[543/566] Compiling ATCryptography Multibase.swift
[544/566] Compiling ATCryptography Plugins.swift
[545/566] Compiling ATCryptography BigIntExtensions.swift
[546/566] Compiling ATCryptography DataExtensions.swift
[547/566] Compiling ATCryptography ECDSASignatureExtensions.swift
[548/566] Compiling ATCryptography P256Extensions.swift
[549/566] Emitting module ATCryptography
[550/566] Compiling ATCryptography SHA256Hasher.swift
[551/566] Compiling ATCryptography SecureRandom.swift
[552/566] Compiling ATCryptography SessionToken.swift
[553/566] Compiling ATCryptography SignatureVerifier.swift
[554/566] Compiling ATCryptography K256Encoding.swift
[555/566] Compiling ATCryptography K256Keypair.swift
[556/566] Compiling ATCryptography Base58.swift
[557/566] Compiling ATCryptography Base64URL.swift
[558/566] Compiling ATCryptography DIDKey.swift
[559/566] Compiling ATCryptography Errors.swift
[560/566] Compiling ATCryptography P256Keypair.swift
[561/566] Compiling ATCryptography P256Operations.swift
[562/566] Compiling ATCryptography P256Plugin.swift
[563/566] Compiling ATCryptography ATCryptography.swift
[564/566] Compiling ATCryptography ATCryptographyTools.swift
[565/566] Compiling ATCryptography Base16.swift
[566/566] Compiling ATCryptography Base32.swift
Build complete! (204.87s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"exact" : [
"0.18.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.5.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "ATCryptography",
"name" : "ATCryptography",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ATCryptography",
"targets" : [
"ATCryptography"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ATCryptographyTests",
"module_type" : "SwiftTarget",
"name" : "ATCryptographyTests",
"path" : "Tests/ATCryptographyTests",
"sources" : [
"BaseRadix/Base16Suite.swift",
"BaseRadix/Base32Suite.swift",
"BaseRadix/Base58Suite.swift",
"BaseRadix/Base64URLSuite.swift",
"DIDKeySuite.swift",
"KeyCompressionSuite.swift",
"KeypairSuite.swift",
"RandomSuite.swift",
"SgnatureSuite.swift"
],
"target_dependencies" : [
"ATCryptography"
],
"type" : "test"
},
{
"c99name" : "ATCryptography",
"module_type" : "SwiftTarget",
"name" : "ATCryptography",
"path" : "Sources/ATCryptography",
"product_dependencies" : [
"Crypto",
"secp256k1",
"BigInt"
],
"product_memberships" : [
"ATCryptography"
],
"sources" : [
"ATCryptography.swift",
"ATCryptographyTools.swift",
"BaseRadix/Base16.swift",
"BaseRadix/Base32.swift",
"BaseRadix/Base58.swift",
"BaseRadix/Base64URL.swift",
"DIDKey.swift",
"Errors.swift",
"Extensions/BigIntExtensions.swift",
"Extensions/DataExtensions.swift",
"Extensions/ECDSASignatureExtensions.swift",
"Extensions/P256Extensions.swift",
"Extensions/StringExtensions.swift",
"Models.swift",
"Multibase.swift",
"Plugins.swift",
"SHA256Hasher.swift",
"SecureRandom.swift",
"SessionToken.swift",
"SignatureVerifier.swift",
"k256/K256Encoding.swift",
"k256/K256Keypair.swift",
"k256/K256Operations.swift",
"k256/K256Plugin.swift",
"p256/P256Encoding.swift",
"p256/P256Keypair.swift",
"p256/P256Operations.swift",
"p256/P256Plugin.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.