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 0.1.2 (6117d0), with Swift 6.0 for Linux on 18 Mar 2025 09:37:29 UTC.

Swift 6 data race errors: 4

Build Command

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