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 0.0.14 (b79cc2), with Swift 6.1 for Wasm on 24 Aug 2025 11:52:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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: 0.0.14
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
 * tag               0.0.14     -> FETCH_HEAD
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 0.0.14
========================================
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-4609320-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: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/MasterJ93/swift-cbor.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
[1/579] Fetching multiformatskit
[580/706] Fetching multiformatskit, swift-cbor
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.45s)
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.45s)
[1/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.76s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (3.74s)
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 (5.99s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] 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.4.0 (1.69s)
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/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Building for debugging...
[0/375] Write sources
[4/375] Compiling fiat_p256_adx_sqr.S
[5/375] Compiling fiat_p256_adx_mul.S
[6/375] Compiling fiat_curve25519_adx_mul.S
[7/375] Compiling fiat_curve25519_adx_square.S
[8/375] Compiling md5-x86_64-linux.S
[9/375] Compiling md5-x86_64-apple.S
[10/375] Compiling md5-586-linux.S
[11/375] Compiling chacha20_poly1305_armv8-linux.S
[12/375] Compiling chacha20_poly1305_x86_64-linux.S
[12/375] Compiling md5-586-apple.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-apple.S
[18/375] Compiling chacha-x86_64-linux.S
[19/375] Compiling chacha-x86-apple.S
[20/375] Compiling chacha-armv8-linux.S
[21/375] Compiling chacha-x86-linux.S
[22/375] Compiling CCryptoBoringSSLShims shims.c
[23/375] Compiling chacha-armv8-win.S
[24/375] Write swift-version-24593BA9C3E375BF.txt
[25/375] Compiling aes128gcmsiv-x86_64-linux.S
[26/375] Compiling chacha-armv8-apple.S
[27/375] Compiling x86_64-mont5-linux.S
[28/375] Compiling chacha-armv4-linux.S
[29/375] Compiling x86_64-mont-linux.S
[30/375] Compiling aes128gcmsiv-x86_64-apple.S
[31/375] Compiling x86_64-mont5-apple.S
[32/375] Compiling x86_64-mont-apple.S
[33/375] Compiling x86-mont-apple.S
[34/375] Compiling x86-mont-linux.S
[35/375] Compiling vpaes-x86_64-apple.S
[36/375] Compiling vpaes-x86-linux.S
[37/375] Compiling vpaes-armv8-linux.S
[38/375] Compiling vpaes-x86-apple.S
[39/375] Compiling vpaes-x86_64-linux.S
[40/375] Compiling vpaes-armv8-apple.S
[41/375] Compiling vpaes-armv8-win.S
[42/377] Compiling sha512-x86_64-linux.S
[43/381] Compiling sha512-armv8-win.S
[44/381] Compiling vpaes-armv7-linux.S
[45/381] Compiling sha512-armv8-apple.S
[46/382] Compiling sha512-x86_64-apple.S
[47/382] Compiling sha512-armv8-linux.S
[48/382] Compiling sha512-586-apple.S
[49/382] Compiling sha512-armv4-linux.S
[50/382] Compiling sha512-586-linux.S
[51/382] Compiling err_data.cc
[52/382] Compiling sha256-armv8-win.S
[53/382] Compiling sha256-x86_64-apple.S
[54/382] Compiling sha256-armv8-apple.S
[55/382] Compiling sha256-x86_64-linux.S
[56/382] Compiling sha256-armv8-linux.S
[57/382] Compiling sha256-armv4-linux.S
[58/382] Compiling sha256-586-linux.S
[59/382] Compiling sha256-586-apple.S
[60/382] Compiling sha1-armv8-apple.S
[61/382] Compiling sha1-armv4-large-linux.S
[61/382] Compiling sha1-armv8-win.S
[61/382] Compiling sha1-x86_64-linux.S
[61/382] Compiling sha1-armv8-linux.S
[61/382] Compiling sha1-x86_64-apple.S
[66/382] Compiling sha1-586-apple.S
[67/382] Compiling rsaz-avx2-linux.S
[68/382] Compiling sha1-586-linux.S
[69/382] Compiling rdrand-x86_64-apple.S
[70/382] Compiling rsaz-avx2-apple.S
[71/382] Compiling p256_beeu-x86_64-asm-linux.S
[72/382] Compiling rdrand-x86_64-linux.S
[73/382] Compiling p256_beeu-x86_64-asm-apple.S
[74/382] Compiling p256_beeu-armv8-asm-linux.S
[75/382] Compiling p256_beeu-armv8-asm-win.S
[76/382] Compiling p256-armv8-asm-win.S
[77/382] Compiling p256_beeu-armv8-asm-apple.S
[78/382] Compiling p256-x86_64-asm-linux.S
[79/382] Compiling p256-x86_64-asm-apple.S
[80/382] Compiling p256-armv8-asm-linux.S
[81/382] Compiling p256-armv8-asm-apple.S
[82/382] Compiling ghashv8-armv8-linux.S
[82/382] Compiling ghashv8-armv8-win.S
[84/382] Compiling ghashv8-armv8-apple.S
[85/382] Compiling ghashv8-armv7-linux.S
[86/382] Compiling ghash-x86_64-linux.S
[87/382] Compiling ghash-x86_64-apple.S
[88/382] Compiling ghash-x86-apple.S
[89/382] Compiling ghash-x86-linux.S
[90/382] Compiling ghash-ssse3-x86_64-linux.S
[91/382] Compiling ghash-ssse3-x86-apple.S
[92/382] Compiling ghash-ssse3-x86-linux.S
[93/382] Compiling ghash-neon-armv8-win.S
[94/382] Compiling ghash-neon-armv8-linux.S
[95/382] Compiling ghash-ssse3-x86_64-apple.S
[96/382] Compiling ghash-armv4-linux.S
[97/382] Compiling ghash-neon-armv8-apple.S
[98/382] Compiling bsaes-armv7-linux.S
[99/382] Compiling bn-armv8-win.S
[100/382] Compiling co-586-linux.S
[101/382] Compiling co-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-586-apple.S
[106/382] Compiling armv8-mont-linux.S
[107/382] Compiling armv8-mont-win.S
[108/382] Compiling armv8-mont-apple.S
[108/382] Compiling aesv8-gcm-armv8-win.S
[110/382] Compiling armv4-mont-linux.S
[111/382] Compiling aesv8-armv8-win.S
[112/382] Compiling aesv8-gcm-armv8-linux.S
[113/382] Compiling aesv8-armv8-linux.S
[114/382] Compiling aesv8-gcm-armv8-apple.S
[115/382] Compiling aesv8-armv8-apple.S
[116/382] Compiling aesv8-armv7-linux.S
[117/382] Compiling aesni-x86_64-linux.S
[118/382] Compiling aesni-x86_64-apple.S
[119/382] Compiling aesni-x86-apple.S
[120/382] Compiling aesni-x86-linux.S
[120/382] Compiling aesni-gcm-x86_64-apple.S
[122/382] Compiling aesni-gcm-x86_64-linux.S
[123/382] Compiling aes-gcm-avx512-x86_64-apple.S
[123/382] Compiling aes-gcm-avx2-x86_64-linux.S
[125/382] Compiling aes-gcm-avx512-x86_64-linux.S
[126/382] Compiling aes-gcm-avx2-x86_64-apple.S
[127/382] Compiling xwing.cc
[128/382] Compiling x_val.cc
[129/382] Compiling x_sig.cc
[130/382] Emitting module SwiftCbor
[131/382] Compiling x_req.cc
[132/382] Compiling x_x509.cc
[133/382] Compiling x_x509a.cc
[134/382] Compiling x_spki.cc
[135/382] Compiling x_pubkey.cc
[136/382] Compiling x_exten.cc
[137/382] Compiling x_crl.cc
[138/382] Compiling x_name.cc
[139/382] Compiling x_attrib.cc
[140/382] Compiling x_all.cc
[141/382] Compiling x_algor.cc
[142/382] Compiling x509name.cc
[143/382] Compiling x509_vpm.cc
[144/382] Compiling x509rset.cc
[145/382] Compiling x509spki.cc
[147/382] Compiling SwiftCbor CborCodable.swift
[147/382] Compiling x509cset.cc
[148/382] Compiling x509_v3.cc
[149/382] Compiling x509_vfy.cc
[150/382] Compiling x509_txt.cc
[152/382] Compiling SwiftCbor DataNumber.swift
[153/382] Compiling SwiftCbor CborScanner.swift
[154/382] Compiling SwiftCbor CborDecoder.swift
[155/382] Compiling SwiftCbor CborEncoder.swift
[156/382] Compiling SwiftCbor CborValue.swift
[156/383] Compiling x509_set.cc
[157/383] Compiling x509_trs.cc
[159/383] Compiling x509_req.cc
[160/383] Compiling x509_obj.cc
[161/383] Compiling x509_lu.cc
[162/383] Compiling x509_ext.cc
[163/383] Compiling x509_def.cc
[164/383] Compiling x509_cmp.cc
[165/383] Compiling x509_d2.cc
[166/383] Compiling x509_att.cc
[167/383] Compiling x509.cc
[168/383] Compiling v3_utl.cc
[169/383] Compiling v3_skey.cc
[170/383] Compiling v3_prn.cc
[171/383] Compiling v3_purp.cc
[172/383] Compiling v3_pcons.cc
[173/383] Compiling v3_pmaps.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_ia5.cc
[179/383] Compiling v3_info.cc
[180/383] Compiling v3_genn.cc
[181/383] Compiling v3_extku.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_req.cc
[192/383] Compiling t_x509a.cc
[193/383] Compiling t_x509.cc
[194/383] Compiling t_crl.cc
[195/383] Compiling rsa_pss.cc
[196/383] Compiling policy.cc
[197/383] Compiling i2d_pr.cc
[198/383] Compiling name_print.cc
[199/383] Compiling algorithm.cc
[200/383] Compiling by_file.cc
[201/383] Compiling by_dir.cc
[202/383] Compiling asn1_gen.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 thread_win.cc
[208/383] Compiling stack.cc
[209/383] Compiling pmbtoken.cc
[210/383] Compiling thread_none.cc
[211/383] Compiling thread.cc
[212/383] Compiling trust_token.cc
[213/383] Compiling thread_pthread.cc
[214/383] Compiling spake2plus.cc
[215/383] Compiling siphash.cc
[216/383] Compiling sha512.cc
[217/383] Compiling rsa_extra.cc
[218/383] Compiling sha1.cc
[219/383] Compiling slhdsa.cc
[220/383] Compiling rsa_print.cc
[221/383] Compiling sha256.cc
[222/383] Compiling urandom.cc
[223/383] Compiling rsa_crypt.cc
[224/383] Compiling trusty.cc
[225/383] Compiling refcount.cc
[226/383] Compiling rsa_asn1.cc
[227/383] Compiling rc4.cc
[228/383] Compiling rand.cc
[229/383] Compiling windows.cc
[230/383] Compiling passive.cc
[231/383] Compiling ios.cc
[232/383] Compiling forkunsafe.cc
[233/383] Compiling fork_detect.cc
[234/383] Compiling poly1305_arm_asm.S
[235/383] Compiling getentropy.cc
[236/383] Compiling deterministic.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 pem_xaux.cc
[242/383] Compiling pkcs7.cc
[243/383] Compiling pkcs8_x509.cc
[244/383] Compiling pkcs8.cc
[245/383] Compiling pkcs7_x509.cc
[246/383] Compiling p5_pbev2.cc
[247/383] Compiling pem_x509.cc
[248/383] Compiling pem_pkey.cc
[249/383] Compiling pem_pk8.cc
[250/383] Compiling pem_info.cc
[251/383] Compiling obj_xref.cc
[252/383] Compiling pem_lib.cc
[253/383] Compiling pem_oth.cc
[254/383] Compiling obj.cc
[254/383] Compiling mlkem.cc
[256/383] Compiling pem_all.cc
[257/383] Compiling mldsa.cc
[258/383] Compiling poly_rq_mul.S
[259/383] Compiling mem.cc
[260/383] Compiling fips_shared_support.cc
[261/383] Compiling md5.cc
[262/383] Compiling md4.cc
[263/383] Compiling hrss.cc
[264/383] Compiling lhash.cc
[265/383] Compiling fuzzer_mode.cc
[266/383] Compiling kyber.cc
[267/383] Compiling scrypt.cc
[268/383] Compiling ex_data.cc
[269/383] Compiling sign.cc
[270/383] Compiling hpke.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_rsa.cc
[277/383] Compiling p_hkdf.cc
[278/383] Compiling p_ed25519.cc
[279/383] Compiling p_ed25519_asn1.cc
[280/383] Compiling p_ec.cc
[281/383] Compiling p_dh.cc
[282/383] Compiling p_dh_asn1.cc
[283/383] Compiling p_ec_asn1.cc
[284/383] Compiling p_dsa_asn1.cc
[285/383] Compiling evp_ctx.cc
[286/383] Compiling engine.cc
[287/383] Compiling err.cc
[288/383] Compiling evp.cc
[289/383] Compiling evp_asn1.cc
[290/383] Compiling ecdsa_p1363.cc
[291/383] Compiling ecdh.cc
[292/383] Compiling ecdsa_asn1.cc
[293/383] Compiling hash_to_curve.cc
[294/383] Compiling ec_derive.cc
[295/383] Compiling ec_asn1.cc
[296/383] Compiling dsa.cc
[297/383] Compiling dsa_asn1.cc
[298/383] Compiling digest_extra.cc
[299/383] Compiling bcm.cc
[300/383] Compiling x25519-asm-arm.S
[300/383] Compiling params.cc
[302/383] Compiling dh_asn1.cc
[303/383] Compiling des.cc
[304/383] Compiling curve25519_64_adx.cc
[305/383] Compiling crypto.cc
[306/383] Compiling cpu_arm_linux.cc
[307/383] Compiling cpu_intel.cc
[308/383] Compiling spake25519.cc
[309/383] Compiling cpu_arm_freebsd.cc
[310/383] Compiling curve25519.cc
[311/383] Compiling cpu_aarch64_win.cc
[312/383] Compiling cpu_aarch64_sysreg.cc
[313/383] Compiling cpu_aarch64_openbsd.cc
[314/383] Compiling cpu_aarch64_linux.cc
[315/383] Compiling cpu_aarch64_apple.cc
[316/383] Compiling cpu_aarch64_fuchsia.cc
[317/383] Compiling conf.cc
[318/383] Compiling tls_cbc.cc
[319/383] Compiling e_null.cc
[320/383] Compiling e_rc4.cc
[321/383] Compiling e_rc2.cc
[322/383] Compiling e_tls.cc
[323/383] Compiling get_cipher.cc
[324/383] Compiling cms.cc
[325/383] Compiling e_des.cc
[326/383] Compiling derive_key.cc
[327/383] Compiling e_aesctrhmac.cc
[328/383] Compiling chacha.cc
[329/383] Compiling e_aeseax.cc
[330/383] Compiling e_chacha20poly1305.cc
[331/383] Compiling e_aesgcmsiv.cc
[332/383] Compiling unicode.cc
[333/383] Compiling sqrt.cc
[334/383] Compiling buf.cc
[335/383] Compiling div.cc
[336/383] Compiling ber.cc
[337/383] Compiling asn1_compat.cc
[338/383] Compiling cbb.cc
[339/383] Compiling cbs.cc
[340/383] Compiling exponentiation.cc
[341/383] Compiling bn_asn1.cc
[342/383] Compiling blake2.cc
[343/383] Compiling pair.cc
[344/383] Compiling convert.cc
[345/383] Compiling fd.cc
[346/383] Compiling hexdump.cc
[347/383] Compiling printf.cc
[348/383] Compiling file.cc
[349/383] Compiling errno.cc
[350/383] Compiling base64.cc
[351/383] Compiling bio_mem.cc
[352/383] Compiling tasn_typ.cc
[353/383] Compiling tasn_utl.cc
[354/383] Compiling bio.cc
[355/383] Compiling tasn_fre.cc
[356/383] Compiling tasn_enc.cc
[357/383] Compiling posix_time.cc
[358/383] Compiling tasn_new.cc
[359/383] Compiling f_string.cc
[360/383] Compiling f_int.cc
[361/383] Compiling asn_pack.cc
[362/383] Compiling asn1_par.cc
[363/383] Compiling tasn_dec.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_strex.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_gentm.cc
[377/383] Compiling aes.cc
[378/383] Compiling a_mbstr.cc
[379/383] Compiling a_d2i_fp.cc
[380/383] Compiling a_bool.cc
[381/383] Compiling a_int.cc
[382/383] Compiling a_bitstr.cc
[384/391] Compiling CryptoBoringWrapper RandomBytes.swift
[385/391] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[386/391] Compiling CryptoBoringWrapper EllipticCurve.swift
[387/391] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[388/391] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[389/391] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[390/391] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[391/391] Emitting module CryptoBoringWrapper
[393/463] Compiling Crypto HPKE-AEAD.swift
[394/463] Compiling Crypto HPKE-Ciphersuite.swift
[395/463] Compiling Crypto HPKE-KDF.swift
[396/463] Compiling Crypto HPKE-KexKeyDerivation.swift
[397/463] Compiling Crypto HPKE-LabeledExtract.swift
[398/463] Compiling Crypto HPKE-Utils.swift
[399/463] Compiling Crypto DHKEM.swift
[400/463] Compiling Crypto HPKE-KEM-Curve25519.swift
[401/463] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[402/463] Compiling Crypto HPKE-KEM.swift
[403/473] Emitting module Crypto
[404/473] Compiling Crypto AES-GCM.swift
[405/473] Compiling Crypto AES-GCM_boring.swift
[406/473] Compiling Crypto ChaChaPoly_boring.swift
[407/473] Compiling Crypto ChaChaPoly.swift
[408/473] Compiling Crypto Cipher.swift
[409/473] Compiling Crypto Nonces.swift
[410/473] Compiling Crypto ASN1.swift
[411/473] Compiling Crypto ASN1Any.swift
[412/473] Compiling Crypto ASN1BitString.swift
[413/473] Compiling Crypto ASN1Boolean.swift
[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 HPKE-Errors.swift
[425/473] Compiling Crypto HPKE.swift
[426/473] Compiling Crypto HPKE-Context.swift
[427/473] Compiling Crypto HPKE-KeySchedule.swift
[428/473] Compiling Crypto HPKE-Modes.swift
[429/473] Compiling Crypto Insecure.swift
[430/473] Compiling Crypto Insecure_HashFunctions.swift
[431/473] Compiling Crypto KEM.swift
[432/473] Compiling Crypto ECDH_boring.swift
[433/473] Compiling Crypto DH.swift
[434/473] Compiling Crypto ECDH.swift
[435/473] Compiling Crypto HKDF.swift
[436/473] Compiling Crypto AESWrap.swift
[437/473] Compiling Crypto AESWrap_boring.swift
[438/473] Compiling Crypto Ed25519_boring.swift
[439/473] Compiling Crypto NISTCurvesKeys_boring.swift
[440/473] Compiling Crypto X25519Keys_boring.swift
[441/473] Compiling Crypto Curve25519.swift
[442/473] Compiling Crypto Ed25519Keys.swift
[443/473] Compiling Crypto NISTCurvesKeys.swift
[444/473] Compiling Crypto PKCS8PrivateKey.swift
[445/473] Compiling Crypto SEC1PrivateKey.swift
[446/473] Compiling Crypto SubjectPublicKeyInfo.swift
[447/473] Compiling Crypto CryptoError_boring.swift
[448/473] Compiling Crypto CryptoKitErrors.swift
[449/473] Compiling Crypto Digest_boring.swift
[450/473] Compiling Crypto Digest.swift
[451/473] Compiling Crypto Digests.swift
[452/473] Compiling Crypto HashFunctions.swift
[453/473] Compiling Crypto HashFunctions_SHA2.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 MultihashAlgorithm.swift
[476/487] Compiling MultiformatsKit MultihashFactory.swift
[477/488] Compiling MultiformatsKit Hashers.swift
[478/488] Compiling MultiformatsKit Multihash.swift
[479/488] Compiling MultiformatsKit Varint.swift
[480/488] Compiling MultiformatsKit BasesProtocols.swift
[481/488] Compiling MultiformatsKit Multibase.swift
[482/488] Compiling MultiformatsKit RFC4648Codec.swift
[483/488] Compiling MultiformatsKit Multicodec.swift
[484/488] Compiling MultiformatsKit BaseN.swift
[485/488] Compiling MultiformatsKit BaseNAlphabet.swift
[486/488] Emitting module MultiformatsKit
[487/488] Compiling MultiformatsKit CID.swift
[488/488] Compiling MultiformatsKit Errors.swift
[490/497] Compiling ATCommonWeb Retry.swift
[491/497] Compiling ATCommonWeb Times.swift
[492/497] Compiling ATCommonWeb TID.swift
[493/498] Compiling ATCommonWeb IPLD.swift
[494/498] Compiling ATCommonWeb Models.swift
[495/498] Compiling ATCommonWeb Async.swift
[496/498] Emitting module ATCommonWeb
[497/498] Compiling ATCommonWeb DIDDocument.swift
[498/498] Compiling ATCommonWeb Utilities.swift
[500/506] Compiling ATCommonTools IPLD-Multi.swift
[501/506] Compiling ATCommonTools DAGCBORValue.swift
[502/506] Compiling ATCommonTools ContentDecoder.swift
[503/506] Compiling ATCommonTools CommonToolsErrors.swift
[504/506] Compiling ATCommonTools DuplexStream.swift
[505/506] Emitting module ATCommonTools
[506/506] Compiling ATCommonTools IPLD.swift
Build complete! (123.98s)
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.