The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ATCommonTools, reference main (ca5eee), with Swift 6.1 for Android on 25 Jun 2025 14:24:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCommonTools.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/ATCommonTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca5eee7 Add forked version of swift-cbor temporarily
Cloned https://github.com/ATProtoKit/ATCommonTools.git
Revision (git rev-parse @):
ca5eee7f09202699707cb249d411bbb2c7597986
SUCCESS checkout https://github.com/ATProtoKit/ATCommonTools.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ATProtoKit/ATCommonTools.git
https://github.com/ATProtoKit/ATCommonTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "multiformatskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/MultiformatsKit.git"
    },
    {
      "identity" : "swift-cbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MasterJ93/swift-cbor.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ATCommonTools",
  "name" : "ATCommonTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCommonTools",
      "targets" : [
        "ATCommonTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATCommonWeb",
      "targets" : [
        "ATCommonWeb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCommonWeb",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonWeb",
      "path" : "Sources/ATCommonWeb",
      "product_dependencies" : [
        "MultiformatsKit"
      ],
      "product_memberships" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "sources" : [
        "TypeScript-bound/Async.swift",
        "TypeScript-bound/DIDDocument.swift",
        "TypeScript-bound/IPLD.swift",
        "TypeScript-bound/Models.swift",
        "TypeScript-bound/Retry.swift",
        "TypeScript-bound/TID.swift",
        "TypeScript-bound/Times.swift",
        "TypeScript-bound/Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATCommonToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonToolsTests",
      "path" : "Tests/ATCommonToolsTests",
      "sources" : [
        "ATCommonToolsTests.swift"
      ],
      "target_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCommonTools",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonTools",
      "path" : "Sources/ATCommonTools",
      "product_dependencies" : [
        "MultiformatsKit",
        "SwiftCbor",
        "Crypto"
      ],
      "product_memberships" : [
        "ATCommonTools"
      ],
      "sources" : [
        "ATCommonTools.swift",
        "TypeScript-bound/IPLD.swift"
      ],
      "target_dependencies" : [
        "ATCommonWeb"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MasterJ93/swift-cbor.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/apple/swift-crypto.git
[1/82] Fetching swift-cbor
[4/649] Fetching swift-cbor, multiformatskit
[531/16097] Fetching swift-cbor, multiformatskit, swift-crypto
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.42s)
[992/15530] Fetching swift-cbor, swift-crypto
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (2.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.5 (3.40s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (1.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.17s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.49s)
Creating working copy for https://github.com/MasterJ93/swift-cbor.git
Working copy of https://github.com/MasterJ93/swift-cbor.git resolved at 0.0.5
Creating working copy for https://github.com/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.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.3.2
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
Building for debugging...
[0/367] Write sources
[4/367] Compiling fiat_p256_adx_mul.S
[5/367] Compiling fiat_p256_adx_sqr.S
[6/367] Compiling md5-x86_64-apple.S
[7/367] Compiling fiat_curve25519_adx_mul.S
[8/367] Compiling md5-x86_64-linux.S
[9/367] Compiling md5-586-linux.S
[10/367] Compiling fiat_curve25519_adx_square.S
[11/367] Compiling chacha20_poly1305_x86_64-linux.S
[12/367] Compiling chacha20_poly1305_x86_64-apple.S
[13/367] Compiling md5-586-apple.S
[14/367] Compiling chacha20_poly1305_armv8-win.S
[15/367] Compiling chacha-x86_64-linux.S
[16/367] Compiling chacha20_poly1305_armv8-linux.S
[17/367] Compiling chacha20_poly1305_armv8-apple.S
[18/367] Compiling chacha-x86_64-apple.S
[19/367] Compiling chacha-x86-apple.S
[20/367] Compiling chacha-x86-linux.S
[21/367] Compiling chacha-armv8-apple.S
[22/367] Compiling chacha-armv8-win.S
[23/367] Compiling chacha-armv4-linux.S
[24/367] Compiling aes128gcmsiv-x86_64-linux.S
[25/367] Compiling chacha-armv8-linux.S
[26/367] Compiling aes128gcmsiv-x86_64-apple.S
[27/367] Compiling x86_64-mont5-linux.S
[28/367] Write swift-version-24593BA9C3E375BF.txt
[29/367] Compiling CCryptoBoringSSLShims shims.c
[30/367] Compiling x86_64-mont5-apple.S
[30/367] Compiling x86_64-mont-linux.S
[32/367] Compiling x86_64-mont-apple.S
[33/367] Compiling x86-mont-linux.S
[34/367] Compiling vpaes-x86-linux.S
[35/367] Compiling vpaes-x86_64-linux.S
[36/367] Compiling vpaes-x86_64-apple.S
[36/367] Compiling x86-mont-apple.S
[38/367] Compiling vpaes-x86-apple.S
[39/367] Compiling vpaes-armv8-win.S
[40/367] Compiling vpaes-armv8-apple.S
[41/367] Compiling sha512-x86_64-linux.S
[42/367] Compiling sha512-x86_64-apple.S
[43/367] Compiling vpaes-armv7-linux.S
[44/367] Compiling vpaes-armv8-linux.S
[45/367] Compiling err_data.cc
[46/368] Compiling sha512-armv8-win.S
[47/375] Compiling sha512-armv8-apple.S
[48/376] Compiling sha512-586-linux.S
[49/376] Compiling sha512-armv4-linux.S
[50/376] Compiling sha512-586-apple.S
[51/376] Compiling sha256-x86_64-linux.S
[52/376] Compiling sha256-x86_64-apple.S
[53/376] Compiling sha512-armv8-linux.S
[54/376] Compiling sha256-586-linux.S
[55/376] Compiling sha256-armv8-apple.S
[56/376] Compiling sha256-armv8-linux.S
[57/376] Compiling sha256-armv8-win.S
[58/376] Compiling sha256-armv4-linux.S
[59/376] Compiling sha1-x86_64-apple.S
[60/376] Compiling sha1-x86_64-linux.S
[61/376] Compiling sha256-586-apple.S
[62/376] Compiling sha1-armv8-apple.S
[63/376] Compiling sha1-armv8-win.S
[64/376] Compiling sha1-586-linux.S
[65/376] Compiling sha1-armv8-linux.S
[65/376] Compiling rsaz-avx2-linux.S
[67/376] Compiling rdrand-x86_64-linux.S
[68/376] Compiling sha1-armv4-large-linux.S
[68/376] Compiling rdrand-x86_64-apple.S
[70/376] Compiling rsaz-avx2-apple.S
[71/376] Compiling sha1-586-apple.S
[72/376] Compiling p256_beeu-x86_64-asm-linux.S
[73/376] Compiling p256_beeu-x86_64-asm-apple.S
[74/376] Compiling p256_beeu-armv8-asm-apple.S
[75/376] Compiling p256_beeu-armv8-asm-win.S
[76/376] Compiling p256-x86_64-asm-apple.S
[77/376] Compiling p256-armv8-asm-win.S
[78/376] Compiling p256-x86_64-asm-linux.S
[79/376] Compiling p256_beeu-armv8-asm-linux.S
[80/376] Compiling p256-armv8-asm-apple.S
[81/376] Compiling ghashv8-armv8-win.S
[82/376] Compiling ghashv8-armv8-linux.S
[83/376] Compiling ghashv8-armv8-apple.S
[84/376] Compiling p256-armv8-asm-linux.S
[85/376] Compiling ghashv8-armv7-linux.S
[86/376] Compiling ghash-x86_64-linux.S
[87/376] Compiling ghash-x86_64-apple.S
[87/376] Compiling ghash-x86-linux.S
[89/376] Compiling ghash-ssse3-x86_64-linux.S
[90/376] Compiling ghash-ssse3-x86_64-apple.S
[91/376] Compiling ghash-x86-apple.S
[92/376] Compiling ghash-ssse3-x86-apple.S
[93/376] Compiling ghash-ssse3-x86-linux.S
[94/376] Compiling ghash-neon-armv8-win.S
[95/376] Compiling ghash-neon-armv8-linux.S
[96/376] Compiling ghash-neon-armv8-apple.S
[97/376] Compiling ghash-armv4-linux.S
[98/376] Compiling co-586-apple.S
[99/376] Compiling co-586-linux.S
[100/376] Compiling bn-armv8-linux.S
[101/376] Compiling bn-armv8-win.S
[102/376] Compiling bn-armv8-apple.S
[103/376] Compiling bn-586-linux.S
[103/376] Compiling bn-586-apple.S
[105/376] Compiling bsaes-armv7-linux.S
[106/376] Compiling armv8-mont-win.S
[107/376] Compiling armv8-mont-apple.S
[108/376] Compiling armv8-mont-linux.S
[109/376] Compiling armv4-mont-linux.S
[110/376] Compiling aesv8-gcm-armv8-win.S
[111/376] Compiling aesv8-armv8-win.S
[112/376] Compiling aesv8-gcm-armv8-apple.S
[113/376] Compiling aesv8-gcm-armv8-linux.S
[114/376] Compiling aesv8-armv8-apple.S
[115/376] Compiling aesv8-armv8-linux.S
[116/376] Compiling aesni-x86_64-linux.S
[117/376] Compiling aesv8-armv7-linux.S
[118/376] Compiling aesni-x86-linux.S
[119/376] Compiling aes-gcm-avx10-x86_64-linux.S
[120/376] Compiling aes-gcm-avx10-x86_64-apple.S
[121/376] Compiling aesni-x86-apple.S
[122/376] Compiling aesni-gcm-x86_64-linux.S
[123/376] Compiling aesni-x86_64-apple.S
[124/376] Compiling aesni-gcm-x86_64-apple.S
[125/376] Compiling x_x509a.cc
[125/376] Compiling x_pubkey.cc
[127/376] Compiling x_sig.cc
[128/376] Compiling x_val.cc
[129/376] Compiling x_spki.cc
[130/376] Compiling x_x509.cc
[131/376] Compiling x_req.cc
[132/376] Compiling x_exten.cc
[133/376] Compiling x509rset.cc
[134/376] Compiling x_crl.cc
[135/376] Compiling x_attrib.cc
[136/376] Compiling x_name.cc
[137/376] Compiling x_algor.cc
[138/376] Compiling x_all.cc
[139/376] Compiling x509spki.cc
[140/376] Compiling x509name.cc
[141/376] Compiling x509_txt.cc
[142/376] Compiling x509_v3.cc
[143/376] Compiling x509_vpm.cc
[144/376] Compiling x509cset.cc
[145/376] Compiling x509_trs.cc
[146/376] Compiling x509_req.cc
[147/376] Compiling x509_set.cc
[148/376] Compiling x509_vfy.cc
[149/376] Compiling x509_cmp.cc
[150/376] Compiling x509_lu.cc
[151/376] Compiling x509_def.cc
[152/376] Compiling x509_ext.cc
[153/376] Compiling x509_d2.cc
[154/376] Compiling x509_obj.cc
[155/376] Compiling x509.cc
[156/376] Compiling x509_att.cc
[157/376] Compiling v3_utl.cc
[158/376] Compiling v3_skey.cc
[159/376] Compiling v3_prn.cc
[160/376] Compiling v3_purp.cc
[161/376] Compiling v3_pmaps.cc
[162/376] Compiling v3_ocsp.cc
[163/376] Compiling v3_pcons.cc
[164/376] Compiling v3_lib.cc
[165/376] Compiling v3_int.cc
[166/376] Compiling v3_ncons.cc
[167/376] Compiling v3_ia5.cc
[168/376] Compiling v3_info.cc
[169/376] Compiling v3_enum.cc
[170/376] Compiling v3_extku.cc
[171/376] Compiling v3_genn.cc
[172/376] Compiling v3_bitst.cc
[173/376] Compiling v3_conf.cc
[174/376] Compiling v3_cpols.cc
[175/376] Compiling v3_crld.cc
[176/376] Compiling v3_bcons.cc
[177/376] Compiling t_x509a.cc
[178/376] Compiling v3_akey.cc
[179/376] Compiling v3_akeya.cc
[181/376] Compiling SwiftCbor DagCborDecoder.swift
[181/377] Compiling v3_alt.cc
[182/377] Compiling t_x509.cc
[184/377] Compiling SwiftCbor DagCborEncoder.swift
[185/377] Emitting module SwiftCbor
[186/377] Compiling SwiftCbor CborEncoder.swift
[187/377] Compiling SwiftCbor CborCodable.swift
[188/377] Compiling SwiftCbor CborDecoder.swift
[189/377] Compiling SwiftCbor CborScanner.swift
[190/377] Compiling SwiftCbor CborValue.swift
[191/377] Compiling SwiftCbor CidProtocol.swift
[191/377] Compiling t_req.cc
[193/377] Compiling SwiftCbor DataNumber.swift
[193/378] Compiling t_crl.cc
[194/378] Compiling i2d_pr.cc
[196/378] Compiling rsa_pss.cc
[197/378] Compiling name_print.cc
[198/378] Compiling policy.cc
[199/378] Compiling by_dir.cc
[200/378] Compiling by_file.cc
[201/378] Compiling asn1_gen.cc
[202/378] Compiling a_verify.cc
[203/378] Compiling algorithm.cc
[204/378] Compiling thread_win.cc
[205/378] Compiling a_sign.cc
[206/378] Compiling a_digest.cc
[207/378] Compiling pmbtoken.cc
[208/378] Compiling voprf.cc
[209/378] Compiling trust_token.cc
[210/378] Compiling thread_pthread.cc
[211/378] Compiling thread_none.cc
[212/378] Compiling stack.cc
[213/378] Compiling fors.cc
[214/378] Compiling thread.cc
[215/378] Compiling wots.cc
[216/378] Compiling sha512.cc
[217/378] Compiling merkle.cc
[218/378] Compiling thash.cc
[219/378] Compiling slhdsa.cc
[220/378] Compiling siphash.cc
[221/378] Compiling sha1.cc
[222/378] Compiling rsa_extra.cc
[223/378] Compiling sha256.cc
[224/378] Compiling rsa_print.cc
[225/378] Compiling rsa_crypt.cc
[226/378] Compiling rc4.cc
[227/378] Compiling refcount.cc
[228/378] Compiling windows.cc
[229/378] Compiling rsa_asn1.cc
[230/378] Compiling urandom.cc
[231/378] Compiling trusty.cc
[232/378] Compiling passive.cc
[233/378] Compiling rand_extra.cc
[234/378] Compiling poly1305_arm_asm.S
[235/378] Compiling getentropy.cc
[236/378] Compiling ios.cc
[237/378] Compiling deterministic.cc
[238/378] Compiling fork_detect.cc
[239/378] Compiling poly1305_vec.cc
[240/378] Compiling forkunsafe.cc
[241/378] Compiling pool.cc
[242/378] Compiling poly1305.cc
[243/378] Compiling poly1305_arm.cc
[244/378] Compiling p5_pbev2.cc
[245/378] Compiling pkcs8_x509.cc
[246/378] Compiling pkcs7.cc
[247/378] Compiling pkcs7_x509.cc
[248/378] Compiling pkcs8.cc
[249/378] Compiling pem_xaux.cc
[250/378] Compiling pem_pk8.cc
[251/378] Compiling pem_pkey.cc
[252/378] Compiling pem_x509.cc
[253/378] Compiling pem_oth.cc
[254/378] Compiling pem_lib.cc
[255/378] Compiling pem_all.cc
[256/378] Compiling obj_xref.cc
[257/378] Compiling pem_info.cc
[258/378] Compiling mldsa.cc
[259/378] Compiling mlkem.cc
[260/378] Compiling mem.cc
[261/378] Compiling poly_rq_mul.S
[262/378] Compiling obj.cc
[263/378] Compiling fips_shared_support.cc
[264/378] Compiling md5.cc
[265/378] Compiling md4.cc
[266/378] Compiling lhash.cc
[267/378] Compiling ex_data.cc
[268/378] Compiling hrss.cc
[269/378] Compiling kyber.cc
[270/378] Compiling sign.cc
[271/378] Compiling hpke.cc
[272/378] Compiling print.cc
[273/378] Compiling scrypt.cc
[274/378] Compiling p_x25519.cc
[275/378] Compiling pbkdf.cc
[276/378] Compiling p_x25519_asn1.cc
[277/378] Compiling p_rsa_asn1.cc
[278/378] Compiling p_rsa.cc
[279/378] Compiling p_ed25519.cc
[280/378] Compiling p_hkdf.cc
[281/378] Compiling p_ed25519_asn1.cc
[282/378] Compiling p_ec_asn1.cc
[283/378] Compiling p_ec.cc
[284/378] Compiling p_dh_asn1.cc
[285/378] Compiling p_dsa_asn1.cc
[286/378] Compiling evp_ctx.cc
[287/378] Compiling p_dh.cc
[288/378] Compiling evp_asn1.cc
[289/378] Compiling err.cc
[290/378] Compiling evp.cc
[291/378] Compiling ecdh_extra.cc
[292/378] Compiling engine.cc
[293/378] Compiling hash_to_curve.cc
[294/378] Compiling ec_derive.cc
[295/378] Compiling ec_asn1.cc
[296/378] Compiling ecdsa_asn1.cc
[297/378] Compiling digest_extra.cc
[298/378] Compiling params.cc
[299/378] Compiling bcm.cc
[300/378] Compiling dsa.cc
[301/378] Compiling dsa_asn1.cc
[302/378] Compiling x25519-asm-arm.S
[303/378] Compiling des.cc
[304/378] Compiling dh_asn1.cc
[305/378] Compiling curve25519_64_adx.cc
[306/378] Compiling curve25519.cc
[307/378] Compiling spake25519.cc
[308/378] Compiling cpu_intel.cc
[309/378] Compiling crypto.cc
[310/378] Compiling cpu_arm_linux.cc
[311/378] Compiling cpu_arm_freebsd.cc
[312/378] Compiling cpu_aarch64_sysreg.cc
[313/378] Compiling cpu_aarch64_win.cc
[314/378] Compiling cpu_aarch64_openbsd.cc
[315/378] Compiling cpu_aarch64_linux.cc
[316/378] Compiling tls_cbc.cc
[317/378] Compiling cpu_aarch64_fuchsia.cc
[318/378] Compiling cpu_aarch64_apple.cc
[319/378] Compiling conf.cc
[320/378] Compiling e_tls.cc
[321/378] Compiling e_null.cc
[322/378] Compiling e_rc2.cc
[323/378] Compiling e_rc4.cc
[324/378] Compiling e_des.cc
[325/378] Compiling e_chacha20poly1305.cc
[326/378] Compiling e_aesgcmsiv.cc
[327/378] Compiling e_aesctrhmac.cc
[328/378] Compiling chacha.cc
[329/378] Compiling derive_key.cc
[330/378] Compiling cipher_extra.cc
[331/378] Compiling unicode.cc
[332/378] Compiling buf.cc
[333/378] Compiling asn1_compat.cc
[334/378] Compiling ber.cc
[335/378] Compiling cbs.cc
[336/378] Compiling cbb.cc
[337/378] Compiling blake2.cc
[338/378] Compiling bn_asn1.cc
[339/378] Compiling convert.cc
[340/378] Compiling printf.cc
[341/378] Compiling hexdump.cc
[342/378] Compiling pair.cc
[343/378] Compiling file.cc
[344/378] Compiling fd.cc
[345/378] Compiling errno.cc
[346/378] Compiling bio_mem.cc
[347/378] Compiling bio.cc
[348/378] Compiling base64.cc
[349/378] Compiling tasn_utl.cc
[350/378] Compiling tasn_typ.cc
[351/378] Compiling tasn_enc.cc
[352/378] Compiling tasn_fre.cc
[353/378] Compiling tasn_new.cc
[354/378] Compiling asn_pack.cc
[355/378] Compiling posix_time.cc
[356/378] Compiling f_string.cc
[357/378] Compiling tasn_dec.cc
[358/378] Compiling f_int.cc
[359/378] Compiling asn1_par.cc
[360/378] Compiling asn1_lib.cc
[361/378] Compiling a_type.cc
[362/378] Compiling a_utctm.cc
[363/378] Compiling a_time.cc
[364/378] Compiling a_octet.cc
[365/378] Compiling a_strnid.cc
[366/378] Compiling a_strex.cc
[367/378] Compiling a_object.cc
[368/378] Compiling a_i2d_fp.cc
[368/378] Compiling a_mbstr.cc
[369/378] Write sources
[372/378] Compiling a_dup.cc
[373/378] Compiling a_int.cc
[374/378] Compiling a_gentm.cc
[375/378] Compiling a_d2i_fp.cc
[376/378] Compiling a_bool.cc
[377/378] Compiling a_bitstr.cc
[379/386] Compiling CryptoBoringWrapper RandomBytes.swift
[380/386] Emitting module CryptoBoringWrapper
[381/386] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[382/386] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[383/386] Compiling CryptoBoringWrapper EllipticCurve.swift
[384/386] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[385/386] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[386/386] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[388/458] Emitting module Crypto
[389/467] Compiling Crypto HKDF.swift
[390/467] Compiling Crypto AESWrap.swift
[391/467] Compiling Crypto AESWrap_boring.swift
[392/467] Compiling Crypto Ed25519_boring.swift
[393/467] Compiling Crypto NISTCurvesKeys_boring.swift
[394/467] Compiling Crypto X25519Keys_boring.swift
[395/467] Compiling Crypto Curve25519.swift
[396/467] Compiling Crypto Ed25519Keys.swift
[397/467] Compiling Crypto NISTCurvesKeys.swift
[398/467] Compiling Crypto X25519Keys.swift
[399/467] Compiling Crypto SymmetricKeys.swift
[400/467] Compiling Crypto HMAC.swift
[401/467] Compiling Crypto MACFunctions.swift
[402/467] Compiling Crypto MessageAuthenticationCode.swift
[403/467] Compiling Crypto AES.swift
[404/467] Compiling Crypto ECDSASignature_boring.swift
[405/467] Compiling Crypto ECDSA_boring.swift
[406/467] Compiling Crypto EdDSA_boring.swift
[407/467] Compiling Crypto ECDSA.swift
[408/467] Compiling Crypto Ed25519.swift
[409/467] Compiling Crypto AES-GCM.swift
[410/467] Compiling Crypto AES-GCM_boring.swift
[411/467] Compiling Crypto ChaChaPoly_boring.swift
[412/467] Compiling Crypto ChaChaPoly.swift
[413/467] Compiling Crypto Cipher.swift
[414/467] Compiling Crypto Nonces.swift
[415/467] Compiling Crypto ASN1.swift
[416/467] Compiling Crypto ASN1Any.swift
[417/467] Compiling Crypto ASN1BitString.swift
[418/467] Compiling Crypto ASN1Boolean.swift
[419/467] Compiling Crypto HPKE.swift
[420/467] Compiling Crypto HPKE-Context.swift
[421/467] Compiling Crypto HPKE-KeySchedule.swift
[422/467] Compiling Crypto HPKE-Modes.swift
[423/467] Compiling Crypto Insecure.swift
[424/467] Compiling Crypto Insecure_HashFunctions.swift
[425/467] Compiling Crypto KEM.swift
[426/467] Compiling Crypto ECDH_boring.swift
[427/467] Compiling Crypto DH.swift
[428/467] Compiling Crypto ECDH.swift
[429/467] Compiling Crypto PKCS8PrivateKey.swift
[430/467] Compiling Crypto SEC1PrivateKey.swift
[431/467] Compiling Crypto SubjectPublicKeyInfo.swift
[432/467] Compiling Crypto CryptoKitErrors.swift
[433/467] Compiling Crypto Digest_boring.swift
[434/467] Compiling Crypto Digest.swift
[435/467] Compiling Crypto Digests.swift
[436/467] Compiling Crypto HashFunctions.swift
[437/467] Compiling Crypto HashFunctions_SHA2.swift
[438/467] Compiling Crypto HPKE-AEAD.swift
[439/467] Compiling Crypto HPKE-Ciphersuite.swift
[440/467] Compiling Crypto HPKE-KDF.swift
[441/467] Compiling Crypto HPKE-KexKeyDerivation.swift
[442/467] Compiling Crypto HPKE-LabeledExtract.swift
[443/467] Compiling Crypto HPKE-Utils.swift
[444/467] Compiling Crypto DHKEM.swift
[445/467] Compiling Crypto HPKE-KEM-Curve25519.swift
[446/467] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[447/467] Compiling Crypto HPKE-KEM.swift
[448/467] Compiling Crypto HPKE-Errors.swift
[449/467] Compiling Crypto ASN1Identifier.swift
[450/467] Compiling Crypto ASN1Integer.swift
[451/467] Compiling Crypto ASN1Null.swift
[452/467] Compiling Crypto ASN1OctetString.swift
[453/467] Compiling Crypto ASN1Strings.swift
[454/467] Compiling Crypto ArraySliceBigint.swift
[455/467] Compiling Crypto GeneralizedTime.swift
[456/467] Compiling Crypto ObjectIdentifier.swift
[457/467] Compiling Crypto ECDSASignature.swift
[458/467] Compiling Crypto PEMDocument.swift
[459/467] Compiling Crypto Signature.swift
[460/467] Compiling Crypto CryptoKitErrors_boring.swift
[461/467] Compiling Crypto RNG_boring.swift
[462/467] Compiling Crypto SafeCompare_boring.swift
[463/467] Compiling Crypto Zeroization_boring.swift
[464/467] Compiling Crypto PrettyBytes.swift
[465/467] Compiling Crypto SafeCompare.swift
[466/467] Compiling Crypto SecureBytes.swift
[467/467] Compiling Crypto Zeroization.swift
[469/481] Compiling MultiformatsKit BasesProtocols.swift
[470/481] Compiling MultiformatsKit Multibase.swift
[471/482] Compiling MultiformatsKit MultihashFactory.swift
[472/482] Compiling MultiformatsKit MultihashAlgorithm.swift
[473/482] Compiling MultiformatsKit Hashers.swift
[474/482] Compiling MultiformatsKit Multihash.swift
[475/482] Compiling MultiformatsKit Varint.swift
[476/482] Emitting module MultiformatsKit
[477/482] Compiling MultiformatsKit CID.swift
[478/482] Compiling MultiformatsKit Errors.swift
[479/482] Compiling MultiformatsKit BaseN.swift
[480/482] Compiling MultiformatsKit BaseNAlphabet.swift
[481/482] Compiling MultiformatsKit RFC4648Codec.swift
[482/482] Compiling MultiformatsKit Multicodec.swift
[484/491] Compiling ATCommonWeb Times.swift
[485/492] Compiling ATCommonWeb Models.swift
[486/492] Compiling ATCommonWeb Retry.swift
[487/492] Compiling ATCommonWeb TID.swift
[488/492] Compiling ATCommonWeb IPLD.swift
[489/492] Compiling ATCommonWeb Async.swift
[490/492] Emitting module ATCommonWeb
[491/492] Compiling ATCommonWeb DIDDocument.swift
[492/492] Compiling ATCommonWeb Utilities.swift
[494/496] Emitting module ATCommonTools
[495/496] Compiling ATCommonTools ATCommonTools.swift
[496/496] Compiling ATCommonTools IPLD.swift
Build complete! (127.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "multiformatskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/MultiformatsKit.git"
    },
    {
      "identity" : "swift-cbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MasterJ93/swift-cbor.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ATCommonTools",
  "name" : "ATCommonTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCommonTools",
      "targets" : [
        "ATCommonTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATCommonWeb",
      "targets" : [
        "ATCommonWeb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCommonWeb",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonWeb",
      "path" : "Sources/ATCommonWeb",
      "product_dependencies" : [
        "MultiformatsKit"
      ],
      "product_memberships" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "sources" : [
        "TypeScript-bound/Async.swift",
        "TypeScript-bound/DIDDocument.swift",
        "TypeScript-bound/IPLD.swift",
        "TypeScript-bound/Models.swift",
        "TypeScript-bound/Retry.swift",
        "TypeScript-bound/TID.swift",
        "TypeScript-bound/Times.swift",
        "TypeScript-bound/Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATCommonToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonToolsTests",
      "path" : "Tests/ATCommonToolsTests",
      "sources" : [
        "ATCommonToolsTests.swift"
      ],
      "target_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCommonTools",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonTools",
      "path" : "Sources/ATCommonTools",
      "product_dependencies" : [
        "MultiformatsKit",
        "SwiftCbor",
        "Crypto"
      ],
      "product_memberships" : [
        "ATCommonTools"
      ],
      "sources" : [
        "ATCommonTools.swift",
        "TypeScript-bound/IPLD.swift"
      ],
      "target_dependencies" : [
        "ATCommonWeb"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.