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 Wasm on 24 Aug 2025 11:53:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/MasterJ93/swift-cbor.git
[1/127] Fetching swift-cbor
[128/706] Fetching swift-cbor, multiformatskit
[574/16982] Fetching swift-cbor, multiformatskit, swift-crypto
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (1.04s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (1.05s)
[1791/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.47s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (4.62s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.90s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (10.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.08s)
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-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
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
Building for debugging...
[0/375] Write sources
[4/375] Compiling fiat_p256_adx_mul.S
[5/375] Compiling md5-x86_64-linux.S
[6/375] Compiling fiat_curve25519_adx_mul.S
[7/375] Compiling md5-x86_64-apple.S
[8/375] Compiling fiat_p256_adx_sqr.S
[9/375] Compiling fiat_curve25519_adx_square.S
[10/375] Compiling md5-586-linux.S
[11/375] Compiling chacha20_poly1305_x86_64-linux.S
[12/375] Compiling md5-586-apple.S
[13/375] Compiling chacha20_poly1305_armv8-linux.S
[14/375] Compiling chacha20_poly1305_armv8-win.S
[15/375] Compiling chacha20_poly1305_x86_64-apple.S
[16/375] Compiling chacha20_poly1305_armv8-apple.S
[17/375] Compiling chacha-x86_64-linux.S
[18/375] Compiling chacha-x86_64-apple.S
[19/375] Compiling chacha-x86-apple.S
[20/375] Compiling chacha-x86-linux.S
[21/375] Compiling chacha-armv8-linux.S
[22/375] Compiling chacha-armv8-apple.S
[23/375] Compiling aes128gcmsiv-x86_64-linux.S
[24/375] Compiling chacha-armv4-linux.S
[25/375] Compiling chacha-armv8-win.S
[26/375] Compiling aes128gcmsiv-x86_64-apple.S
[27/375] Compiling x86_64-mont-linux.S
[28/375] Compiling x86_64-mont5-apple.S
[29/375] Compiling x86_64-mont-apple.S
[30/375] Compiling x86_64-mont5-linux.S
[31/375] Write swift-version-24593BA9C3E375BF.txt
[32/375] Compiling CCryptoBoringSSLShims shims.c
[33/375] Compiling x86-mont-linux.S
[34/375] Compiling x86-mont-apple.S
[35/375] Compiling vpaes-x86_64-linux.S
[36/375] Compiling vpaes-x86_64-apple.S
[37/375] Compiling vpaes-x86-linux.S
[38/375] Compiling vpaes-x86-apple.S
[39/375] Compiling vpaes-armv8-win.S
[40/375] Compiling vpaes-armv7-linux.S
[40/375] Compiling vpaes-armv8-linux.S
[42/375] Compiling vpaes-armv8-apple.S
[43/375] Compiling sha512-x86_64-linux.S
[44/375] Compiling sha512-armv8-win.S
[45/375] Compiling sha512-x86_64-apple.S
[46/375] Compiling sha512-586-linux.S
[47/375] Compiling sha512-armv8-linux.S
[48/375] Compiling sha512-armv4-linux.S
[49/375] Compiling sha512-armv8-apple.S
[50/375] Compiling sha512-586-apple.S
[51/375] Compiling sha256-armv8-win.S
[52/375] Compiling sha256-x86_64-apple.S
[53/375] Compiling sha256-armv8-linux.S
[54/375] Compiling sha256-x86_64-linux.S
[55/375] Compiling sha256-armv8-apple.S
[56/375] Compiling sha256-armv4-linux.S
[57/375] Compiling sha256-586-linux.S
[58/376] Compiling err_data.cc
[59/382] Compiling sha256-586-apple.S
[60/382] Compiling sha1-armv8-win.S
[61/382] Compiling sha1-x86_64-linux.S
[62/382] Compiling sha1-x86_64-apple.S
[63/382] Compiling sha1-armv8-apple.S
[64/382] Compiling sha1-armv8-linux.S
[65/382] Compiling sha1-armv4-large-linux.S
[66/382] Compiling sha1-586-linux.S
[67/382] Compiling rdrand-x86_64-apple.S
[68/382] Compiling rsaz-avx2-apple.S
[69/382] Compiling sha1-586-apple.S
[70/382] Compiling rdrand-x86_64-linux.S
[71/382] Compiling rsaz-avx2-linux.S
[72/382] Compiling p256_beeu-x86_64-asm-linux.S
[73/382] Compiling p256_beeu-x86_64-asm-apple.S
[74/382] Compiling p256_beeu-armv8-asm-win.S
[75/382] Compiling p256-x86_64-asm-apple.S
[76/382] Compiling p256_beeu-armv8-asm-linux.S
[77/382] Compiling p256-x86_64-asm-linux.S
[78/382] Compiling p256_beeu-armv8-asm-apple.S
[78/382] Compiling p256-armv8-asm-win.S
[78/382] Compiling p256-armv8-asm-linux.S
[81/382] Compiling ghashv8-armv8-apple.S
[82/382] Compiling ghashv8-armv8-linux.S
[82/382] Compiling ghashv8-armv7-linux.S
[84/382] Compiling p256-armv8-asm-apple.S
[85/382] Compiling ghashv8-armv8-win.S
[86/382] Compiling ghash-x86_64-linux.S
[87/382] Compiling ghash-x86-linux.S
[88/382] Compiling ghash-x86_64-apple.S
[89/382] Compiling ghash-x86-apple.S
[90/382] Compiling ghash-ssse3-x86_64-linux.S
[91/382] Compiling ghash-ssse3-x86-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 ghash-armv4-linux.S
[98/382] Compiling co-586-linux.S
[99/382] Compiling co-586-apple.S
[100/382] Compiling bn-armv8-win.S
[100/382] Compiling bn-armv8-apple.S
[102/382] Compiling bsaes-armv7-linux.S
[103/382] Compiling bn-armv8-linux.S
[104/382] Compiling bn-586-apple.S
[105/382] Compiling armv8-mont-win.S
[106/382] Compiling armv8-mont-linux.S
[107/382] Compiling bn-586-linux.S
[108/382] Compiling armv8-mont-apple.S
[109/382] Compiling aesv8-gcm-armv8-linux.S
[110/382] Compiling armv4-mont-linux.S
[111/382] Compiling aesv8-gcm-armv8-apple.S
[111/382] Compiling aesv8-gcm-armv8-win.S
[113/382] Compiling aesv8-armv7-linux.S
[114/382] Compiling aesv8-armv8-apple.S
[115/382] Compiling aesv8-armv8-win.S
[116/382] Compiling aesni-x86_64-linux.S
[117/382] Compiling aesv8-armv8-linux.S
[118/382] Compiling aesni-x86-linux.S
[119/382] Compiling aesni-x86_64-apple.S
[120/382] Compiling aes-gcm-avx512-x86_64-linux.S
[121/382] Compiling aesni-gcm-x86_64-apple.S
[122/382] Compiling aesni-gcm-x86_64-linux.S
[123/382] Compiling aesni-x86-apple.S
[124/382] Compiling aes-gcm-avx512-x86_64-apple.S
[125/382] Compiling aes-gcm-avx2-x86_64-linux.S
[126/382] Compiling aes-gcm-avx2-x86_64-apple.S
[128/382] Emitting module SwiftCbor
[128/382] Compiling xwing.cc
[129/382] Compiling x_x509.cc
[130/382] Compiling x_req.cc
[131/382] Compiling x_spki.cc
[132/382] Compiling x_x509a.cc
[133/382] Compiling x_sig.cc
[134/382] Compiling x_val.cc
[135/382] Compiling x_pubkey.cc
[136/382] Compiling x_name.cc
[137/382] Compiling x_exten.cc
[138/382] Compiling x_crl.cc
[139/382] Compiling x_attrib.cc
[140/382] Compiling x_algor.cc
[141/382] Compiling x_all.cc
[142/382] Compiling x509spki.cc
[143/382] Compiling x509rset.cc
[144/382] Compiling x509cset.cc
[145/382] Compiling x509_vpm.cc
[146/382] Compiling x509name.cc
[147/382] Compiling x509_v3.cc
[148/382] Compiling x509_vfy.cc
[149/382] Compiling x509_txt.cc
[150/382] Compiling x509_trs.cc
[151/382] Compiling x509_set.cc
[153/382] Compiling SwiftCbor DataNumber.swift
[154/382] Compiling SwiftCbor CborDecoder.swift
[154/382] Compiling x509_lu.cc
[155/382] Compiling x509_ext.cc
[156/382] Compiling x509_obj.cc
[157/382] Compiling x509_req.cc
[159/382] Compiling SwiftCbor CborScanner.swift
[160/382] Compiling SwiftCbor CborValue.swift
[161/382] Compiling SwiftCbor CborCodable.swift
[162/382] Compiling SwiftCbor CborEncoder.swift
[163/383] Compiling x509_def.cc
[164/383] Compiling x509_d2.cc
[165/383] Compiling x509_cmp.cc
[166/383] Compiling x509_att.cc
[167/383] Compiling x509.cc
[168/383] Compiling v3_skey.cc
[169/383] Compiling v3_utl.cc
[170/383] Compiling v3_prn.cc
[171/383] Compiling v3_purp.cc
[172/383] Compiling v3_pmaps.cc
[173/383] Compiling v3_pcons.cc
[174/383] Compiling v3_ocsp.cc
[175/383] Compiling v3_ncons.cc
[176/383] Compiling v3_lib.cc
[177/383] Compiling v3_int.cc
[178/383] Compiling v3_info.cc
[179/383] Compiling v3_ia5.cc
[180/383] Compiling v3_extku.cc
[181/383] Compiling v3_genn.cc
[182/383] Compiling v3_enum.cc
[183/383] Compiling v3_crld.cc
[184/383] Compiling v3_cpols.cc
[185/383] Compiling v3_conf.cc
[186/383] Compiling v3_bitst.cc
[187/383] Compiling v3_bcons.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 t_crl.cc
[195/383] Compiling policy.cc
[196/383] Compiling i2d_pr.cc
[197/383] Compiling name_print.cc
[198/383] Compiling rsa_pss.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 thread_win.cc
[204/383] Compiling voprf.cc
[205/383] Compiling trust_token.cc
[206/383] Compiling a_digest.cc
[207/383] Compiling a_sign.cc
[208/383] Compiling a_verify.cc
[209/383] Compiling pmbtoken.cc
[210/383] Compiling thread.cc
[211/383] Compiling thread_pthread.cc
[212/383] Compiling thread_none.cc
[213/383] Compiling stack.cc
[214/383] Compiling slhdsa.cc
[215/383] Compiling siphash.cc
[216/383] Compiling spake2plus.cc
[216/383] Compiling sha512.cc
[218/383] Compiling sha256.cc
[219/383] Compiling sha1.cc
[220/383] Compiling rsa_extra.cc
[221/383] Compiling rsa_print.cc
[222/383] Compiling rc4.cc
[223/383] Compiling refcount.cc
[224/383] Compiling rsa_crypt.cc
[225/383] Compiling urandom.cc
[226/383] Compiling windows.cc
[227/383] Compiling trusty.cc
[228/383] Compiling rsa_asn1.cc
[229/383] Compiling rand.cc
[230/383] Compiling passive.cc
[231/383] Compiling ios.cc
[232/383] Compiling poly1305_arm_asm.S
[233/383] Compiling getentropy.cc
[234/383] Compiling fork_detect.cc
[235/383] Compiling deterministic.cc
[236/383] Compiling forkunsafe.cc
[237/383] Compiling poly1305_vec.cc
[238/383] Compiling pool.cc
[239/383] Compiling poly1305_arm.cc
[240/383] Compiling poly1305.cc
[241/383] Compiling pkcs7.cc
[242/383] Compiling pkcs8.cc
[243/383] Compiling p5_pbev2.cc
[244/383] Compiling pkcs8_x509.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 pem_all.cc
[253/383] Compiling pem_lib.cc
[254/383] Compiling mlkem.cc
[255/383] Compiling obj_xref.cc
[256/383] Compiling obj.cc
[257/383] Compiling poly_rq_mul.S
[258/383] Compiling mldsa.cc
[259/383] Compiling mem.cc
[260/383] Compiling fips_shared_support.cc
[261/383] Compiling lhash.cc
[262/383] Compiling hrss.cc
[263/383] Compiling md4.cc
[264/383] Compiling md5.cc
[265/383] Compiling kyber.cc
[266/383] Compiling fuzzer_mode.cc
[267/383] Compiling ex_data.cc
[268/383] Compiling hpke.cc
[269/383] Compiling sign.cc
[270/383] Compiling print.cc
[271/383] Compiling scrypt.cc
[272/383] Compiling pbkdf.cc
[273/383] Compiling p_x25519.cc
[274/383] Compiling p_x25519_asn1.cc
[275/383] Compiling p_ed25519.cc
[276/383] Compiling p_rsa_asn1.cc
[277/383] Compiling p_rsa.cc
[278/383] Compiling p_hkdf.cc
[279/383] Compiling p_ed25519_asn1.cc
[280/383] Compiling p_ec_asn1.cc
[281/383] Compiling p_ec.cc
[282/383] Compiling p_dh_asn1.cc
[283/383] Compiling p_dh.cc
[284/383] Compiling p_dsa_asn1.cc
[285/383] Compiling evp_ctx.cc
[286/383] Compiling evp_asn1.cc
[287/383] Compiling evp.cc
[288/383] Compiling err.cc
[289/383] Compiling engine.cc
[290/383] Compiling ecdsa_p1363.cc
[291/383] Compiling ecdh.cc
[292/383] Compiling hash_to_curve.cc
[293/383] Compiling ec_derive.cc
[294/383] Compiling ecdsa_asn1.cc
[295/383] Compiling ec_asn1.cc
[296/383] Compiling dsa.cc
[297/383] Compiling dsa_asn1.cc
[298/383] Compiling bcm.cc
[299/383] Compiling x25519-asm-arm.S
[300/383] Compiling params.cc
[301/383] Compiling digest_extra.cc
[302/383] Compiling des.cc
[303/383] Compiling curve25519_64_adx.cc
[304/383] Compiling dh_asn1.cc
[305/383] Compiling spake25519.cc
[306/383] Compiling crypto.cc
[307/383] Compiling cpu_intel.cc
[308/383] Compiling cpu_arm_linux.cc
[309/383] Compiling curve25519.cc
[310/383] Compiling cpu_arm_freebsd.cc
[311/383] Compiling cpu_aarch64_sysreg.cc
[312/383] Compiling cpu_aarch64_win.cc
[313/383] Compiling cpu_aarch64_openbsd.cc
[314/383] Compiling cpu_aarch64_linux.cc
[315/383] Compiling cpu_aarch64_fuchsia.cc
[316/383] Compiling cpu_aarch64_apple.cc
[317/383] Compiling conf.cc
[318/383] Compiling get_cipher.cc
[319/383] Compiling tls_cbc.cc
[320/383] Compiling e_tls.cc
[321/383] Compiling e_rc4.cc
[322/383] Compiling e_rc2.cc
[323/383] Compiling e_null.cc
[324/383] Compiling cms.cc
[325/383] Compiling e_des.cc
[326/383] Compiling e_chacha20poly1305.cc
[327/383] Compiling e_aesgcmsiv.cc
[328/383] Compiling e_aeseax.cc
[329/383] Compiling e_aesctrhmac.cc
[330/383] Compiling derive_key.cc
[331/383] Compiling chacha.cc
[332/383] Compiling unicode.cc
[333/383] Compiling buf.cc
[334/383] Compiling sqrt.cc
[335/383] Compiling cbs.cc
[336/383] Compiling cbb.cc
[337/383] Compiling exponentiation.cc
[338/383] Compiling asn1_compat.cc
[339/383] Compiling ber.cc
[340/383] Compiling div.cc
[341/383] Compiling printf.cc
[342/383] Compiling blake2.cc
[343/383] Compiling pair.cc
[344/383] Compiling hexdump.cc
[345/383] Compiling file.cc
[346/383] Compiling bn_asn1.cc
[347/383] Compiling convert.cc
[348/383] Compiling fd.cc
[349/383] Compiling bio_mem.cc
[350/383] Compiling errno.cc
[351/383] Compiling tasn_typ.cc
[352/383] Compiling bio.cc
[353/383] Compiling base64.cc
[354/383] Compiling tasn_new.cc
[355/383] Compiling tasn_fre.cc
[356/383] Compiling tasn_enc.cc
[357/383] Compiling tasn_utl.cc
[358/383] Compiling posix_time.cc
[359/383] Compiling f_int.cc
[360/383] Compiling f_string.cc
[361/383] Compiling asn_pack.cc
[362/383] Compiling tasn_dec.cc
[363/383] Compiling asn1_par.cc
[364/383] Compiling asn1_lib.cc
[365/383] Compiling a_utctm.cc
[366/383] Compiling a_type.cc
[367/383] Compiling a_octet.cc
[368/383] Compiling a_time.cc
[369/383] Compiling a_strnid.cc
[370/383] Compiling a_object.cc
[371/383] Compiling a_strex.cc
[372/383] Compiling a_i2d_fp.cc
[373/383] Compiling a_mbstr.cc
[373/383] Write sources
[376/383] Compiling a_d2i_fp.cc
[377/383] Compiling a_dup.cc
[378/383] Compiling a_int.cc
[379/383] Compiling a_gentm.cc
[380/383] Compiling a_bitstr.cc
[381/383] Compiling aes.cc
[382/383] Compiling a_bool.cc
[384/391] Compiling CryptoBoringWrapper RandomBytes.swift
[385/391] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[386/391] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[387/391] Compiling CryptoBoringWrapper EllipticCurve.swift
[388/391] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[389/391] Emitting module CryptoBoringWrapper
[390/391] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[391/391] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.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 X25519Keys.swift
[404/473] Compiling Crypto SymmetricKeys.swift
[405/473] Compiling Crypto HMAC.swift
[406/473] Compiling Crypto MACFunctions.swift
[407/473] Compiling Crypto MessageAuthenticationCode.swift
[408/473] Compiling Crypto AES.swift
[409/473] Compiling Crypto ECDSASignature_boring.swift
[410/473] Compiling Crypto ECDSA_boring.swift
[411/473] Compiling Crypto EdDSA_boring.swift
[412/473] Compiling Crypto ECDSA.swift
[413/473] Emitting module Crypto
[414/473] Compiling Crypto PKCS8PrivateKey.swift
[415/473] Compiling Crypto SEC1PrivateKey.swift
[416/473] Compiling Crypto SubjectPublicKeyInfo.swift
[417/473] Compiling Crypto CryptoError_boring.swift
[418/473] Compiling Crypto CryptoKitErrors.swift
[419/473] Compiling Crypto Digest_boring.swift
[420/473] Compiling Crypto Digest.swift
[421/473] Compiling Crypto Digests.swift
[422/473] Compiling Crypto HashFunctions.swift
[423/473] Compiling Crypto HashFunctions_SHA2.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/488] Compiling MultiformatsKit Hashers.swift
[478/488] Compiling MultiformatsKit Multihash.swift
[479/488] Compiling MultiformatsKit Varint.swift
[480/488] Compiling MultiformatsKit BaseN.swift
[481/488] Compiling MultiformatsKit BaseNAlphabet.swift
[482/488] Emitting module MultiformatsKit
[483/488] Compiling MultiformatsKit CID.swift
[484/488] Compiling MultiformatsKit Errors.swift
[485/488] Compiling MultiformatsKit BasesProtocols.swift
[486/488] Compiling MultiformatsKit Multibase.swift
[487/488] Compiling MultiformatsKit RFC4648Codec.swift
[488/488] Compiling MultiformatsKit Multicodec.swift
[490/497] Compiling ATCommonWeb Async.swift
[491/498] Compiling ATCommonWeb Times.swift
[492/498] Emitting module ATCommonWeb
[493/498] Compiling ATCommonWeb Models.swift
[494/498] Compiling ATCommonWeb Retry.swift
[495/498] Compiling ATCommonWeb TID.swift
[496/498] Compiling ATCommonWeb Utilities.swift
[497/498] Compiling ATCommonWeb IPLD.swift
[498/498] Compiling ATCommonWeb DIDDocument.swift
[500/506] Emitting module ATCommonTools
[501/506] Compiling ATCommonTools ContentDecoder.swift
[502/506] Compiling ATCommonTools CommonToolsErrors.swift
[503/506] Compiling ATCommonTools IPLD-Multi.swift
[504/506] Compiling ATCommonTools IPLD.swift
[505/506] Compiling ATCommonTools DuplexStream.swift
[506/506] Compiling ATCommonTools DAGCBORValue.swift
Build complete! (162.03s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.