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 ATCryptography, reference main (ede299), with Swift 6.0 for Linux on 15 Apr 2025 14:50:35 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 ede2997 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
ede2997fff14b87da471edc7d04a4593eeca0a6b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.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/StringExtensions.swift",
        "Multibase.swift",
        "Plugins.swift",
        "SHA256Hasher.swift",
        "SecureRandom.swift",
        "SignatureVerifier.swift",
        "Types.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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
[1/4771] Fetching bigint
[1337/9364] Fetching bigint, swift-secp256k1
[9365/23055] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (1.23s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.23s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.25s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.49s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.19.0 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.09s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.52s)
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.19.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.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
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/370] Write sources
[3/370] Compiling bn-586-linux.S
[4/370] Compiling bn-586-apple.S
[5/370] Compiling chacha-armv4-linux.S
[6/370] Compiling precomputed_ecmult_gen.c
[7/370] Compiling Utility.c
[8/370] Write sources
[9/370] Compiling a_bool.cc
[9/370] Write swift-version-24593BA9C3E375BF.txt
[9/370] Compiling a_d2i_fp.cc
[12/370] Compiling a_bitstr.cc
[13/370] Compiling fiat_p256_adx_mul.S
[14/370] Compiling fiat_curve25519_adx_square.S
[15/370] Compiling fiat_p256_adx_sqr.S
[16/370] Compiling fiat_curve25519_adx_mul.S
[17/370] Compiling md5-x86_64-apple.S
[18/370] Compiling md5-x86_64-linux.S
[19/370] Compiling md5-586-linux.S
[20/370] Compiling md5-586-apple.S
[21/370] Compiling chacha20_poly1305_x86_64-apple.S
[22/370] Compiling CCryptoBoringSSLShims shims.c
[23/370] Compiling secp256k1.c
[24/370] Compiling chacha20_poly1305_armv8-win.S
[25/370] Compiling chacha20_poly1305_x86_64-linux.S
[26/370] Compiling chacha20_poly1305_armv8-linux.S
[27/370] Compiling chacha20_poly1305_armv8-apple.S
[28/370] Compiling chacha-x86_64-apple.S
[29/370] Compiling chacha-x86_64-linux.S
[30/370] Compiling chacha-x86-linux.S
[31/370] Compiling chacha-x86-apple.S
[32/370] Compiling chacha-armv8-win.S
[33/370] Compiling chacha-armv8-linux.S
[34/377] Compiling chacha-armv8-apple.S
[35/386] Compiling err_data.cc
[36/391] Compiling aes128gcmsiv-x86_64-linux.S
[37/391] Compiling aes128gcmsiv-x86_64-apple.S
[37/391] Compiling x509_vfy.cc
[39/391] Compiling x86_64-mont5-linux.S
[40/391] Compiling x86_64-mont5-apple.S
[41/391] Compiling x86-mont-linux.S
[42/391] Compiling x86_64-mont-linux.S
[43/391] Compiling x86_64-mont-apple.S
[44/391] Compiling x86-mont-apple.S
[45/391] Compiling vpaes-x86_64-linux.S
[46/391] Compiling vpaes-x86-linux.S
[47/391] Compiling vpaes-x86_64-apple.S
[48/391] Compiling vpaes-x86-apple.S
[49/391] Compiling vpaes-armv8-win.S
[50/391] Compiling vpaes-armv8-linux.S
[51/391] Compiling vpaes-armv8-apple.S
[52/391] Compiling vpaes-armv7-linux.S
[53/391] Compiling sha512-armv8-win.S
[54/391] Compiling sha512-x86_64-apple.S
[55/391] Compiling sha512-x86_64-linux.S
[56/391] Compiling sha512-armv8-linux.S
[57/391] Compiling sha512-armv8-apple.S
[58/391] Compiling sha512-armv4-linux.S
[59/391] Compiling sha512-586-linux.S
[60/391] Compiling sha512-586-apple.S
[61/391] Compiling sha256-x86_64-apple.S
[62/391] Compiling sha256-x86_64-linux.S
[63/391] Compiling sha256-armv8-win.S
[64/391] Compiling sha256-armv8-linux.S
[65/391] Compiling sha256-armv8-apple.S
[66/391] Compiling sha256-armv4-linux.S
[67/391] Compiling sha256-586-linux.S
[68/391] Compiling sha256-586-apple.S
[69/391] Compiling sha1-x86_64-apple.S
[70/391] Compiling sha1-armv8-win.S
[71/391] Compiling sha1-armv8-linux.S
[72/391] Compiling sha1-armv8-apple.S
[73/391] Compiling sha1-x86_64-linux.S
[74/391] Compiling sha1-armv4-large-linux.S
[75/391] Compiling sha1-586-linux.S
[76/391] Compiling sha1-586-apple.S
[77/391] Compiling rsaz-avx2-linux.S
[78/391] Compiling rsaz-avx2-apple.S
[79/391] Compiling rdrand-x86_64-linux.S
[79/391] Compiling rdrand-x86_64-apple.S
[81/391] Compiling p256_beeu-x86_64-asm-linux.S
[82/391] Compiling p256_beeu-x86_64-asm-apple.S
[83/391] Compiling p256_beeu-armv8-asm-win.S
[84/391] Compiling p256_beeu-armv8-asm-linux.S
[85/391] Compiling p256_beeu-armv8-asm-apple.S
[86/391] Compiling p256-x86_64-asm-apple.S
[87/391] Compiling p256-armv8-asm-win.S
[88/391] Compiling p256-x86_64-asm-linux.S
[89/391] Compiling p256-armv8-asm-linux.S
[90/391] Compiling ghashv8-armv8-win.S
[91/391] Compiling p256-armv8-asm-apple.S
[92/391] Compiling ghashv8-armv8-linux.S
[93/391] Compiling ghashv8-armv8-apple.S
[94/391] Compiling ghashv8-armv7-linux.S
[95/391] Compiling ghash-x86_64-apple.S
[96/391] Compiling ghash-x86-apple.S
[97/391] Compiling ghash-x86_64-linux.S
[98/391] Compiling ghash-x86-linux.S
[99/391] Compiling ghash-ssse3-x86_64-linux.S
[100/391] Compiling ghash-ssse3-x86_64-apple.S
[101/391] Compiling ghash-ssse3-x86-linux.S
[102/391] Compiling ghash-ssse3-x86-apple.S
[103/391] Compiling ghash-neon-armv8-win.S
[104/391] Compiling ghash-neon-armv8-linux.S
[105/391] Compiling ghash-armv4-linux.S
[106/391] Compiling ghash-neon-armv8-apple.S
[107/391] Compiling co-586-linux.S
[108/391] Compiling co-586-apple.S
[109/391] Compiling bsaes-armv7-linux.S
[110/391] Compiling bn-armv8-win.S
[111/391] Compiling bn-armv8-linux.S
[112/391] Compiling bn-armv8-apple.S
[113/391] Compiling armv8-mont-win.S
[114/391] Compiling armv8-mont-linux.S
[115/391] Compiling armv8-mont-apple.S
[116/391] Compiling armv4-mont-linux.S
[117/391] Compiling aesv8-gcm-armv8-linux.S
[118/391] Compiling aesv8-gcm-armv8-win.S
[119/391] Compiling aesv8-gcm-armv8-apple.S
[120/391] Compiling aesv8-armv8-win.S
[121/391] Compiling aesv8-armv8-apple.S
[122/391] Compiling aesv8-armv8-linux.S
[123/391] Compiling aesv8-armv7-linux.S
[124/391] Compiling aesni-x86_64-apple.S
[125/391] Compiling aesni-x86_64-linux.S
[126/391] Compiling aesni-x86-linux.S
[127/391] Compiling aesni-x86-apple.S
[128/391] Compiling aesni-gcm-x86_64-linux.S
[129/391] Compiling aesni-gcm-x86_64-apple.S
[130/391] Compiling aes-gcm-avx10-x86_64-apple.S
[131/391] Compiling aes-gcm-avx10-x86_64-linux.S
[132/391] Compiling x_x509a.cc
[133/391] Compiling x_sig.cc
[134/391] Compiling x_val.cc
[135/391] Compiling x_spki.cc
[136/391] Compiling x_x509.cc
[137/391] Compiling x_req.cc
[138/391] Compiling x_pubkey.cc
[139/391] Compiling x_name.cc
[140/391] Compiling precomputed_ecmult.c
[141/391] Compiling x_exten.cc
[142/391] Compiling x_crl.cc
[143/391] Compiling x_attrib.cc
[144/391] Compiling x_all.cc
[145/391] Compiling x_algor.cc
[146/391] Compiling x509spki.cc
[148/430] Emitting module BigInt
[148/432] Compiling x509name.cc
[149/432] Compiling x509rset.cc
[150/432] Compiling x509cset.cc
[151/432] Compiling x509_txt.cc
[152/432] Compiling x509_vpm.cc
[153/432] Compiling x509_v3.cc
[154/432] Compiling x509_trs.cc
[155/432] Compiling x509_obj.cc
[156/432] Compiling x509_set.cc
[157/432] Compiling x509_req.cc
[158/432] Compiling x509_lu.cc
[159/432] Compiling x509_ext.cc
[160/432] Compiling x509_def.cc
[162/432] Emitting module secp256k1
[162/432] Compiling x509_d2.cc
[163/437] Compiling x509_att.cc
[164/437] Compiling x509_cmp.cc
[165/437] Compiling x509.cc
[166/437] Compiling v3_utl.cc
[167/437] Compiling v3_skey.cc
[168/437] Compiling v3_prn.cc
[169/437] Compiling v3_pmaps.cc
[170/437] Compiling v3_purp.cc
[171/437] Compiling v3_pcons.cc
[172/437] Compiling v3_ocsp.cc
[173/437] Compiling v3_lib.cc
[174/437] Compiling v3_int.cc
[175/437] Compiling v3_ncons.cc
[176/437] Compiling v3_ia5.cc
[177/437] Compiling v3_info.cc
[178/437] Compiling v3_genn.cc
[179/437] Compiling v3_extku.cc
[180/437] Compiling v3_enum.cc
[181/437] Compiling v3_crld.cc
[182/437] Compiling v3_cpols.cc
[183/437] Compiling v3_conf.cc
[184/437] Compiling v3_bitst.cc
[185/437] Compiling v3_bcons.cc
[186/437] Compiling v3_alt.cc
[187/437] Compiling v3_akeya.cc
[189/437] Compiling BigInt Subtraction.swift
[190/437] Compiling BigInt Words and Bits.swift
[191/437] Compiling secp256k1 Combine.swift
[192/437] Compiling secp256k1 Context.swift
[193/437] Compiling secp256k1 ECDSASignature.swift
[194/437] Compiling secp256k1 PEMDocument.swift
[195/437] Compiling secp256k1 PKCS8PrivateKey.swift
[196/437] Compiling secp256k1 SEC1PrivateKey.swift
[197/437] Compiling secp256k1 SubjectPublicKeyInfo.swift
[198/437] Compiling secp256k1 Asymmetric.swift
[198/437] Compiling v3_akey.cc
[199/437] Compiling t_x509a.cc
[200/437] Compiling t_x509.cc
[201/437] Compiling t_req.cc
[202/437] Compiling t_crl.cc
[203/437] Compiling rsa_pss.cc
[204/437] Compiling i2d_pr.cc
[205/437] Compiling policy.cc
[206/437] Compiling name_print.cc
[207/437] Compiling by_file.cc
[208/437] Compiling by_dir.cc
[209/437] Compiling algorithm.cc
[210/437] Compiling asn1_gen.cc
[211/437] Compiling a_sign.cc
[212/437] Compiling a_verify.cc
[213/437] Compiling thread_win.cc
[214/437] Compiling a_digest.cc
[215/437] Compiling voprf.cc
[216/437] Compiling thread_pthread.cc
[217/437] Compiling trust_token.cc
[218/437] Compiling pmbtoken.cc
[219/437] Compiling thread_none.cc
[220/437] Compiling thash.cc
[221/437] Compiling thread.cc
[222/437] Compiling stack.cc
[223/437] Compiling wots.cc
[224/437] Compiling slhdsa.cc
[225/437] Compiling merkle.cc
[226/437] Compiling siphash.cc
[227/437] Compiling rsa_extra.cc
[228/437] Compiling sha256.cc
[229/437] Compiling sha512.cc
[231/437] Compiling secp256k1 ArraySliceBigint.swift
[232/437] Compiling secp256k1 GeneralizedTime.swift
[233/437] Compiling secp256k1 ObjectIdentifier.swift
[233/437] Compiling fors.cc
[235/437] Compiling secp256k1 Recovery.swift
[236/437] Compiling secp256k1 SHA256.swift
[237/437] Compiling secp256k1 SafeCompare.swift
[238/437] Compiling secp256k1 Schnorr.swift
[239/437] Compiling secp256k1 SecureBytes.swift
[239/437] Compiling sha1.cc
[245/437] Compiling secp256k1 Digest.swift
[246/437] Compiling secp256k1 ECDH.swift
[247/437] Compiling secp256k1 ECDSA.swift
[248/437] Compiling secp256k1 EdDSA.swift
[249/437] Compiling secp256k1 Errors.swift
[250/437] Compiling secp256k1 Exports.swift
[250/437] Compiling rc4.cc
[251/437] Compiling rsa_print.cc
[252/437] Compiling refcount.cc
[254/437] Compiling secp256k1 ASN1.swift
[255/437] Compiling secp256k1 ASN1Any.swift
[256/437] Compiling secp256k1 ASN1BitString.swift
[257/437] Compiling secp256k1 ASN1Boolean.swift
[258/437] Compiling secp256k1 ASN1Identifier.swift
[259/437] Compiling secp256k1 ASN1Integer.swift
[260/437] Compiling secp256k1 ASN1Null.swift
[261/437] Compiling secp256k1 ASN1OctetString.swift
[262/437] Compiling secp256k1 ASN1Strings.swift
[262/437] Compiling rsa_crypt.cc
[264/437] Compiling secp256k1 Signature.swift
[265/437] Compiling secp256k1 Tweak.swift
[266/437] Compiling secp256k1 Utility.swift
[267/437] Compiling secp256k1 Zeroization.swift
[268/437] Compiling secp256k1 secp256k1.swift
[287/438] Compiling secp256k1 HashDigest.swift
[288/438] Compiling secp256k1 MuSig.swift
[289/438] Compiling secp256k1 Nonces.swift
[290/438] Compiling secp256k1 PrettyBytes.swift
[291/438] Compiling secp256k1 RNG_boring.swift
[291/439] Compiling windows.cc
[292/439] Compiling rsa_asn1.cc
[293/439] Compiling urandom.cc
[295/439] Compiling trusty.cc
[297/439] Compiling rand_extra.cc
[298/439] Compiling ios.cc
[299/439] Compiling passive.cc
[300/439] Compiling getentropy.cc
[301/439] Compiling deterministic.cc
[302/439] Compiling poly1305_arm_asm.S
[303/439] Compiling forkunsafe.cc
[304/439] Compiling fork_detect.cc
[305/439] Compiling poly1305_arm.cc
[306/439] Compiling poly1305.cc
[307/439] Compiling pool.cc
[308/439] Compiling poly1305_vec.cc
[309/439] Compiling pkcs7.cc
[310/439] Compiling pkcs8.cc
[311/439] Compiling p5_pbev2.cc
[312/439] Compiling pkcs7_x509.cc
[313/439] Compiling pem_x509.cc
[314/439] Compiling pem_pkey.cc
[315/439] Compiling pkcs8_x509.cc
[316/439] Compiling pem_xaux.cc
[317/439] Compiling pem_pk8.cc
[318/439] Compiling pem_oth.cc
[319/439] Compiling obj_xref.cc
[320/439] Compiling pem_lib.cc
[321/439] Compiling mlkem.cc
[322/439] Compiling pem_info.cc
[323/439] Compiling mldsa.cc
[324/439] Compiling obj.cc
[325/439] Compiling mem.cc
[326/439] Compiling pem_all.cc
[327/439] Compiling md5.cc
[328/439] Compiling fips_shared_support.cc
[329/439] Compiling poly_rq_mul.S
[330/439] Compiling lhash.cc
[331/439] Compiling md4.cc
[332/439] Compiling kyber.cc
[333/439] Compiling hrss.cc
[334/439] Compiling ex_data.cc
[335/439] Compiling sign.cc
[336/439] Compiling hpke.cc
[337/439] Compiling scrypt.cc
[338/439] Compiling pbkdf.cc
[339/439] Compiling print.cc
[340/439] Compiling p_x25519_asn1.cc
[341/439] Compiling p_x25519.cc
[342/439] Compiling p_rsa_asn1.cc
[343/439] Compiling p_ed25519.cc
[344/439] Compiling p_ed25519_asn1.cc
[345/439] Compiling p_rsa.cc
[346/439] Compiling p_ec_asn1.cc
[347/439] Compiling p_ec.cc
[348/439] Compiling p_hkdf.cc
[349/439] Compiling p_dh.cc
[350/439] Compiling evp_ctx.cc
[351/439] Compiling p_dh_asn1.cc
[352/439] Compiling evp.cc
[353/439] Compiling p_dsa_asn1.cc
[354/439] Compiling evp_asn1.cc
[355/439] Compiling err.cc
[356/439] Compiling engine.cc
[357/439] Compiling ecdsa_asn1.cc
[358/439] Compiling hash_to_curve.cc
[359/439] Compiling ecdh_extra.cc
[360/439] Compiling ec_asn1.cc
[361/439] Compiling dsa_asn1.cc
[362/439] Compiling dsa.cc
[363/439] Compiling ec_derive.cc
[364/439] Compiling digest_extra.cc
[365/439] Compiling params.cc
[366/439] Compiling x25519-asm-arm.S
[367/439] Compiling des.cc
[368/439] Compiling dh_asn1.cc
[369/439] Compiling spake25519.cc
[370/439] Compiling crypto.cc
[371/439] Compiling cpu_intel.cc
[372/439] Compiling cpu_arm_linux.cc
[373/439] Compiling cpu_arm_freebsd.cc
[374/439] Compiling cpu_aarch64_win.cc
[375/439] Compiling cpu_aarch64_openbsd.cc
[376/439] Compiling curve25519.cc
[377/439] Compiling cpu_aarch64_sysreg.cc
[378/439] Compiling cpu_aarch64_linux.cc
[379/439] Compiling cpu_aarch64_fuchsia.cc
[380/439] Compiling cpu_aarch64_apple.cc
[381/439] Compiling curve25519_64_adx.cc
[382/439] Compiling tls_cbc.cc
[383/439] Compiling e_rc4.cc
[384/439] Compiling bcm.cc
[385/439] Compiling e_rc2.cc
[386/439] Compiling e_tls.cc
[387/439] Compiling e_null.cc
[388/439] Compiling conf.cc
[389/439] Compiling derive_key.cc
[390/439] Compiling e_aesctrhmac.cc
[391/439] Compiling e_aesgcmsiv.cc
[392/439] Compiling e_des.cc
[393/439] Compiling e_chacha20poly1305.cc
[394/439] Compiling chacha.cc
[395/439] Compiling cipher_extra.cc
[396/439] Compiling unicode.cc
[397/439] Compiling ber.cc
[398/439] Compiling asn1_compat.cc
[398/439] Compiling buf.cc
[400/439] Compiling cbb.cc
[401/439] Compiling blake2.cc
[402/439] Compiling cbs.cc
[403/439] Compiling bn_asn1.cc
[404/439] Compiling convert.cc
[405/439] Compiling printf.cc
[406/439] Compiling pair.cc
[407/439] Compiling file.cc
[408/439] Compiling hexdump.cc
[409/439] Compiling errno.cc
[409/439] Compiling fd.cc
[411/439] Compiling bio_mem.cc
[412/439] Compiling bio.cc
[413/439] Compiling base64.cc
[414/439] Compiling tasn_typ.cc
[415/439] Compiling tasn_utl.cc
[416/439] Compiling tasn_new.cc
[417/439] Compiling tasn_fre.cc
[418/439] Compiling posix_time.cc
[419/439] Compiling tasn_enc.cc
[420/439] Compiling f_string.cc
[421/439] Compiling f_int.cc
[422/439] Compiling tasn_dec.cc
[423/439] Compiling asn1_par.cc
[424/439] Compiling asn_pack.cc
[425/439] Compiling asn1_lib.cc
[426/439] Compiling a_utctm.cc
[427/439] Compiling a_type.cc
[428/439] Compiling a_time.cc
[429/439] Compiling a_strnid.cc
[430/439] Compiling a_octet.cc
[430/439] Write sources
[432/439] Compiling a_strex.cc
[433/439] Compiling a_object.cc
[434/439] Compiling a_mbstr.cc
[435/439] Compiling a_i2d_fp.cc
[436/439] Compiling a_gentm.cc
[437/439] Compiling a_int.cc
[438/439] Compiling a_dup.cc
[440/447] Compiling CryptoBoringWrapper RandomBytes.swift
[441/447] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[442/447] Compiling CryptoBoringWrapper EllipticCurve.swift
[443/447] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[444/447] Emitting module CryptoBoringWrapper
[445/447] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[446/447] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[447/447] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[449/519] Compiling Crypto HPKE-Ciphersuite.swift
[450/519] Compiling Crypto HPKE-KDF.swift
[451/519] Compiling Crypto HPKE-KexKeyDerivation.swift
[452/519] Compiling Crypto HPKE-LabeledExtract.swift
[453/519] Compiling Crypto HPKE-Utils.swift
[454/519] Compiling Crypto DHKEM.swift
[455/519] Compiling Crypto HPKE-KEM-Curve25519.swift
[456/519] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[457/519] Compiling Crypto HPKE-KEM.swift
[458/519] Compiling Crypto HPKE-Errors.swift
[459/528] Emitting module Crypto
[460/528] Compiling Crypto HKDF.swift
[461/528] Compiling Crypto AESWrap.swift
[462/528] Compiling Crypto AESWrap_boring.swift
[463/528] Compiling Crypto Ed25519_boring.swift
[464/528] Compiling Crypto NISTCurvesKeys_boring.swift
[465/528] Compiling Crypto X25519Keys_boring.swift
[466/528] Compiling Crypto Curve25519.swift
[467/528] Compiling Crypto Ed25519Keys.swift
[468/528] Compiling Crypto NISTCurvesKeys.swift
[469/528] Compiling Crypto X25519Keys.swift
[470/528] Compiling Crypto SymmetricKeys.swift
[471/528] Compiling Crypto HMAC.swift
[472/528] Compiling Crypto MACFunctions.swift
[473/528] Compiling Crypto MessageAuthenticationCode.swift
[474/528] Compiling Crypto AES.swift
[475/528] Compiling Crypto ECDSASignature_boring.swift
[476/528] Compiling Crypto ECDSA_boring.swift
[477/528] Compiling Crypto EdDSA_boring.swift
[478/528] Compiling Crypto ECDSA.swift
[479/528] Compiling Crypto Ed25519.swift
[480/528] Compiling Crypto AES-GCM.swift
[481/528] Compiling Crypto AES-GCM_boring.swift
[482/528] Compiling Crypto ChaChaPoly_boring.swift
[483/528] Compiling Crypto ChaChaPoly.swift
[484/528] Compiling Crypto Cipher.swift
[485/528] Compiling Crypto Nonces.swift
[486/528] Compiling Crypto ASN1.swift
[487/528] Compiling Crypto ASN1Any.swift
[488/528] Compiling Crypto ASN1BitString.swift
[489/528] Compiling Crypto ASN1Boolean.swift
[490/528] Compiling Crypto PKCS8PrivateKey.swift
[491/528] Compiling Crypto SEC1PrivateKey.swift
[492/528] Compiling Crypto SubjectPublicKeyInfo.swift
[493/528] Compiling Crypto CryptoKitErrors.swift
[494/528] Compiling Crypto Digest_boring.swift
[495/528] Compiling Crypto Digest.swift
[496/528] Compiling Crypto Digests.swift
[497/528] Compiling Crypto HashFunctions.swift
[498/528] Compiling Crypto HashFunctions_SHA2.swift
[499/528] Compiling Crypto HPKE-AEAD.swift
[500/528] Compiling Crypto Signature.swift
[501/528] Compiling Crypto CryptoKitErrors_boring.swift
[502/528] Compiling Crypto RNG_boring.swift
[503/528] Compiling Crypto SafeCompare_boring.swift
[504/528] Compiling Crypto Zeroization_boring.swift
[505/528] Compiling Crypto PrettyBytes.swift
[506/528] Compiling Crypto SafeCompare.swift
[507/528] Compiling Crypto SecureBytes.swift
[508/528] Compiling Crypto Zeroization.swift
[509/528] Compiling Crypto ASN1Identifier.swift
[510/528] Compiling Crypto ASN1Integer.swift
[511/528] Compiling Crypto ASN1Null.swift
[512/528] Compiling Crypto ASN1OctetString.swift
[513/528] Compiling Crypto ASN1Strings.swift
[514/528] Compiling Crypto ArraySliceBigint.swift
[515/528] Compiling Crypto GeneralizedTime.swift
[516/528] Compiling Crypto ObjectIdentifier.swift
[517/528] Compiling Crypto ECDSASignature.swift
[518/528] Compiling Crypto PEMDocument.swift
[519/528] Compiling Crypto HPKE.swift
[520/528] Compiling Crypto HPKE-Context.swift
[521/528] Compiling Crypto HPKE-KeySchedule.swift
[522/528] Compiling Crypto HPKE-Modes.swift
[523/528] Compiling Crypto Insecure.swift
[524/528] Compiling Crypto Insecure_HashFunctions.swift
[525/528] Compiling Crypto KEM.swift
[526/528] Compiling Crypto ECDH_boring.swift
[527/528] Compiling Crypto DH.swift
[528/528] Compiling Crypto ECDH.swift
[530/553] Emitting module ATCryptography
[531/556] Compiling ATCryptography K256Operations.swift
[532/556] Compiling ATCryptography K256Plugin.swift
[533/556] Compiling ATCryptography P256Encoding.swift
[534/556] Compiling ATCryptography SHA256Hasher.swift
[535/556] Compiling ATCryptography SecureRandom.swift
[536/556] Compiling ATCryptography SignatureVerifier.swift
[537/556] Compiling ATCryptography BigIntExtensions.swift
[538/556] Compiling ATCryptography DataExtensions.swift
[539/556] Compiling ATCryptography ECDSASignatureExtensions.swift
[540/556] Compiling ATCryptography Types.swift
[541/556] Compiling ATCryptography K256Encoding.swift
[542/556] Compiling ATCryptography K256Keypair.swift
[543/556] Compiling ATCryptography StringExtensions.swift
[544/556] Compiling ATCryptography Multibase.swift
[545/556] Compiling ATCryptography Plugins.swift
[546/556] Compiling ATCryptography P256Keypair.swift
[547/556] Compiling ATCryptography P256Operations.swift
[548/556] Compiling ATCryptography P256Plugin.swift
[549/556] Compiling ATCryptography ATCryptography.swift
[550/556] Compiling ATCryptography ATCryptographyTools.swift
[551/556] Compiling ATCryptography Base16.swift
[552/556] Compiling ATCryptography Base32.swift
[553/556] Compiling ATCryptography Base58.swift
[554/556] Compiling ATCryptography Base64URL.swift
[555/556] Compiling ATCryptography DIDKey.swift
[556/556] Compiling ATCryptography Errors.swift
Build complete! (56.41s)
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" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.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/StringExtensions.swift",
        "Multibase.swift",
        "Plugins.swift",
        "SHA256Hasher.swift",
        "SecureRandom.swift",
        "SignatureVerifier.swift",
        "Types.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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.