Build Information
Failed to build ATIdentityTools, reference 0.1.3 (daf86e), with Swift 6.1 for Wasm on 16 Nov 2025 02:16:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATIdentityTools.git
Reference: 0.1.3
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/ATIdentityTools
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at daf86ea Update DocC to organize dangling declarations
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
daf86ea4acf35cc706037b7eedd03a3d173d9a5e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at 0.1.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ATProtoKit/ATIdentityTools.git
https://github.com/ATProtoKit/ATIdentityTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "atcommontools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ATProtoKit/ATCommonTools.git"
},
{
"identity" : "atcryptography",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ATProtoKit/ATCryptography.git"
},
{
"identity" : "swift-async-dns-resolver",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-dns-resolver"
}
],
"manifest_display_name" : "ATIdentityTools",
"name" : "ATIdentityTools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ATIdentityTools",
"targets" : [
"ATIdentityTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DIDCore",
"targets" : [
"DIDCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DIDCore",
"module_type" : "SwiftTarget",
"name" : "DIDCore",
"path" : "Sources/DIDCore",
"product_memberships" : [
"DIDCore"
],
"sources" : [
"DID.swift",
"DIDDocument.swift",
"DIDMethod.swift",
"DIDMethods/DIDPLCIdentifier.swift",
"DIDMethods/DIDWebIdentifier.swift",
"DIDProtocol.swift",
"Errors.swift",
"URIFragmentValidator.swift"
],
"type" : "library"
},
{
"c99name" : "ATIdentityToolsTests",
"module_type" : "SwiftTarget",
"name" : "ATIdentityToolsTests",
"path" : "Tests/ATIdentityToolsTests",
"sources" : [
"ATIdentityToolsTests.swift",
"DIDCore-specific/DIDPlcTests.swift",
"DIDCore-specific/DIDWebTests.swift"
],
"target_dependencies" : [
"ATIdentityTools",
"DIDCore"
],
"type" : "test"
},
{
"c99name" : "ATIdentityTools",
"module_type" : "SwiftTarget",
"name" : "ATIdentityTools",
"path" : "Sources/ATIdentityTools",
"product_dependencies" : [
"ATCommonTools",
"ATCommonWeb",
"ATCryptography",
"AsyncDNSResolver"
],
"product_memberships" : [
"ATIdentityTools"
],
"sources" : [
"DID/ATProtocolDataUtilities.swift",
"DID/DIDDocumentResolverProtocol.swift",
"DID/DIDPLCResolver.swift",
"DID/DIDResolver.swift",
"DID/DIDUtilities.swift",
"DID/DIDWebResolver.swift",
"DID/MemoryCache.swift",
"Errors.swift",
"Handle/HandleResolver.swift",
"Models.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCryptography.git
Fetching https://github.com/ATProtoKit/ATCommonTools.git
[1/364] Fetching atcommontools
[365/1356] Fetching atcommontools, atcryptography
[435/2272] Fetching atcommontools, atcryptography, swift-async-dns-resolver
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.34s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.34s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.34s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.5.0 (3.24s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.2.0 (0.56s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
[1/4826] Fetching bigint
[195/10328] Fetching bigint, swift-secp256k1
[7683/27770] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (0.56s)
[6047/22268] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (2.18s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.18.0 (2.96s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.57s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.15 (0.80s)
Fetching https://github.com/MasterJ93/swift-cbor.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
[1/127] Fetching swift-cbor
[14/706] Fetching swift-cbor, multiformatskit
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.38s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.37s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (1.36s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (5.92s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.57s)
Creating working copy for https://github.com/ATProtoKit/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.2.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/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.15
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-async-dns-resolver
Working copy of https://github.com/apple/swift-async-dns-resolver resolved at 0.5.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.5.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.15.1
Creating working copy for https://github.com/21-DOT-DEV/swift-secp256k1.git
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1.git resolved at 0.18.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ATIdentityTools/PrivacyInfo.xcprivacy
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DIDCore/PrivacyInfo.xcprivacy
Building for debugging...
[0/444] Write sources
[5/444] Compiling armv4-mont-linux.S
[6/444] Compiling x86_64-mont5-linux.S
[6/444] Write sources
[8/444] Compiling fiat_curve25519_adx_mul.S
[9/444] Compiling fiat_p256_adx_sqr.S
[10/444] Compiling precomputed_ecmult_gen.c
[11/444] Compiling fiat_p256_adx_mul.S
[12/444] Compiling fiat_curve25519_adx_square.S
[13/444] Compiling Utility.c
[14/444] Compiling md5-x86_64-linux.S
[15/444] Compiling md5-x86_64-apple.S
[16/444] Compiling md5-586-linux.S
[17/444] Compiling md5-586-apple.S
[18/444] Compiling armv8-mont-apple.S
[19/444] Write swift-version-24593BA9C3E375BF.txt
[20/444] Compiling chacha20_poly1305_x86_64-linux.S
[21/444] Compiling chacha20_poly1305_x86_64-apple.S
[22/444] Compiling chacha20_poly1305_armv8-linux.S
[23/444] Compiling chacha20_poly1305_armv8-win.S
[24/444] Compiling chacha20_poly1305_armv8-apple.S
[25/444] Compiling chacha-x86_64-linux.S
[26/445] Compiling chacha-x86_64-apple.S
[27/447] Compiling CCryptoBoringSSLShims shims.c
[28/459] Compiling chacha-x86-linux.S
[29/459] Compiling chacha-armv8-win.S
[30/459] Compiling chacha-x86-apple.S
[31/459] Compiling chacha-armv8-linux.S
[32/459] Compiling chacha-armv8-apple.S
[33/459] Compiling chacha-armv4-linux.S
[34/459] Compiling aes128gcmsiv-x86_64-linux.S
[35/459] Compiling aes128gcmsiv-x86_64-apple.S
[36/459] Compiling x86_64-mont5-apple.S
[37/459] Compiling x86-mont-linux.S
[38/459] Compiling x86_64-mont-apple.S
[39/459] Compiling x86_64-mont-linux.S
[40/459] Compiling x86-mont-apple.S
[41/459] Compiling vpaes-x86_64-linux.S
[42/459] Compiling vpaes-x86_64-apple.S
[43/459] Compiling vpaes-x86-linux.S
[44/459] Compiling vpaes-armv8-linux.S
[45/459] Compiling secp256k1.c
[46/459] Compiling vpaes-armv8-win.S
[47/459] Compiling vpaes-x86-apple.S
[48/459] Compiling vpaes-armv8-apple.S
[49/459] Compiling sha512-x86_64-linux.S
[50/459] Compiling sha512-x86_64-apple.S
[51/459] Compiling vpaes-armv7-linux.S
[52/459] Compiling sha512-armv8-apple.S
[53/459] Compiling sha512-armv8-win.S
[54/459] Compiling sha512-armv8-linux.S
[55/459] Compiling sha512-armv4-linux.S
[56/459] Compiling sha512-586-linux.S
[57/459] Compiling sha256-x86_64-apple.S
[58/459] Compiling sha512-586-apple.S
[59/459] Compiling sha256-x86_64-linux.S
[60/459] Compiling sha256-armv8-linux.S
[61/459] Compiling sha256-armv8-win.S
[62/459] Compiling sha256-armv8-apple.S
[63/459] Compiling sha256-armv4-linux.S
[64/459] Compiling sha256-586-linux.S
[65/459] Compiling sha256-586-apple.S
[66/459] Compiling sha1-x86_64-linux.S
[67/459] Compiling sha1-x86_64-apple.S
[68/459] Compiling sha1-armv8-linux.S
[69/459] Compiling sha1-armv8-win.S
[70/459] Compiling sha1-armv8-apple.S
[71/459] Compiling sha1-586-linux.S
[72/459] Compiling sha1-armv4-large-linux.S
[73/459] Compiling sha1-586-apple.S
[74/459] Compiling rsaz-avx2-linux.S
[75/459] Compiling rsaz-avx2-apple.S
[76/459] Compiling err_data.cc
[77/459] Compiling p256_beeu-x86_64-asm-linux.S
[78/459] Compiling rdrand-x86_64-linux.S
[79/459] Compiling rdrand-x86_64-apple.S
[80/459] Compiling p256_beeu-armv8-asm-linux.S
[81/459] Compiling p256_beeu-x86_64-asm-apple.S
[82/459] Compiling p256_beeu-armv8-asm-win.S
[83/459] Compiling p256_beeu-armv8-asm-apple.S
[84/459] Compiling p256-x86_64-asm-linux.S
[85/459] Compiling p256-armv8-asm-win.S
[86/459] Compiling p256-x86_64-asm-apple.S
[87/459] Compiling p256-armv8-asm-linux.S
[88/459] Compiling p256-armv8-asm-apple.S
[89/459] Compiling ghashv8-armv8-win.S
[90/459] Compiling ghashv8-armv8-apple.S
[91/459] Compiling ghashv8-armv8-linux.S
[92/459] Compiling ghashv8-armv7-linux.S
[93/459] Compiling ghash-x86_64-apple.S
[94/459] Compiling ghash-x86_64-linux.S
[95/459] Compiling ghash-x86-linux.S
[96/459] Compiling ghash-x86-apple.S
[97/459] Compiling ghash-ssse3-x86_64-linux.S
[98/459] Compiling ghash-ssse3-x86_64-apple.S
[99/459] Compiling ghash-ssse3-x86-linux.S
[100/459] Compiling ghash-ssse3-x86-apple.S
[101/459] Compiling ghash-neon-armv8-win.S
[102/459] Compiling ghash-neon-armv8-linux.S
[103/459] Compiling ghash-neon-armv8-apple.S
[104/459] Compiling ghash-armv4-linux.S
[105/459] Compiling co-586-linux.S
[106/459] Compiling co-586-apple.S
[106/459] Compiling bsaes-armv7-linux.S
[108/459] Compiling bn-armv8-win.S
[109/459] Compiling bn-armv8-linux.S
[110/459] Compiling bn-armv8-apple.S
[111/459] Compiling bn-586-linux.S
[112/459] Compiling bn-586-apple.S
[113/459] Compiling armv8-mont-win.S
[114/459] Compiling armv8-mont-linux.S
[115/459] Compiling aesv8-gcm-armv8-win.S
[116/459] Compiling aesv8-armv8-win.S
[117/459] Compiling aesv8-gcm-armv8-linux.S
[118/459] Compiling aesv8-gcm-armv8-apple.S
[119/459] Compiling aesv8-armv8-apple.S
[120/459] Compiling aesv8-armv8-linux.S
[121/459] Compiling aesv8-armv7-linux.S
[122/459] Compiling aesni-x86_64-linux.S
[123/459] Compiling aesni-x86_64-apple.S
[124/459] Compiling aesni-x86-apple.S
[125/459] Compiling aesni-x86-linux.S
[126/459] Compiling aesni-gcm-x86_64-linux.S
[127/459] Compiling aesni-gcm-x86_64-apple.S
[128/459] Compiling aes-gcm-avx512-x86_64-linux.S
[129/459] Compiling aes-gcm-avx512-x86_64-apple.S
[130/459] Compiling aes-gcm-avx2-x86_64-apple.S
[131/459] Compiling aes-gcm-avx2-x86_64-linux.S
[133/459] Emitting module DIDCore
[133/460] Compiling xwing.cc
[134/460] Compiling x_sig.cc
[135/460] Compiling x_spki.cc
[136/460] Compiling x_x509.cc
[137/460] Compiling x_x509a.cc
[138/460] Compiling precomputed_ecmult.c
[139/499] Compiling x_req.cc
[140/499] Compiling x_exten.cc
[141/499] Compiling x_crl.cc
[142/499] Compiling x_pubkey.cc
[143/499] Compiling x_name.cc
[145/499] Emitting module secp256k1
[145/504] Compiling x_attrib.cc
[146/504] Compiling x509spki.cc
[147/504] Compiling x_all.cc
[148/504] Compiling x509rset.cc
[149/504] Compiling x_algor.cc
[150/504] Compiling x509name.cc
[151/504] Compiling x509cset.cc
[152/504] Compiling x509_v3.cc
[153/504] Compiling x509_vpm.cc
[155/504] Compiling DIDCore Errors.swift
[155/504] Compiling x509_vfy.cc
[157/504] Compiling DIDCore URIFragmentValidator.swift
[158/504] Compiling DIDCore DIDProtocol.swift
[159/504] Compiling DIDCore DIDWebIdentifier.swift
[160/504] Compiling DIDCore DIDMethod.swift
[161/504] Compiling SwiftCbor DataNumber.swift
[162/504] Compiling DIDCore DID.swift
[163/504] Compiling SwiftCbor CborValue.swift
[164/504] Compiling DIDCore DIDPLCIdentifier.swift
[165/504] Compiling DIDCore DIDDocument.swift
[166/505] Compiling SwiftCbor CborScanner.swift
[167/505] Compiling secp256k1 Signature.swift
[168/505] Compiling secp256k1 Tweak.swift
[169/505] Compiling secp256k1 Utility.swift
[170/505] Compiling secp256k1 Zeroization.swift
[171/505] Compiling secp256k1 secp256k1.swift
[172/505] Compiling secp256k1 ECDH.swift
[173/505] Compiling secp256k1 ECDSA.swift
[174/505] Compiling secp256k1 EdDSA.swift
[175/505] Compiling secp256k1 Errors.swift
[176/505] Compiling secp256k1 Exports.swift
[177/505] Compiling secp256k1 Combine.swift
[178/505] Compiling secp256k1 Context.swift
[179/505] Compiling secp256k1 CryptoKitErrors.swift
[180/505] Compiling secp256k1 DH.swift
[181/505] Compiling secp256k1 Digest.swift
[182/505] Compiling secp256k1 ECDSASignature.swift
[183/505] Compiling secp256k1 PEMDocument.swift
[184/505] Compiling secp256k1 PKCS8PrivateKey.swift
[185/505] Compiling secp256k1 SEC1PrivateKey.swift
[186/505] Compiling secp256k1 SubjectPublicKeyInfo.swift
[187/505] Compiling secp256k1 Asymmetric.swift
[188/505] Compiling SwiftCbor CborEncoder.swift
[189/505] Compiling SwiftCbor CborDecoder.swift
[190/505] Emitting module SwiftCbor
[191/505] Compiling SwiftCbor CborCodable.swift
[192/506] Compiling secp256k1 Recovery.swift
[193/506] Compiling secp256k1 SHA256.swift
[194/506] Compiling secp256k1 SafeCompare.swift
[195/506] Compiling secp256k1 Schnorr.swift
[196/506] Compiling secp256k1 SecureBytes.swift
[197/506] Compiling secp256k1 ASN1.swift
[198/506] Compiling secp256k1 ASN1Any.swift
[199/506] Compiling secp256k1 ASN1BitString.swift
[200/506] Compiling secp256k1 ASN1Boolean.swift
[201/506] Compiling secp256k1 ASN1Identifier.swift
[202/506] Compiling secp256k1 ASN1Integer.swift
[203/506] Compiling secp256k1 HashDigest.swift
[204/506] Compiling secp256k1 MuSig.swift
[205/506] Compiling secp256k1 Nonces.swift
[206/506] Compiling secp256k1 PrettyBytes.swift
[207/506] Compiling secp256k1 RNG_boring.swift
[208/506] Compiling secp256k1 ASN1Null.swift
[209/506] Compiling secp256k1 ASN1OctetString.swift
[210/506] Compiling secp256k1 ASN1Strings.swift
[211/506] Compiling secp256k1 ArraySliceBigint.swift
[212/506] Compiling secp256k1 GeneralizedTime.swift
[213/506] Compiling secp256k1 ObjectIdentifier.swift
[216/507] Compiling x509_txt.cc
[217/507] Compiling x509_trs.cc
[218/507] Compiling x509_set.cc
[219/507] Compiling x509_obj.cc
[220/507] Compiling x509_req.cc
[221/507] Compiling x509_lu.cc
[222/507] Compiling x509_def.cc
[223/507] Compiling x509_ext.cc
[224/507] Compiling x509_d2.cc
[225/507] Compiling x509_cmp.cc
[226/507] Compiling x509_att.cc
[227/507] Compiling x509.cc
[228/507] Compiling v3_skey.cc
[229/507] Compiling v3_utl.cc
[230/507] Compiling v3_prn.cc
[231/507] Compiling v3_purp.cc
[232/507] Compiling v3_pmaps.cc
[233/507] Compiling v3_pcons.cc
[234/507] Compiling v3_ocsp.cc
[235/507] Compiling v3_ncons.cc
[236/507] Compiling v3_int.cc
[237/507] Compiling v3_lib.cc
[238/507] Compiling v3_info.cc
[239/507] Compiling v3_ia5.cc
[240/507] Compiling v3_genn.cc
[241/507] Compiling v3_extku.cc
[242/507] Compiling v3_enum.cc
[243/507] Compiling v3_crld.cc
[244/507] Compiling v3_cpols.cc
[245/507] Compiling v3_bitst.cc
[246/507] Compiling v3_conf.cc
[247/507] Compiling v3_bcons.cc
[248/507] Compiling v3_alt.cc
[249/507] Compiling v3_akeya.cc
[250/507] Compiling v3_akey.cc
[251/507] Compiling t_x509a.cc
[252/507] Compiling t_crl.cc
[253/507] Compiling t_req.cc
[254/507] Compiling t_x509.cc
[255/507] Compiling rsa_pss.cc
[256/507] Compiling i2d_pr.cc
[257/507] Compiling policy.cc
[258/507] Compiling name_print.cc
[259/507] Compiling by_file.cc
[260/507] Compiling by_dir.cc
[261/507] Compiling algorithm.cc
[262/507] Compiling asn1_gen.cc
[263/507] Compiling a_verify.cc
[264/507] Compiling a_digest.cc
[265/507] Compiling a_sign.cc
[266/507] Compiling voprf.cc
[267/507] Compiling thread_win.cc
[268/507] Compiling thread_pthread.cc
[269/507] Compiling thread.cc
[270/507] Compiling thread_none.cc
[271/507] Compiling trust_token.cc
[272/507] Compiling pmbtoken.cc
[273/507] Compiling stack.cc
[274/507] Compiling siphash.cc
[275/507] Compiling sha512.cc
[276/507] Compiling sha256.cc
[277/507] Compiling slhdsa.cc
[278/507] Compiling sha1.cc
[279/507] Compiling spake2plus.cc
[280/507] Compiling rsa_extra.cc
[281/507] Compiling rsa_print.cc
[282/507] Compiling rc4.cc
[283/507] Compiling refcount.cc
[284/507] Compiling windows.cc
[285/507] Compiling rsa_crypt.cc
[286/507] Compiling urandom.cc
[287/507] Compiling trusty.cc
[288/507] Compiling rand.cc
[289/507] Compiling rsa_asn1.cc
[290/507] Compiling passive.cc
[291/507] Compiling ios.cc
[292/507] Compiling getentropy.cc
[293/507] Compiling poly1305_arm_asm.S
[294/507] Compiling forkunsafe.cc
[295/507] Compiling fork_detect.cc
[296/507] Compiling deterministic.cc
[297/507] Compiling poly1305_vec.cc
[298/507] Compiling pool.cc
[299/507] Compiling poly1305.cc
[300/507] Compiling poly1305_arm.cc
[301/507] Compiling pkcs7.cc
[302/507] Compiling pkcs8.cc
[303/507] Compiling pkcs8_x509.cc
[304/507] Compiling p5_pbev2.cc
[305/507] Compiling pkcs7_x509.cc
[306/507] Compiling pem_xaux.cc
[307/507] Compiling pem_x509.cc
[308/507] Compiling pem_pkey.cc
[309/507] Compiling pem_oth.cc
[310/507] Compiling obj_xref.cc
[311/507] Compiling pem_pk8.cc
[312/507] Compiling mlkem.cc
[313/507] Compiling pem_lib.cc
[313/507] Compiling pem_info.cc
[315/507] Compiling pem_all.cc
[316/507] Compiling obj.cc
[317/507] Compiling poly_rq_mul.S
[318/507] Compiling mldsa.cc
[319/507] Compiling lhash.cc
[320/507] Compiling mem.cc
[321/507] Compiling fips_shared_support.cc
[322/507] Compiling md4.cc
[323/507] Compiling md5.cc
[324/507] Compiling hrss.cc
[325/507] Compiling kyber.cc
[326/507] Compiling fuzzer_mode.cc
[327/507] Compiling ex_data.cc
[328/507] Compiling hpke.cc
[329/507] Compiling scrypt.cc
[330/507] Compiling print.cc
[331/507] Compiling pbkdf.cc
[332/507] Compiling sign.cc
[333/507] Compiling p_x25519_asn1.cc
[334/507] Compiling p_x25519.cc
[335/507] Compiling p_rsa_asn1.cc
[336/507] Compiling p_hkdf.cc
[337/507] Compiling p_ed25519_asn1.cc
[338/507] Compiling p_rsa.cc
[339/507] Compiling p_ed25519.cc
[340/507] Compiling p_ec_asn1.cc
[341/507] Compiling p_ec.cc
[342/507] Compiling p_dsa_asn1.cc
[343/507] Compiling p_dh_asn1.cc
[344/507] Compiling p_dh.cc
[345/507] Compiling evp_ctx.cc
[346/507] Compiling evp_asn1.cc
[347/507] Compiling engine.cc
[348/507] Compiling err.cc
[349/507] Compiling evp.cc
[350/507] Compiling ecdsa_p1363.cc
[351/507] Compiling ecdh.cc
[352/507] Compiling ec_derive.cc
[353/507] Compiling ecdsa_asn1.cc
[354/507] Compiling hash_to_curve.cc
[355/507] Compiling dsa.cc
[356/507] Compiling ec_asn1.cc
[357/507] Compiling bcm.cc
[358/507] Compiling dsa_asn1.cc
[359/507] Compiling x25519-asm-arm.S
[360/507] Compiling digest_extra.cc
[361/507] Compiling dh_asn1.cc
[362/507] Compiling des.cc
[363/507] Compiling curve25519_64_adx.cc
[364/507] Compiling spake25519.cc
[365/507] Compiling params.cc
[366/507] Compiling crypto.cc
[367/507] Compiling curve25519.cc
[368/507] Compiling cpu_arm_linux.cc
[369/507] Compiling cpu_intel.cc
[370/507] Compiling cpu_arm_freebsd.cc
[371/507] Compiling cpu_aarch64_win.cc
[372/507] Compiling cpu_aarch64_openbsd.cc
[373/507] Compiling cpu_aarch64_sysreg.cc
[374/507] Compiling cpu_aarch64_linux.cc
[375/507] Compiling cpu_aarch64_fuchsia.cc
[376/507] Compiling cpu_aarch64_apple.cc
[377/507] Compiling conf.cc
[378/507] Compiling get_cipher.cc
[379/507] Compiling e_rc2.cc
[380/507] Compiling tls_cbc.cc
[381/507] Compiling e_tls.cc
[382/507] Compiling e_rc4.cc
[383/507] Compiling e_null.cc
[384/507] Compiling cms.cc
[385/507] Compiling e_aesgcmsiv.cc
[386/507] Compiling e_aeseax.cc
[387/507] Compiling e_des.cc
[388/507] Compiling e_chacha20poly1305.cc
[389/507] Compiling chacha.cc
[390/507] Compiling e_aesctrhmac.cc
[391/507] Compiling derive_key.cc
[392/507] Compiling sqrt.cc
[393/507] Compiling unicode.cc
[394/507] Compiling cbs.cc
[395/507] Compiling buf.cc
[396/507] Compiling exponentiation.cc
[397/507] Compiling cbb.cc
[398/507] Compiling ber.cc
[399/507] Compiling asn1_compat.cc
[400/507] Compiling div.cc
[401/507] Compiling bn_asn1.cc
[402/507] Compiling pair.cc
[403/507] Compiling hexdump.cc
[404/507] Compiling convert.cc
[405/507] Compiling blake2.cc
[406/507] Compiling printf.cc
[407/507] Compiling fd.cc
[408/507] Compiling file.cc
[409/507] Compiling errno.cc
[410/507] Compiling tasn_typ.cc
[411/507] Compiling base64.cc
[412/507] Compiling bio.cc
[413/507] Compiling bio_mem.cc
[414/507] Compiling tasn_fre.cc
[415/507] Compiling tasn_utl.cc
[416/507] Compiling tasn_new.cc
[417/507] Compiling posix_time.cc
[418/507] Compiling f_string.cc
[419/507] Compiling asn_pack.cc
[420/507] Compiling tasn_dec.cc
[421/507] Compiling tasn_enc.cc
[422/507] Compiling asn1_par.cc
[423/507] Compiling f_int.cc
[424/507] Compiling asn1_lib.cc
[425/507] Compiling a_octet.cc
[426/507] Compiling a_type.cc
[427/507] Compiling a_utctm.cc
[428/507] Compiling a_time.cc
[429/507] Compiling a_strex.cc
[430/507] Compiling a_object.cc
[431/507] Compiling a_mbstr.cc
[431/507] Compiling a_strnid.cc
[433/507] Compiling a_i2d_fp.cc
[434/507] Compiling windows_port.c
[435/507] Compiling inet_ntop.c
[436/507] Compiling a_dup.cc
[437/507] Compiling bitncmp.c
[438/507] Compiling inet_net_pton.c
[439/507] Compiling a_gentm.cc
[440/507] Compiling ares_writev.c
[441/507] Compiling a_d2i_fp.cc
[442/507] Compiling ares_version.c
[443/507] Compiling aes.cc
[444/507] Compiling ares_strsplit.c
[445/507] Compiling ares_strdup.c
[446/507] Compiling ares_strcasecmp.c
[447/507] Compiling ares_timeout.c
[448/507] Compiling ares_strerror.c
[449/507] Compiling ares_search.c
[450/507] Compiling a_int.cc
[451/507] Compiling ares_send.c
[452/507] Compiling ares_rand.c
[453/507] Compiling ares_query.c
[454/507] Compiling ares_platform.c
[455/507] Compiling a_bool.cc
[456/507] Compiling a_bitstr.cc
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_soa_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_soa_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_srv_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_srv_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_naptr_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_naptr_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_uri_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_uri_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_txt_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_txt_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_ptr_reply.c:23:12: fatal error: 'netdb.h' file not found
23 | # include <netdb.h>
| ^~~~~~~~~
[457/507] Compiling ares_parse_ptr_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_process.c:30:12: fatal error: 'netdb.h' file not found
30 | # include <netdb.h>
| ^~~~~~~~~
[457/507] Compiling ares_process.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_ns_reply.c:27:12: fatal error: 'netdb.h' file not found
27 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[457/507] Compiling ares_parse_ns_reply.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ATIdentityTools/PrivacyInfo.xcprivacy
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DIDCore/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_uri_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[0/50] Compiling ares_parse_uri_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_ns_reply.c:27:12: fatal error: 'netdb.h' file not found
27 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[0/50] Compiling ares_parse_ns_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_soa_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[0/51] Compiling ares_parse_soa_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_txt_reply.c:24:12: fatal error: 'netdb.h' file not found
24 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[0/51] Compiling ares_parse_txt_reply.c
[0/51] Compiling ares_parse_naptr_reply.c
[1/51] Compiling ares_parse_srv_reply.c
[1/51] Compiling ares_parse_ptr_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_process.c:30:12: fatal error: 'netdb.h' file not found
30 | # include <netdb.h>
| ^~~~~~~~~
[19/51] Compiling ares_process.c
BUILD FAILURE 6.1 wasm