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 (b79cc2), with Swift 6.1 for Android on 24 Aug 2025 11:53:47 UTC.

Swift 6 data race errors: 0

Build Command

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