Build Information
Failed to build plug, reference 0.1.1 (79d150), with Swift 6.1 for Wasm on 29 May 2025 02:00:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lyricalsoul/Plug.git
Reference: 0.1.1
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/lyricalsoul/Plug
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 79d1503 fix broken test suite, pt. II
Cloned https://github.com/lyricalsoul/Plug.git
Revision (git rev-parse @):
79d1503fbaa6cf565f66a9c4f0f5b89cde55f31b
SUCCESS checkout https://github.com/lyricalsoul/Plug.git at 0.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lyricalsoul/Plug.git
https://github.com/lyricalsoul/Plug.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "plug",
"name" : "plug",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Plug",
"targets" : [
"Plug"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExamplePlugin",
"targets" : [
"ExamplePlugin"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "PlugMacros",
"targets" : [
"PlugMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PlugTests",
"module_type" : "SwiftTarget",
"name" : "PlugTests",
"path" : "Tests/PlugTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"PlugTests.swift"
],
"target_dependencies" : [
"Plug",
"PlugMacros",
"ExamplePlugin"
],
"type" : "test"
},
{
"c99name" : "PlugMacros",
"module_type" : "SwiftTarget",
"name" : "PlugMacros",
"path" : "Sources/PlugMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Plug",
"ExamplePlugin",
"PlugMacros"
],
"sources" : [
"Export.swift",
"Macro.swift"
],
"type" : "macro"
},
{
"c99name" : "Plug",
"module_type" : "SwiftTarget",
"name" : "Plug",
"path" : "Sources/Plug",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"Plug",
"ExamplePlugin"
],
"sources" : [
"Macro.swift",
"PluginBuilder.swift",
"PluginDetails+Misc.swift",
"PluginIntegrity.swift",
"PluginInterface.swift",
"PluginManager.swift"
],
"target_dependencies" : [
"PlugMacros"
],
"type" : "library"
},
{
"c99name" : "ExamplePlugin",
"module_type" : "SwiftTarget",
"name" : "ExamplePlugin",
"path" : "Sources/ExamplePlugin",
"product_memberships" : [
"ExamplePlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"Plug"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/2049] Fetching swift-docc-plugin
[22/2957] Fetching swift-docc-plugin, swift-macro-testing
[2180/16893] Fetching swift-docc-plugin, swift-macro-testing, swift-crypto
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.30s)
[1497/15985] Fetching swift-docc-plugin, swift-crypto
[9297/86437] Fetching swift-docc-plugin, swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.39s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.44s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.46s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (7.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.91s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (0.57s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.70s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.18s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.21s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.73s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.46s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/765] Compiling a_i2d_fp.cc
[3/765] Compiling a_d2i_fp.cc
[4/765] Write sources
[21/765] Compiling a_gentm.cc
[22/765] Compiling a_bitstr.cc
[24/765] Compiling fiat_p256_adx_mul.S
[25/765] Write swift-version-24593BA9C3E375BF.txt
[26/765] Compiling fiat_p256_adx_sqr.S
[27/765] Compiling a_bool.cc
[28/765] Compiling a_dup.cc
[29/765] Compiling fiat_curve25519_adx_mul.S
[30/765] Compiling md5-x86_64-linux.S
[31/765] Compiling fiat_curve25519_adx_square.S
[32/765] Compiling md5-x86_64-apple.S
[33/765] Compiling CCryptoBoringSSLShims shims.c
[34/765] Compiling md5-586-linux.S
[35/765] Compiling a_bool.cc
[36/765] Compiling md5-586-apple.S
[37/765] Compiling chacha20_poly1305_x86_64-apple.S
[38/767] Compiling chacha20_poly1305_x86_64-linux.S
[39/767] Compiling chacha-x86_64-linux.S
[39/767] Compiling chacha20_poly1305_armv8-win.S
[40/767] Compiling chacha20_poly1305_armv8-linux.S
[42/767] Compiling chacha20_poly1305_armv8-apple.S
[43/767] Compiling chacha-x86_64-apple.S
[45/767] Emitting module SwiftSyntax509
[45/767] Compiling chacha-x86-linux.S
[46/767] Compiling chacha-x86-apple.S
[47/767] Compiling chacha-armv8-win.S
[48/767] Compiling err_data.cc
[49/767] Compiling chacha-armv4-linux.S
[50/767] Compiling chacha-armv8-apple.S
[50/767] Compiling aes128gcmsiv-x86_64-linux.S
[52/767] Compiling chacha-armv8-linux.S
[53/767] Compiling x86_64-mont5-linux.S
[54/767] Compiling aes128gcmsiv-x86_64-apple.S
[55/767] Compiling x86_64-mont5-apple.S
[56/767] Compiling x86_64-mont-linux.S
[57/767] Compiling x86_64-mont-apple.S
[58/767] Compiling x86-mont-apple.S
[59/767] Compiling x86-mont-linux.S
[60/767] Compiling vpaes-x86_64-linux.S
[61/767] Compiling vpaes-x86_64-apple.S
[62/767] Compiling vpaes-x86-linux.S
[63/767] Compiling vpaes-armv8-win.S
[64/767] Compiling vpaes-armv8-linux.S
[65/767] Compiling vpaes-x86-apple.S
[65/767] Compiling vpaes-armv8-apple.S
[67/767] Compiling vpaes-armv7-linux.S
[68/767] Compiling sha512-x86_64-linux.S
[69/767] Compiling sha512-x86_64-apple.S
[70/767] Compiling sha512-armv8-apple.S
[71/767] Compiling sha512-armv8-linux.S
[71/767] Compiling sha512-armv8-win.S
[73/767] Compiling sha512-586-apple.S
[73/767] Compiling sha512-armv4-linux.S
[75/767] Compiling sha512-586-linux.S
[76/767] Compiling sha256-x86_64-linux.S
[77/767] Compiling sha256-armv8-apple.S
[78/767] Compiling sha256-armv8-win.S
[79/767] Compiling sha256-armv8-linux.S
[80/767] Compiling sha256-x86_64-apple.S
[80/767] Compiling sha256-armv4-linux.S
[82/767] Compiling sha256-586-apple.S
[83/767] Compiling sha256-586-linux.S
[84/767] Compiling sha1-x86_64-apple.S
[85/767] Compiling sha1-armv8-linux.S
[86/767] Compiling sha1-armv8-win.S
[87/767] Compiling sha1-x86_64-linux.S
[87/767] Compiling sha1-armv8-apple.S
[87/767] Compiling sha1-armv4-large-linux.S
[90/767] Compiling sha1-586-apple.S
[91/767] Compiling sha1-586-linux.S
[92/767] Compiling rsaz-avx2-apple.S
[93/767] Compiling rsaz-avx2-linux.S
[94/767] Compiling rdrand-x86_64-linux.S
[95/767] Compiling p256_beeu-x86_64-asm-apple.S
[96/767] Compiling rdrand-x86_64-apple.S
[97/767] Compiling p256_beeu-x86_64-asm-linux.S
[98/767] Compiling p256_beeu-armv8-asm-linux.S
[99/767] Compiling p256_beeu-armv8-asm-win.S
[100/767] Compiling p256_beeu-armv8-asm-apple.S
[101/767] Compiling p256-x86_64-asm-apple.S
[102/767] Compiling p256-armv8-asm-win.S
[102/767] Compiling p256-x86_64-asm-linux.S
[104/767] Compiling p256-armv8-asm-linux.S
[104/767] Compiling p256-armv8-asm-apple.S
[106/767] Compiling ghashv8-armv8-win.S
[107/767] Compiling ghashv8-armv8-linux.S
[108/767] Compiling ghashv8-armv7-linux.S
[109/767] Compiling ghash-x86_64-linux.S
[109/767] Compiling ghashv8-armv8-apple.S
[111/767] Compiling ghash-x86-apple.S
[111/767] Compiling ghash-x86-linux.S
[113/767] Compiling ghash-x86_64-apple.S
[114/767] Compiling ghash-ssse3-x86_64-linux.S
[115/767] Compiling ghash-ssse3-x86-linux.S
[116/767] Compiling ghash-ssse3-x86_64-apple.S
[117/767] Compiling ghash-ssse3-x86-apple.S
[118/767] Compiling ghash-neon-armv8-win.S
[119/767] Compiling ghash-neon-armv8-linux.S
[120/767] Compiling ghash-armv4-linux.S
[121/767] Compiling ghash-neon-armv8-apple.S
[122/767] Compiling co-586-linux.S
[123/767] Compiling co-586-apple.S
[124/767] Compiling bn-armv8-win.S
[125/767] Compiling bn-armv8-linux.S
[126/767] Compiling bsaes-armv7-linux.S
[127/767] Compiling bn-586-linux.S
[128/767] Compiling bn-armv8-apple.S
[129/767] Compiling bn-586-apple.S
[130/767] Compiling armv8-mont-win.S
[131/767] Compiling armv8-mont-apple.S
[132/767] Compiling armv8-mont-linux.S
[133/767] Compiling armv4-mont-linux.S
[134/767] Compiling aesv8-gcm-armv8-linux.S
[134/767] Compiling aesv8-gcm-armv8-win.S
[136/767] Compiling aesv8-armv8-linux.S
[137/767] Compiling aesv8-gcm-armv8-apple.S
[138/767] Compiling aesv8-armv8-win.S
[139/767] Compiling aesv8-armv8-apple.S
[140/767] Compiling aesv8-armv7-linux.S
[141/767] Compiling aesni-x86_64-linux.S
[142/767] Compiling aesni-x86_64-apple.S
[143/767] Compiling aesni-x86-linux.S
[144/767] Compiling aesni-gcm-x86_64-apple.S
[145/767] Compiling aesni-gcm-x86_64-linux.S
[146/767] Compiling aes-gcm-avx10-x86_64-linux.S
[146/767] Compiling aesni-x86-apple.S
[148/767] Compiling aes-gcm-avx10-x86_64-apple.S
[149/767] Compiling x_x509.cc
[150/767] Compiling x_x509a.cc
[151/767] Compiling x_sig.cc
[152/767] Compiling x_val.cc
[153/767] Compiling x_req.cc
[154/767] Compiling x_pubkey.cc
[155/767] Compiling x_spki.cc
[156/767] Compiling x_name.cc
[157/767] Compiling x_exten.cc
[158/767] Compiling x_crl.cc
[159/767] Compiling x_algor.cc
[161/767] Compiling SwiftSyntax509 Empty.swift
[161/768] Compiling x_attrib.cc
[163/768] Compiling x509spki.cc
[164/768] Compiling x_all.cc
[165/768] Compiling x509_vpm.cc
[165/768] Compiling x509rset.cc
[167/768] Compiling x509name.cc
[168/768] Compiling x509cset.cc
[169/768] Wrapping AST for SwiftSyntax509 for debugging
[170/813] Compiling x509_vfy.cc
[171/813] Compiling x509_trs.cc
[172/813] Compiling x509_txt.cc
[173/813] Compiling x509_v3.cc
[174/813] Compiling x509_obj.cc
[175/813] Compiling x509_lu.cc
[176/813] Compiling x509_set.cc
[177/813] Compiling x509_req.cc
[178/813] Compiling x509_cmp.cc
[179/813] Compiling x509_def.cc
[180/813] Compiling x509_ext.cc
[181/813] Compiling v3_skey.cc
[182/813] Compiling x509_d2.cc
[183/813] Compiling x509_att.cc
[184/813] Compiling v3_pcons.cc
[185/813] Compiling x509.cc
[186/813] Compiling v3_utl.cc
[187/813] Compiling v3_prn.cc
[188/813] Compiling v3_lib.cc
[189/813] Compiling v3_pmaps.cc
[190/813] Compiling v3_purp.cc
[191/813] Compiling v3_info.cc
[192/813] Compiling v3_ncons.cc
[193/813] Compiling v3_ocsp.cc
[194/813] Compiling v3_genn.cc
[196/813] Compiling SwiftSyntax AbsolutePosition.swift
[197/813] Compiling SwiftSyntax Assert.swift
[198/813] Compiling SwiftSyntax BumpPtrAllocator.swift
[199/813] Compiling SwiftSyntax CommonAncestor.swift
[200/813] Compiling SwiftSyntax Convenience.swift
[201/813] Compiling SwiftSyntax MemoryLayout.swift
[202/813] Compiling SwiftSyntax MissingNodeInitializers.swift
[202/819] Compiling v3_extku.cc
[203/819] Compiling v3_int.cc
[204/819] Compiling v3_ia5.cc
[205/819] Compiling v3_bitst.cc
[206/819] Compiling v3_enum.cc
[207/819] Compiling v3_conf.cc
[208/819] Compiling v3_crld.cc
[209/819] Compiling v3_akey.cc
[210/819] Compiling v3_cpols.cc
[212/819] Compiling SwiftSyntax RawSyntax.swift
[213/819] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[214/819] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[215/819] Compiling SwiftSyntax RawSyntaxTokenView.swift
[216/819] Compiling SwiftSyntax SourceLength.swift
[217/819] Compiling SwiftSyntax SourceLocation.swift
[218/819] Compiling SwiftSyntax SourcePresence.swift
[218/819] Compiling t_x509a.cc
[219/819] Compiling v3_alt.cc
[220/819] Compiling v3_bcons.cc
[221/819] Compiling v3_akeya.cc
[222/819] Compiling t_x509.cc
[223/819] Compiling policy.cc
[225/819] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[226/819] Compiling SwiftSyntax Syntax.swift
[227/819] Compiling SwiftSyntax SyntaxArena.swift
[228/819] Compiling SwiftSyntax SyntaxChildren.swift
[229/819] Compiling SwiftSyntax SyntaxCollection.swift
[230/819] Compiling SwiftSyntax SyntaxData.swift
[230/819] Compiling t_req.cc
[231/819] Compiling rsa_pss.cc
[232/819] Compiling t_crl.cc
[233/819] Compiling by_dir.cc
[234/819] Compiling i2d_pr.cc
[235/819] Compiling name_print.cc
[236/819] Compiling by_file.cc
[237/819] Compiling asn1_gen.cc
[238/819] Compiling algorithm.cc
[239/819] Compiling a_verify.cc
[240/819] Compiling voprf.cc
[241/819] Compiling a_digest.cc
[242/819] Compiling a_sign.cc
[243/819] Compiling thread_pthread.cc
[244/819] Compiling thread_win.cc
[245/819] Compiling trust_token.cc
[246/819] Compiling thread_none.cc
[247/819] Compiling thread.cc
[248/819] Compiling pmbtoken.cc
[249/819] Compiling stack.cc
[250/819] Compiling merkle.cc
[251/819] Compiling thash.cc
[252/819] Compiling wots.cc
[253/819] Compiling slhdsa.cc
[254/819] Compiling fors.cc
[255/819] Compiling rsa_print.cc
[256/819] Compiling siphash.cc
[257/819] Compiling sha1.cc
[258/819] Compiling sha512.cc
[259/819] Compiling sha256.cc
[260/819] Compiling rsa_extra.cc
[261/819] Compiling rc4.cc
[262/819] Compiling windows.cc
[263/819] Compiling refcount.cc
[264/819] Compiling trusty.cc
[265/819] Compiling urandom.cc
[266/819] Compiling rsa_crypt.cc
[267/819] Compiling rand_extra.cc
[268/819] Compiling rsa_asn1.cc
[269/819] Compiling passive.cc
[270/819] Compiling ios.cc
[271/819] Compiling getentropy.cc
[272/819] Compiling forkunsafe.cc
[273/819] Compiling poly1305_arm_asm.S
[274/819] Compiling fork_detect.cc
[275/819] Compiling deterministic.cc
[276/819] Compiling poly1305_arm.cc
[277/819] Compiling pool.cc
[277/819] Compiling poly1305.cc
[279/819] Compiling poly1305_vec.cc
[280/819] Compiling pkcs8.cc
[281/819] Compiling pkcs8_x509.cc
[282/819] Compiling p5_pbev2.cc
[283/819] Compiling pkcs7.cc
[284/819] Compiling pkcs7_x509.cc
[285/819] Compiling pem_x509.cc
[286/819] Compiling pem_xaux.cc
[287/819] Compiling pem_pkey.cc
[288/819] Compiling pem_pk8.cc
[289/819] Compiling obj_xref.cc
[290/819] Compiling pem_lib.cc
[291/819] Compiling mlkem.cc
[292/819] Compiling pem_oth.cc
[293/819] Compiling mldsa.cc
[294/819] Compiling pem_info.cc
[295/819] Compiling obj.cc
[296/819] Compiling md4.cc
[297/819] Compiling poly_rq_mul.S
[298/819] Compiling lhash.cc
[299/819] Compiling fips_shared_support.cc
[300/819] Compiling md5.cc
[301/819] Compiling pem_all.cc
[302/819] Compiling mem.cc
[303/819] Compiling hrss.cc
[304/819] Compiling kyber.cc
[305/819] Compiling scrypt.cc
[306/819] Compiling ex_data.cc
[307/819] Compiling print.cc
[308/819] Compiling hpke.cc
[309/819] Compiling sign.cc
[311/819] Emitting module SwiftSyntax
[311/819] Compiling pbkdf.cc
[312/819] Compiling p_x25519.cc
[313/819] Compiling p_rsa.cc
[314/819] Compiling p_hkdf.cc
[315/819] Compiling p_x25519_asn1.cc
[316/819] Compiling p_rsa_asn1.cc
[317/819] Compiling p_ed25519_asn1.cc
[318/819] Compiling p_ed25519.cc
[319/819] Compiling p_dh_asn1.cc
[320/819] Compiling p_ec_asn1.cc
[321/819] Compiling p_dsa_asn1.cc
[322/819] Compiling p_ec.cc
[323/819] Compiling p_dh.cc
[324/819] Compiling evp_asn1.cc
[325/819] Compiling engine.cc
[326/819] Compiling evp.cc
[327/819] Compiling evp_ctx.cc
[328/819] Compiling ecdsa_asn1.cc
[329/819] Compiling err.cc
[330/819] Compiling hash_to_curve.cc
[331/819] Compiling dsa_asn1.cc
[332/819] Compiling ecdh_extra.cc
[333/819] Compiling ec_derive.cc
[334/819] Compiling params.cc
[335/819] Compiling dsa.cc
[336/819] Compiling ec_asn1.cc
[337/819] Compiling dh_asn1.cc
[338/819] Compiling x25519-asm-arm.S
[339/819] Compiling bcm.cc
[340/819] Compiling des.cc
[341/819] Compiling digest_extra.cc
[342/819] Compiling crypto.cc
[343/819] Compiling spake25519.cc
[344/819] Compiling cpu_arm_freebsd.cc
[345/819] Compiling cpu_arm_linux.cc
[346/819] Compiling cpu_intel.cc
[347/819] Compiling cpu_aarch64_win.cc
[348/819] Compiling curve25519.cc
[349/819] Compiling cpu_aarch64_openbsd.cc
[350/819] Compiling cpu_aarch64_sysreg.cc
[351/819] Compiling cpu_aarch64_linux.cc
[352/819] Compiling cpu_aarch64_fuchsia.cc
[353/819] Compiling curve25519_64_adx.cc
[354/819] Compiling cpu_aarch64_apple.cc
[355/819] Compiling tls_cbc.cc
[356/819] Compiling conf.cc
[357/819] Compiling e_rc2.cc
[358/819] Compiling e_rc4.cc
[359/819] Compiling e_tls.cc
[360/819] Compiling e_null.cc
[361/819] Compiling e_chacha20poly1305.cc
[362/819] Compiling e_des.cc
[363/819] Compiling derive_key.cc
[364/819] Compiling e_aesgcmsiv.cc
[365/819] Compiling e_aesctrhmac.cc
[366/819] Compiling unicode.cc
[367/819] Compiling cipher_extra.cc
[368/819] Compiling chacha.cc
[369/819] Compiling cbb.cc
[370/819] Compiling convert.cc
[371/819] Compiling ber.cc
[372/819] Compiling cbs.cc
[373/819] Compiling asn1_compat.cc
[374/819] Compiling buf.cc
[375/819] Compiling blake2.cc
[376/819] Compiling bn_asn1.cc
[377/819] Compiling printf.cc
[378/819] Compiling file.cc
[379/819] Compiling pair.cc
[380/819] Compiling hexdump.cc
[381/819] Compiling errno.cc
[382/819] Compiling bio_mem.cc
[383/819] Compiling fd.cc
[384/819] Compiling bio.cc
[385/819] Compiling base64.cc
[386/819] Compiling tasn_typ.cc
[387/819] Compiling tasn_utl.cc
[388/819] Compiling tasn_fre.cc
[389/819] Compiling tasn_new.cc
[390/819] Compiling tasn_enc.cc
[391/819] Compiling tasn_dec.cc
[392/819] Compiling posix_time.cc
[393/819] Compiling asn_pack.cc
[394/819] Compiling f_string.cc
[395/819] Compiling f_int.cc
[396/819] Compiling asn1_par.cc
[397/819] Compiling a_utctm.cc
[398/819] Compiling asn1_lib.cc
[399/819] Compiling a_type.cc
[400/819] Compiling a_time.cc
[401/819] Write sources
[403/819] Compiling a_octet.cc
[403/819] Compiling a_strnid.cc
[407/819] Compiling fiat_p256_adx_sqr.S
[408/819] Compiling fiat_p256_adx_mul.S
[409/819] Compiling a_object.cc
[410/819] Compiling md5-x86_64-linux.S
[411/819] Compiling fiat_curve25519_adx_square.S
[412/819] Compiling fiat_curve25519_adx_mul.S
[413/819] Compiling md5-x86_64-apple.S
[414/819] Compiling md5-586-linux.S
[415/819] Compiling CCryptoBoringSSLShims shims.c
[416/819] Compiling a_mbstr.cc
[417/819] Compiling a_strex.cc
[418/819] Compiling a_int.cc
[419/819] Compiling md5-586-apple.S
[420/827] Compiling chacha20_poly1305_x86_64-linux.S
[421/827] Compiling chacha20_poly1305_x86_64-apple.S
[422/827] Compiling err_data.cc
[423/827] Compiling chacha20_poly1305_armv8-win.S
[424/827] Compiling chacha20_poly1305_armv8-linux.S
[425/827] Compiling chacha20_poly1305_armv8-apple.S
[426/827] Compiling chacha-x86_64-linux.S
[427/827] Compiling chacha-x86_64-apple.S
[428/827] Compiling chacha-x86-apple.S
[429/827] Compiling chacha-x86-linux.S
[430/827] Compiling chacha-armv8-linux.S
[431/827] Compiling chacha-armv8-win.S
[432/827] Compiling chacha-armv4-linux.S
[433/827] Compiling aes128gcmsiv-x86_64-apple.S
[434/827] Compiling chacha-armv8-apple.S
[435/827] Compiling aes128gcmsiv-x86_64-linux.S
[436/827] Compiling x86_64-mont5-apple.S
[437/827] Compiling x86_64-mont5-linux.S
[438/827] Compiling x86_64-mont-linux.S
[439/827] Compiling x86_64-mont-apple.S
[440/827] Compiling x86-mont-linux.S
[441/827] Compiling vpaes-x86_64-linux.S
[442/827] Compiling vpaes-x86_64-apple.S
[443/827] Compiling x86-mont-apple.S
[444/827] Compiling vpaes-x86-linux.S
[445/827] Compiling vpaes-armv8-win.S
[446/827] Compiling vpaes-x86-apple.S
[447/827] Compiling vpaes-armv7-linux.S
[448/827] Compiling vpaes-armv8-linux.S
[449/827] Compiling vpaes-armv8-apple.S
[450/827] Compiling sha512-x86_64-linux.S
[451/827] Compiling sha512-armv8-apple.S
[452/827] Compiling sha512-x86_64-apple.S
[452/827] Compiling sha512-armv4-linux.S
[452/827] Compiling sha512-armv8-win.S
[452/827] Compiling sha512-armv8-linux.S
[456/827] Compiling sha512-586-apple.S
[457/827] Compiling sha512-586-linux.S
[458/827] Compiling sha256-x86_64-linux.S
[459/827] Compiling sha256-armv8-linux.S
[460/827] Compiling sha256-armv8-win.S
[461/827] Compiling sha256-x86_64-apple.S
[462/827] Compiling sha1-x86_64-linux.S
[463/827] Compiling sha256-armv8-apple.S
[464/827] Compiling sha256-586-linux.S
[465/827] Compiling sha256-586-apple.S
[466/827] Compiling sha256-armv4-linux.S
[467/827] Compiling sha1-x86_64-apple.S
[468/827] Compiling sha1-armv8-win.S
[469/827] Compiling sha1-armv8-apple.S
[470/827] Compiling sha1-armv8-linux.S
[471/827] Compiling sha1-586-linux.S
[471/827] Compiling sha1-armv4-large-linux.S
[473/827] Compiling sha1-586-apple.S
[474/827] Compiling rdrand-x86_64-linux.S
[475/827] Compiling rsaz-avx2-apple.S
[476/827] Compiling rsaz-avx2-linux.S
[477/827] Compiling rdrand-x86_64-apple.S
[478/827] Compiling p256_beeu-x86_64-asm-apple.S
[478/827] Compiling p256_beeu-armv8-asm-win.S
[480/827] Compiling p256_beeu-x86_64-asm-linux.S
[481/827] Compiling p256_beeu-armv8-asm-linux.S
[482/827] Compiling p256_beeu-armv8-asm-apple.S
[483/827] Compiling p256-armv8-asm-linux.S
[484/827] Compiling p256-armv8-asm-apple.S
[485/827] Compiling p256-x86_64-asm-linux.S
[486/827] Compiling p256-x86_64-asm-apple.S
[486/827] Compiling p256-armv8-asm-win.S
[488/827] Compiling ghashv8-armv8-win.S
[489/827] Compiling ghashv8-armv8-linux.S
[490/827] Compiling ghashv8-armv8-apple.S
[491/827] Compiling ghashv8-armv7-linux.S
[492/827] Compiling ghash-x86_64-linux.S
[493/827] Compiling ghash-x86_64-apple.S
[494/827] Compiling ghash-x86-linux.S
[495/827] Compiling ghash-x86-apple.S
[496/827] Compiling ghash-ssse3-x86_64-linux.S
[497/827] Compiling ghash-ssse3-x86-linux.S
[498/827] Compiling ghash-ssse3-x86_64-apple.S
[499/827] Compiling ghash-ssse3-x86-apple.S
[500/827] Compiling ghash-neon-armv8-apple.S
[501/827] Compiling ghash-neon-armv8-win.S
[502/827] Compiling ghash-neon-armv8-linux.S
[503/827] Compiling co-586-apple.S
[504/827] Compiling co-586-linux.S
[505/827] Compiling ghash-armv4-linux.S
[506/827] Compiling bsaes-armv7-linux.S
[507/827] Compiling bn-armv8-win.S
[508/827] Compiling bn-armv8-apple.S
[509/827] Compiling armv8-mont-win.S
[510/827] Compiling bn-armv8-linux.S
[511/827] Compiling bn-586-apple.S
[512/827] Compiling bn-586-linux.S
[513/827] Compiling armv8-mont-linux.S
[514/827] Compiling armv8-mont-apple.S
[515/827] Compiling armv4-mont-linux.S
[516/827] Compiling aesv8-gcm-armv8-win.S
[517/827] Compiling aesv8-gcm-armv8-apple.S
[518/827] Compiling aesv8-gcm-armv8-linux.S
[519/827] Compiling aesv8-armv8-win.S
[520/827] Compiling aesv8-armv8-linux.S
[521/827] Compiling aesv8-armv8-apple.S
[522/827] Compiling aesni-x86_64-apple.S
[523/827] Compiling aesni-x86_64-linux.S
[524/827] Compiling aesv8-armv7-linux.S
[526/827] Compiling CryptoBoringWrapper RandomBytes.swift
[526/827] Compiling aesni-x86-apple.S
[527/827] Compiling aesni-gcm-x86_64-linux.S
[528/827] Compiling aesni-x86-linux.S
[529/827] Compiling aes-gcm-avx10-x86_64-linux.S
[530/827] Compiling aesni-gcm-x86_64-apple.S
[531/827] Compiling aes-gcm-avx10-x86_64-apple.S
[533/827] Emitting module CryptoBoringWrapper
[534/827] Compiling CryptoBoringWrapper EllipticCurve.swift
[535/827] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[535/827] Compiling x_x509.cc
[536/827] Compiling x_req.cc
[537/827] Compiling x_spki.cc
[539/827] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[540/827] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[540/827] Compiling x_val.cc
[542/827] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[543/827] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[543/827] Compiling x_sig.cc
[544/828] Compiling x_x509a.cc
[546/828] Compiling x_pubkey.cc
[547/828] Compiling x_name.cc
[548/828] Compiling x_crl.cc
[549/899] Compiling x_exten.cc
[550/899] Compiling x_attrib.cc
[551/899] Compiling x_all.cc
[552/899] Compiling x_algor.cc
[553/899] Compiling x509name.cc
[554/899] Compiling x509spki.cc
[555/899] Compiling x509rset.cc
[556/899] Compiling x509cset.cc
[557/899] Compiling x509_vpm.cc
[558/899] Compiling x509_trs.cc
[560/899] Compiling Crypto SymmetricKeys.swift
[561/899] Compiling Crypto HMAC.swift
[562/899] Compiling Crypto MACFunctions.swift
[563/899] Compiling Crypto MessageAuthenticationCode.swift
[564/899] Compiling Crypto AES.swift
[565/899] Compiling Crypto ECDSASignature_boring.swift
[566/899] Compiling Crypto ECDSA_boring.swift
[567/899] Compiling Crypto EdDSA_boring.swift
[568/899] Compiling Crypto ECDSA.swift
[569/899] Compiling Crypto Ed25519.swift
[569/908] Compiling x509_v3.cc
[570/908] Compiling x509_vfy.cc
[571/908] Compiling x509_txt.cc
[573/908] Compiling Crypto HKDF.swift
[574/908] Compiling Crypto AESWrap.swift
[575/908] Compiling Crypto AESWrap_boring.swift
[576/908] Compiling Crypto Ed25519_boring.swift
[577/908] Compiling Crypto NISTCurvesKeys_boring.swift
[578/908] Compiling Crypto X25519Keys_boring.swift
[579/908] Compiling Crypto Curve25519.swift
[580/908] Compiling Crypto Ed25519Keys.swift
[581/908] Compiling Crypto NISTCurvesKeys.swift
[582/908] Compiling Crypto X25519Keys.swift
[583/908] Compiling Crypto AES-GCM.swift
[584/908] Compiling Crypto AES-GCM_boring.swift
[585/908] Compiling Crypto ChaChaPoly_boring.swift
[586/908] Compiling Crypto ChaChaPoly.swift
[587/908] Compiling Crypto Cipher.swift
[588/908] Compiling Crypto Nonces.swift
[589/908] Compiling Crypto ASN1.swift
[590/908] Compiling Crypto ASN1Any.swift
[591/908] Compiling Crypto ASN1BitString.swift
[592/908] Compiling Crypto ASN1Boolean.swift
[593/908] Compiling Crypto ASN1Identifier.swift
[594/908] Compiling Crypto ASN1Integer.swift
[595/908] Compiling Crypto ASN1Null.swift
[596/908] Compiling Crypto ASN1OctetString.swift
[597/908] Compiling Crypto ASN1Strings.swift
[598/908] Compiling Crypto ArraySliceBigint.swift
[599/908] Compiling Crypto GeneralizedTime.swift
[600/908] Compiling Crypto ObjectIdentifier.swift
[601/908] Compiling Crypto ECDSASignature.swift
[602/908] Compiling Crypto PEMDocument.swift
[603/908] Emitting module Crypto
[604/908] Compiling Crypto PKCS8PrivateKey.swift
[605/908] Compiling Crypto SEC1PrivateKey.swift
[606/908] Compiling Crypto SubjectPublicKeyInfo.swift
[607/908] Compiling Crypto CryptoKitErrors.swift
[608/908] Compiling Crypto Digest_boring.swift
[609/908] Compiling Crypto Digest.swift
[610/908] Compiling Crypto Digests.swift
[611/908] Compiling Crypto HashFunctions.swift
[612/908] Compiling Crypto HashFunctions_SHA2.swift
[613/908] Compiling Crypto HPKE-AEAD.swift
[614/908] Compiling Crypto HPKE-Ciphersuite.swift
[615/908] Compiling Crypto HPKE-KDF.swift
[616/908] Compiling Crypto HPKE-KexKeyDerivation.swift
[617/908] Compiling Crypto HPKE-LabeledExtract.swift
[618/908] Compiling Crypto HPKE-Utils.swift
[619/908] Compiling Crypto DHKEM.swift
[620/908] Compiling Crypto HPKE-KEM-Curve25519.swift
[621/908] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[622/908] Compiling Crypto HPKE-KEM.swift
[623/908] Compiling Crypto HPKE-Errors.swift
[624/908] Compiling Crypto HPKE.swift
[625/908] Compiling Crypto HPKE-Context.swift
[626/908] Compiling Crypto HPKE-KeySchedule.swift
[627/908] Compiling Crypto HPKE-Modes.swift
[628/908] Compiling Crypto Insecure.swift
[629/908] Compiling Crypto Insecure_HashFunctions.swift
[630/908] Compiling Crypto KEM.swift
[631/908] Compiling Crypto ECDH_boring.swift
[632/908] Compiling Crypto DH.swift
[633/908] Compiling Crypto ECDH.swift
[633/908] Compiling x509_lu.cc
[634/908] Compiling x509_set.cc
[635/908] Compiling x509_ext.cc
[636/908] Compiling x509_obj.cc
[637/908] Compiling x509_req.cc
[638/908] Compiling x509_def.cc
[640/908] Compiling Crypto Signature.swift
[641/908] Compiling Crypto CryptoKitErrors_boring.swift
[642/908] Compiling Crypto RNG_boring.swift
[643/908] Compiling Crypto SafeCompare_boring.swift
[644/908] Compiling Crypto Zeroization_boring.swift
[645/908] Compiling Crypto PrettyBytes.swift
[646/908] Compiling Crypto SafeCompare.swift
[647/908] Compiling Crypto SecureBytes.swift
[648/908] Compiling Crypto Zeroization.swift
[649/909] Compiling v3_skey.cc
[650/909] Compiling x509_cmp.cc
[651/909] Compiling x509_d2.cc
[652/909] Compiling x509.cc
[653/909] Compiling x509_att.cc
[654/909] Compiling v3_utl.cc
[655/909] Compiling v3_prn.cc
[656/909] Compiling v3_pmaps.cc
[657/909] Compiling v3_purp.cc
[658/909] Compiling v3_pcons.cc
[659/909] Compiling v3_int.cc
[660/909] Compiling v3_ocsp.cc
[661/909] Compiling v3_lib.cc
[662/909] Compiling v3_ncons.cc
[663/909] Compiling v3_ia5.cc
[664/909] Compiling v3_info.cc
[665/909] Compiling v3_genn.cc
[666/909] Compiling v3_extku.cc
[667/909] Compiling v3_conf.cc
[668/909] Compiling v3_enum.cc
[669/909] Compiling v3_crld.cc
[670/909] Compiling v3_cpols.cc
[671/909] Compiling v3_bitst.cc
[672/909] Compiling v3_bcons.cc
[673/909] Compiling v3_alt.cc
[692/909] Compiling v3_akeya.cc
[693/909] Compiling v3_akey.cc
[694/909] Compiling t_req.cc
[695/909] Compiling t_x509a.cc
[696/909] Compiling rsa_pss.cc
[697/909] Compiling t_x509.cc
[698/909] Compiling t_crl.cc
[699/909] Compiling name_print.cc
[700/909] Compiling i2d_pr.cc
[701/909] Compiling policy.cc
[702/909] Compiling by_file.cc
[703/909] Compiling by_dir.cc
[704/909] Compiling asn1_gen.cc
[705/909] Compiling algorithm.cc
[706/909] Compiling a_verify.cc
[707/909] Compiling a_sign.cc
[708/909] Compiling a_digest.cc
[709/909] Compiling voprf.cc
[710/909] Compiling thread_pthread.cc
[711/909] Compiling thread_none.cc
[712/909] Compiling thread_win.cc
[713/909] Compiling pmbtoken.cc
[714/909] Compiling trust_token.cc
[715/909] Compiling stack.cc
[716/909] Compiling thread.cc
[717/909] Compiling merkle.cc
[718/909] Compiling fors.cc
[719/909] Compiling thash.cc
[720/909] Compiling wots.cc
[721/909] Compiling siphash.cc
[722/909] Compiling sha1.cc
[723/909] Compiling slhdsa.cc
[724/909] Compiling sha512.cc
[725/909] Compiling sha256.cc
[726/909] Compiling rsa_print.cc
[727/909] Compiling rsa_extra.cc
[728/909] Compiling refcount.cc
[729/909] Compiling rsa_crypt.cc
[730/909] Compiling urandom.cc
[731/909] Compiling windows.cc
[731/909] Compiling trusty.cc
[733/909] Compiling rc4.cc
[734/909] Compiling rsa_asn1.cc
[735/909] Compiling rand_extra.cc
[736/909] Compiling passive.cc
[737/909] Compiling ios.cc
[738/909] Compiling poly1305_arm_asm.S
[739/909] Compiling deterministic.cc
[739/909] Compiling fork_detect.cc
[739/909] Compiling forkunsafe.cc
[739/909] Compiling pool.cc
[739/909] Compiling poly1305_vec.cc
[744/909] Compiling getentropy.cc
[745/909] Compiling poly1305_arm.cc
[746/909] Compiling poly1305.cc
[747/909] Compiling pkcs8.cc
[748/909] Compiling pkcs8_x509.cc
[749/909] Compiling pkcs7_x509.cc
[750/909] Compiling pkcs7.cc
[751/909] Compiling p5_pbev2.cc
[752/909] Compiling pem_oth.cc
[753/909] Compiling pem_xaux.cc
[754/909] Compiling pem_x509.cc
[755/909] Compiling pem_pk8.cc
[756/909] Compiling obj_xref.cc
[757/909] Compiling pem_pkey.cc
[758/909] Compiling obj.cc
[759/909] Compiling pem_lib.cc
[760/909] Compiling mem.cc
[761/909] Compiling pem_all.cc
[762/909] Compiling mlkem.cc
[763/909] Compiling pem_info.cc
[764/909] Compiling mldsa.cc
[765/909] Compiling poly_rq_mul.S
[766/909] Compiling kyber.cc
[767/909] Compiling md5.cc
[767/909] Compiling md4.cc
[769/909] Compiling fips_shared_support.cc
[770/909] Compiling ex_data.cc
[771/909] Compiling lhash.cc
[772/909] Compiling print.cc
[773/909] Compiling hrss.cc
[774/909] Compiling pbkdf.cc
[775/909] Compiling sign.cc
[776/909] Compiling scrypt.cc
[777/909] Compiling hpke.cc
[778/909] Compiling p_rsa_asn1.cc
[779/909] Compiling p_x25519.cc
[780/909] Compiling p_x25519_asn1.cc
[781/909] Compiling p_hkdf.cc
[782/909] Compiling p_ed25519_asn1.cc
[783/909] Compiling p_rsa.cc
[784/909] Compiling p_ed25519.cc
[785/909] Compiling p_ec_asn1.cc
[786/909] Compiling p_ec.cc
[787/909] Compiling p_dsa_asn1.cc
[788/909] Compiling p_dh_asn1.cc
[789/909] Compiling p_dh.cc
[790/909] Compiling evp.cc
[791/909] Compiling evp_ctx.cc
[792/909] Compiling evp_asn1.cc
[793/909] Compiling err.cc
[794/909] Compiling engine.cc
[795/909] Compiling ecdh_extra.cc
[796/909] Compiling ecdsa_asn1.cc
[797/909] Compiling hash_to_curve.cc
[798/909] Compiling ec_derive.cc
[799/909] Compiling bcm.cc
[800/909] Compiling ec_asn1.cc
[801/909] Compiling dh_asn1.cc
[802/909] Compiling des.cc
[803/909] Compiling dsa.cc
[804/909] Compiling dsa_asn1.cc
[805/909] Compiling digest_extra.cc
[806/909] Compiling params.cc
[807/909] Compiling x25519-asm-arm.S
[808/909] Compiling cpu_arm_freebsd.cc
[809/909] Compiling curve25519_64_adx.cc
[810/909] Compiling spake25519.cc
[811/909] Compiling curve25519.cc
[812/909] Compiling cpu_arm_linux.cc
[813/909] Compiling crypto.cc
[814/909] Compiling cpu_intel.cc
[815/909] Compiling cpu_aarch64_linux.cc
[816/909] Compiling cpu_aarch64_openbsd.cc
[817/909] Compiling cpu_aarch64_win.cc
[818/909] Compiling cpu_aarch64_sysreg.cc
[819/909] Compiling cpu_aarch64_apple.cc
[820/909] Compiling cpu_aarch64_fuchsia.cc
[821/909] Compiling conf.cc
[822/909] Compiling e_null.cc
[823/909] Compiling tls_cbc.cc
[824/909] Compiling e_tls.cc
[825/909] Compiling e_rc2.cc
[826/909] Compiling e_rc4.cc
[827/909] Compiling e_des.cc
[828/909] Compiling e_chacha20poly1305.cc
[829/909] Compiling e_aesctrhmac.cc
[830/909] Compiling e_aesgcmsiv.cc
[831/909] Compiling chacha.cc
[832/909] Compiling cipher_extra.cc
[833/909] Compiling derive_key.cc
[834/909] Compiling cbs.cc
[835/909] Compiling unicode.cc
[836/909] Compiling convert.cc
[837/909] Compiling buf.cc
[838/909] Compiling cbb.cc
[839/909] Compiling blake2.cc
[840/909] Compiling asn1_compat.cc
[841/909] Compiling hexdump.cc
[842/909] Compiling bn_asn1.cc
[843/909] Compiling ber.cc
[844/909] Compiling pair.cc
[845/909] Compiling printf.cc
[846/909] Compiling file.cc
[847/909] Compiling tasn_typ.cc
[848/909] Compiling errno.cc
[849/909] Compiling fd.cc
[850/909] Compiling bio.cc
[851/909] Compiling bio_mem.cc
[852/909] Compiling base64.cc
[859/909] Compiling tasn_utl.cc
[860/909] Compiling tasn_new.cc
[861/909] Compiling tasn_fre.cc
[862/909] Compiling posix_time.cc
[863/909] Compiling f_string.cc
[864/909] Compiling tasn_enc.cc
[865/909] Compiling f_int.cc
[866/909] Compiling tasn_dec.cc
[867/909] Compiling asn1_lib.cc
[868/909] Compiling asn_pack.cc
[869/909] Compiling a_utctm.cc
[870/909] Compiling asn1_par.cc
[871/909] Compiling a_type.cc
[872/909] Compiling a_octet.cc
[873/909] Compiling a_time.cc
[874/909] Compiling a_strnid.cc
[875/909] Compiling a_strex.cc
[876/909] Compiling a_mbstr.cc
[877/909] Compiling a_object.cc
[878/909] Compiling a_i2d_fp.cc
[879/909] Compiling a_int.cc
[880/909] Compiling a_dup.cc
[881/909] Compiling a_gentm.cc
[882/909] Compiling a_d2i_fp.cc
[884/917] Compiling CryptoBoringWrapper RandomBytes.swift
[885/917] Emitting module CryptoBoringWrapper
[886/917] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[887/917] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[888/917] Compiling CryptoBoringWrapper EllipticCurve.swift
[889/917] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[890/917] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[891/917] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[892/918] Wrapping AST for CryptoBoringWrapper for debugging
[894/989] Compiling Crypto HPKE-Ciphersuite.swift
[895/989] Compiling Crypto HPKE-KDF.swift
[896/989] Compiling Crypto HPKE-KexKeyDerivation.swift
[897/989] Compiling Crypto HPKE-LabeledExtract.swift
[898/989] Compiling Crypto HPKE-Utils.swift
[899/989] Compiling Crypto DHKEM.swift
[900/989] Compiling Crypto HPKE-KEM-Curve25519.swift
[901/989] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[902/989] Compiling Crypto HPKE-KEM.swift
[903/989] Compiling Crypto HPKE-Errors.swift
[904/998] Emitting module Crypto
[905/998] Compiling Crypto HPKE.swift
[906/998] Compiling Crypto HPKE-Context.swift
[907/998] Compiling Crypto HPKE-KeySchedule.swift
[908/998] Compiling Crypto HPKE-Modes.swift
[909/998] Compiling Crypto Insecure.swift
[910/998] Compiling Crypto Insecure_HashFunctions.swift
[911/998] Compiling Crypto KEM.swift
[912/998] Compiling Crypto ECDH_boring.swift
[913/998] Compiling Crypto DH.swift
[914/998] Compiling Crypto ECDH.swift
[915/998] Compiling Crypto SymmetricKeys.swift
[916/998] Compiling Crypto HMAC.swift
[917/998] Compiling Crypto MACFunctions.swift
[918/998] Compiling Crypto MessageAuthenticationCode.swift
[919/998] Compiling Crypto AES.swift
[920/998] Compiling Crypto ECDSASignature_boring.swift
[921/998] Compiling Crypto ECDSA_boring.swift
[922/998] Compiling Crypto EdDSA_boring.swift
[923/998] Compiling Crypto ECDSA.swift
[924/998] Compiling Crypto Ed25519.swift
[925/998] Compiling Crypto HKDF.swift
[926/998] Compiling Crypto AESWrap.swift
[927/998] Compiling Crypto AESWrap_boring.swift
[928/998] Compiling Crypto Ed25519_boring.swift
[929/998] Compiling Crypto NISTCurvesKeys_boring.swift
[930/998] Compiling Crypto X25519Keys_boring.swift
[931/998] Compiling Crypto Curve25519.swift
[932/998] Compiling Crypto Ed25519Keys.swift
[933/998] Compiling Crypto NISTCurvesKeys.swift
[934/998] Compiling Crypto X25519Keys.swift
[935/998] Compiling Crypto PKCS8PrivateKey.swift
[936/998] Compiling Crypto SEC1PrivateKey.swift
[937/998] Compiling Crypto SubjectPublicKeyInfo.swift
[938/998] Compiling Crypto CryptoKitErrors.swift
[939/998] Compiling Crypto Digest_boring.swift
[940/998] Compiling Crypto Digest.swift
[941/998] Compiling Crypto Digests.swift
[942/998] Compiling Crypto HashFunctions.swift
[943/998] Compiling Crypto HashFunctions_SHA2.swift
[944/998] Compiling Crypto HPKE-AEAD.swift
[945/998] Compiling Crypto AES-GCM.swift
[946/998] Compiling Crypto AES-GCM_boring.swift
[947/998] Compiling Crypto ChaChaPoly_boring.swift
[948/998] Compiling Crypto ChaChaPoly.swift
[949/998] Compiling Crypto Cipher.swift
[950/998] Compiling Crypto Nonces.swift
[951/998] Compiling Crypto ASN1.swift
[952/998] Compiling Crypto ASN1Any.swift
[953/998] Compiling Crypto ASN1BitString.swift
[954/998] Compiling Crypto ASN1Boolean.swift
[955/998] Compiling Crypto ASN1Identifier.swift
[956/998] Compiling Crypto ASN1Integer.swift
[957/998] Compiling Crypto ASN1Null.swift
[958/998] Compiling Crypto ASN1OctetString.swift
[959/998] Compiling Crypto ASN1Strings.swift
[960/998] Compiling Crypto ArraySliceBigint.swift
[961/998] Compiling Crypto GeneralizedTime.swift
[962/998] Compiling Crypto ObjectIdentifier.swift
[963/998] Compiling Crypto ECDSASignature.swift
[964/998] Compiling Crypto PEMDocument.swift
[965/998] Compiling Crypto Signature.swift
[966/998] Compiling Crypto CryptoKitErrors_boring.swift
[967/998] Compiling Crypto RNG_boring.swift
[968/998] Compiling Crypto SafeCompare_boring.swift
[969/998] Compiling Crypto Zeroization_boring.swift
[970/998] Compiling Crypto PrettyBytes.swift
[971/998] Compiling Crypto SafeCompare.swift
[972/998] Compiling Crypto SecureBytes.swift
[973/998] Compiling Crypto Zeroization.swift
[974/999] Wrapping AST for Crypto for debugging
[982/1000] Wrapping AST for SwiftSyntax for debugging
[984/1051] Compiling SwiftDiagnostics Diagnostic.swift
[985/1051] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[986/1051] Compiling SwiftDiagnostics Message.swift
[987/1051] Compiling SwiftDiagnostics Note.swift
[988/1051] Compiling SwiftBasicFormat Syntax+Extensions.swift
[989/1051] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[990/1051] Compiling SwiftDiagnostics FixIt.swift
[991/1051] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[992/1051] Emitting module SwiftDiagnostics
[993/1051] Compiling SwiftDiagnostics Convenience.swift
[994/1051] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[995/1052] Wrapping AST for SwiftDiagnostics for debugging
[997/1052] Compiling SwiftBasicFormat BasicFormat.swift
[998/1052] Emitting module SwiftBasicFormat
[999/1053] Wrapping AST for SwiftBasicFormat for debugging
[1001/1053] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1002/1053] Compiling SwiftParser StringLiterals.swift
[1003/1053] Compiling SwiftParser SwiftParserCompatibility.swift
[1004/1053] Compiling SwiftParser SyntaxUtils.swift
[1005/1053] Compiling SwiftParser TokenConsumer.swift
[1006/1058] Emitting module SwiftParser
[1007/1058] Compiling SwiftParser Lexer.swift
[1008/1058] Compiling SwiftParser RegexLiteralLexer.swift
[1009/1058] Compiling SwiftParser UnicodeScalarExtensions.swift
[1010/1058] Compiling SwiftParser Lookahead.swift
[1011/1058] Compiling SwiftParser LoopProgressCondition.swift
[1012/1058] Compiling SwiftParser TokenPrecedence.swift
[1013/1058] Compiling SwiftParser TokenSpec.swift
[1014/1058] Compiling SwiftParser TokenSpecSet.swift
[1015/1058] Compiling SwiftParser TopLevel.swift
[1016/1058] Compiling SwiftParser TriviaParser.swift
[1017/1058] Compiling SwiftParser Modifiers.swift
[1018/1058] Compiling SwiftParser Names.swift
[1019/1058] Compiling SwiftParser Nominals.swift
[1020/1058] Compiling SwiftParser Parameters.swift
[1021/1058] Compiling SwiftParser ParseSourceFile.swift
[1022/1058] Compiling SwiftParser Parser.swift
[1023/1058] Compiling SwiftParser Patterns.swift
[1024/1058] Compiling SwiftParser Recovery.swift
[1025/1058] Compiling SwiftParser Specifiers.swift
[1026/1058] Compiling SwiftParser Statements.swift
[1027/1058] Compiling SwiftParser ExperimentalFeatures.swift
[1028/1058] Compiling SwiftParser Expressions.swift
[1029/1058] Compiling SwiftParser IncrementalParseTransition.swift
[1030/1058] Compiling SwiftParser Cursor.swift
[1031/1058] Compiling SwiftParser Lexeme.swift
[1032/1058] Compiling SwiftParser LexemeSequence.swift
[1033/1058] Compiling SwiftParser Attributes.swift
[1034/1058] Compiling SwiftParser Availability.swift
[1035/1058] Compiling SwiftParser CharacterInfo.swift
[1036/1058] Compiling SwiftParser CollectionNodes+Parsable.swift
[1037/1058] Compiling SwiftParser Declarations.swift
[1038/1058] Compiling SwiftParser Directives.swift
[1039/1058] Compiling SwiftParser Types.swift
[1040/1058] Compiling SwiftParser IsLexerClassified.swift
[1041/1058] Compiling SwiftParser LayoutNodes+Parsable.swift
[1042/1058] Compiling SwiftParser Parser+TokenSpecSet.swift
[1043/1058] Compiling SwiftParser TokenSpecStaticMembers.swift
[1044/1059] Wrapping AST for SwiftParser for debugging
[1046/1082] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1047/1083] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1048/1083] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1049/1084] Compiling SwiftOperators OperatorTable.swift
[1050/1084] Compiling SwiftOperators PrecedenceGroup.swift
[1051/1084] Compiling SwiftOperators PrecedenceGraph.swift
[1052/1084] Emitting module SwiftOperators
[1053/1084] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1054/1084] Compiling SwiftOperators OperatorTable+Semantics.swift
[1055/1084] Compiling SwiftOperators SyntaxSynthesis.swift
[1056/1084] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1057/1084] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1058/1084] Compiling SwiftOperators OperatorTable+Folding.swift
[1060/1085] Emitting module SwiftParserDiagnostics
[1062/1085] Wrapping AST for SwiftOperators for debugging
[1064/1085] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1065/1085] Compiling SwiftParserDiagnostics Utils.swift
[1066/1085] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1067/1085] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1068/1085] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1069/1085] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1070/1085] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1073/1086] Wrapping AST for SwiftParserDiagnostics for debugging
[1075/1100] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1076/1100] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1077/1100] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1078/1100] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1079/1100] Compiling SwiftSyntaxBuilder Indenter.swift
[1080/1100] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1081/1100] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1082/1100] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1083/1100] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1084/1100] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1085/1101] Emitting module SwiftSyntaxBuilder
[1086/1101] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1087/1101] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1088/1101] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1089/1101] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1090/1102] Wrapping AST for SwiftSyntaxBuilder for debugging
[1092/1116] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1093/1116] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1094/1117] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1095/1117] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1096/1117] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1097/1117] Compiling SwiftSyntaxMacros Macro+Format.swift
[1098/1117] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1099/1117] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1100/1117] Emitting module SwiftSyntaxMacros
[1101/1117] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1102/1117] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1103/1117] Compiling SwiftSyntaxMacros Macro.swift
[1104/1117] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1105/1117] Compiling SwiftSyntaxMacros MemberMacro.swift
[1106/1117] Compiling SwiftSyntaxMacros PeerMacro.swift
[1107/1118] Wrapping AST for SwiftSyntaxMacros for debugging
[1109/1126] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1110/1126] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1111/1126] Emitting module SwiftSyntaxMacroExpansion
[1112/1126] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1113/1126] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1114/1126] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1115/1126] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1116/1126] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1117/1127] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1119/1134] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1120/1134] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1121/1134] Emitting module SwiftCompilerPluginMessageHandling
[1122/1134] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1123/1134] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1124/1134] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1125/1134] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1126/1135] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1128/1137] Emitting module SwiftCompilerPlugin
[1129/1137] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1130/1138] Wrapping AST for SwiftCompilerPlugin for debugging
[1132/1141] Emitting module PlugMacros
[1133/1141] Compiling PlugMacros Export.swift
[1134/1141] Compiling PlugMacros Macro.swift
[1135/1142] Wrapping AST for PlugMacros for debugging
[1136/1142] Write Objects.LinkFileList
[1137/1142] Linking PlugMacros-tool
[1139/1156] Compiling Plug PluginManager.swift
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:22: error: cannot find 'dlopen' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'dlopen' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:35: error: cannot find 'RTLD_NOW' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'RTLD_NOW' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:46: error: cannot find 'RTLD_LOCAL' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'RTLD_LOCAL' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:105:69: error: cannot find 'dlerror' in scope
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
| `- error: cannot find 'dlerror' in scope
106 | }
107 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:108:22: error: cannot find 'dlsym' in scope
106 | }
107 |
108 | let symbol = dlsym(handle, PluginManager.initSymbol)
| `- error: cannot find 'dlsym' in scope
109 | if symbol == nil {
110 | throw PluginError.loadingSymbolNotFound(sym: PluginManager.initSymbol)
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:113:28: error: generic parameter 'T' could not be inferred
111 | }
112 |
113 | let initFunction = unsafeBitCast(symbol!, to: InitFunction.self)
| `- error: generic parameter 'T' could not be inferred
114 | let pointer = initFunction()
115 | let builder: PluginBuilder = Unmanaged<PluginBuilder>.fromOpaque(pointer).takeRetainedValue()
Swift.unsafeBitCast:1:24: note: in call to function 'unsafeBitCast(_:to:)'
1 | @inlinable public func unsafeBitCast<T, U>(_ x: T, to type: U.Type) -> U
| `- note: in call to function 'unsafeBitCast(_:to:)'
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:151:35: error: cannot find 'extensionName' in scope
149 | let files = try FileManager.default.contentsOfDirectory(atPath: path)
150 | for file in files {
151 | if file.hasSuffix(".\(extensionName)") {
| `- error: cannot find 'extensionName' in scope
152 | try await loadPlugin(path: "\(path)/\(file)", closure: closure)
153 | }
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:164:47: error: cannot find 'extensionName' in scope
162 | /// - Throws: `PluginError` if the plugin could not be loaded (or if it is already loaded).
163 | public func loadPlugin(pathWithoutExtension path: String, closure: ((LoadedPluginBuilder) async -> Void)? = nil) async throws {
164 | try await loadPlugin(path: "\(path).\(extensionName)", closure: closure)
| `- error: cannot find 'extensionName' in scope
165 | }
166 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:173:13: error: cannot find 'dlclose' in scope
171 | if let index = loadedPlugins.firstIndex(where: { closure($0.details) }) {
172 | loadedPlugins[index].builder.destroy()
173 | dlclose(loadedPlugins[index].dylibReference)
| `- error: cannot find 'dlclose' in scope
174 | loadedPlugins.remove(at: index)
175 | }
[1140/1156] Emitting module Plug
[1141/1156] Compiling Plug PluginInterface.swift
[1142/1156] Compiling Plug PluginDetails+Misc.swift
[1143/1156] Compiling Plug Macro.swift
[1144/1156] Compiling Plug PluginBuilder.swift
[1145/1156] Compiling Plug PluginInterface.swift
[1146/1156] Compiling Plug PluginIntegrity.swift
[1147/1156] Compiling Plug PluginDetails+Misc.swift
[1148/1156] Compiling Plug Macro.swift
[1149/1156] Compiling Plug PluginBuilder.swift
[1150/1156] Emitting module Plug
[1151/1156] Compiling Plug PluginManager.swift
[1152/1156] Compiling Plug PluginIntegrity.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write swift-version-24593BA9C3E375BF.txt
[4/42] Compiling SwiftSyntax509 Empty.swift
[5/42] Emitting module SwiftSyntax509
[6/43] Compiling CryptoBoringWrapper RandomBytes.swift
[8/42] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[10/42] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[11/42] Compiling CryptoBoringWrapper RandomBytes.swift
[12/42] Emitting module CryptoBoringWrapper
[13/42] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[14/42] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[15/42] Compiling CryptoBoringWrapper EllipticCurve.swift
[16/42] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[17/42] Emitting module CryptoBoringWrapper
[18/42] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[20/87] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[21/87] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[22/87] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[23/87] Compiling CryptoBoringWrapper EllipticCurve.swift
[25/230] Compiling Crypto ObjectIdentifier.swift
[26/230] Compiling Crypto ECDSASignature.swift
[27/230] Compiling Crypto PEMDocument.swift
[28/230] Compiling Crypto AES-GCM.swift
[29/230] Compiling Crypto AES-GCM_boring.swift
[30/230] Compiling Crypto ChaChaPoly_boring.swift
[31/230] Compiling Crypto ChaChaPoly.swift
[36/236] Compiling Crypto Cipher.swift
[37/236] Compiling Crypto Nonces.swift
[38/236] Compiling Crypto ASN1.swift
[39/236] Compiling Crypto ASN1Any.swift
[40/236] Compiling Crypto ASN1BitString.swift
[41/236] Compiling Crypto ASN1Boolean.swift
[42/245] Compiling Crypto HKDF.swift
[43/245] Compiling Crypto AESWrap.swift
[44/245] Compiling Crypto AESWrap_boring.swift
[45/245] Compiling Crypto Ed25519_boring.swift
[46/245] Compiling SwiftSyntax SyntaxDeclNodes.swift
[47/245] Compiling SwiftSyntax SyntaxExprNodes.swift
[48/245] Compiling SwiftSyntax SyntaxNodes.swift
[49/245] Compiling SwiftSyntax SyntaxPatternNodes.swift
[50/245] Compiling SwiftSyntax SyntaxStmtNodes.swift
[51/245] Compiling SwiftSyntax SyntaxTypeNodes.swift
[52/245] Compiling Crypto SymmetricKeys.swift
[53/245] Compiling Crypto HMAC.swift
[54/245] Compiling Crypto MACFunctions.swift
[55/245] Compiling Crypto MessageAuthenticationCode.swift
[56/245] Compiling Crypto AES.swift
[57/245] Compiling Crypto ECDSASignature_boring.swift
[58/245] Compiling Crypto ECDSA_boring.swift
[59/245] Compiling Crypto EdDSA_boring.swift
[60/245] Compiling Crypto ECDSA.swift
[61/245] Compiling Crypto Ed25519.swift
[72/254] Compiling Crypto HPKE-Ciphersuite.swift
[73/254] Compiling Crypto HPKE-KDF.swift
[74/254] Compiling Crypto HPKE-KexKeyDerivation.swift
[75/254] Compiling Crypto HPKE-LabeledExtract.swift
[76/254] Compiling Crypto HPKE-Utils.swift
[77/254] Compiling Crypto DHKEM.swift
[78/254] Compiling Crypto HPKE-KEM-Curve25519.swift
[79/254] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[80/254] Compiling Crypto HPKE-KEM.swift
[81/254] Compiling Crypto HPKE-Errors.swift
[82/254] Emitting module Crypto
[93/254] Compiling Crypto PKCS8PrivateKey.swift
[94/254] Compiling Crypto SEC1PrivateKey.swift
[95/254] Compiling Crypto SubjectPublicKeyInfo.swift
[96/254] Compiling Crypto CryptoKitErrors.swift
[97/254] Compiling Crypto Digest_boring.swift
[98/254] Compiling Crypto Digest.swift
[99/254] Compiling Crypto Digests.swift
[100/254] Compiling Crypto HashFunctions.swift
[101/254] Compiling Crypto HashFunctions_SHA2.swift
[102/254] Compiling Crypto HPKE-AEAD.swift
[103/254] Compiling Crypto HPKE.swift
[104/254] Compiling Crypto HPKE-Context.swift
[105/254] Compiling Crypto HPKE-KeySchedule.swift
[106/254] Compiling Crypto HPKE-Modes.swift
[107/254] Compiling Crypto Insecure.swift
[108/254] Compiling Crypto Insecure_HashFunctions.swift
[109/254] Compiling Crypto KEM.swift
[110/254] Compiling Crypto ECDH_boring.swift
[111/254] Compiling Crypto DH.swift
[112/254] Compiling Crypto ECDH.swift
[143/254] Compiling Crypto ASN1Identifier.swift
[144/254] Compiling Crypto ASN1Integer.swift
[145/254] Compiling Crypto ASN1Null.swift
[146/254] Compiling Crypto ASN1OctetString.swift
[147/254] Compiling Crypto ASN1Strings.swift
[148/254] Compiling Crypto ArraySliceBigint.swift
[149/254] Compiling Crypto GeneralizedTime.swift
[150/254] Compiling Crypto Signature.swift
[151/254] Compiling Crypto CryptoKitErrors_boring.swift
[152/254] Compiling Crypto RNG_boring.swift
[153/254] Compiling Crypto SafeCompare_boring.swift
[154/254] Compiling Crypto Zeroization_boring.swift
[155/254] Compiling Crypto PrettyBytes.swift
[156/254] Compiling Crypto SafeCompare.swift
[157/254] Compiling Crypto SecureBytes.swift
[158/254] Compiling Crypto Zeroization.swift
[179/254] Emitting module Crypto
[199/256] Wrapping AST for Crypto for debugging
[202/256] Emitting module SwiftSyntax
[240/307] Compiling SwiftBasicFormat Syntax+Extensions.swift
[241/307] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[242/307] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[243/307] Compiling SwiftDiagnostics Message.swift
[244/307] Compiling SwiftDiagnostics Note.swift
[245/307] Compiling SwiftDiagnostics Convenience.swift
[246/307] Emitting module SwiftDiagnostics
[247/307] Compiling SwiftDiagnostics FixIt.swift
[248/307] Compiling SwiftDiagnostics Diagnostic.swift
[249/307] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[250/307] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[251/308] Emitting module SwiftBasicFormat
[252/308] Compiling SwiftBasicFormat BasicFormat.swift
[255/307] Compiling SwiftParser TokenPrecedence.swift
[256/307] Compiling SwiftParser TokenSpec.swift
[257/307] Compiling SwiftParser TokenSpecSet.swift
[258/307] Compiling SwiftParser TopLevel.swift
[259/307] Compiling SwiftParser TriviaParser.swift
[260/307] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[261/307] Compiling SwiftParser StringLiterals.swift
[262/307] Compiling SwiftParser SwiftParserCompatibility.swift
[263/307] Compiling SwiftParser SyntaxUtils.swift
[264/307] Compiling SwiftParser TokenConsumer.swift
[265/312] Compiling SwiftParser Lexer.swift
[266/312] Compiling SwiftParser RegexLiteralLexer.swift
[267/312] Compiling SwiftParser UnicodeScalarExtensions.swift
[268/312] Compiling SwiftParser Lookahead.swift
[269/312] Compiling SwiftParser LoopProgressCondition.swift
[270/312] Compiling SwiftParser Modifiers.swift
[271/312] Compiling SwiftParser Names.swift
[272/312] Compiling SwiftParser Nominals.swift
[273/312] Compiling SwiftParser Parameters.swift
[274/312] Compiling SwiftParser ParseSourceFile.swift
[275/312] Compiling SwiftParser Parser.swift
[276/312] Compiling SwiftParser Patterns.swift
[277/312] Compiling SwiftParser Recovery.swift
[278/312] Compiling SwiftParser Specifiers.swift
[279/312] Compiling SwiftParser Statements.swift
[280/312] Compiling SwiftParser Attributes.swift
[281/312] Compiling SwiftParser Availability.swift
[282/312] Compiling SwiftParser CharacterInfo.swift
[283/312] Compiling SwiftParser CollectionNodes+Parsable.swift
[284/312] Compiling SwiftParser Declarations.swift
[285/312] Compiling SwiftParser Directives.swift
[286/312] Compiling SwiftParser Types.swift
[287/312] Compiling SwiftParser IsLexerClassified.swift
[288/312] Compiling SwiftParser LayoutNodes+Parsable.swift
[289/312] Compiling SwiftParser Parser+TokenSpecSet.swift
[290/312] Compiling SwiftParser TokenSpecStaticMembers.swift
[291/312] Emitting module SwiftParser
[292/312] Compiling SwiftParser ExperimentalFeatures.swift
[293/312] Compiling SwiftParser Expressions.swift
[294/312] Compiling SwiftParser IncrementalParseTransition.swift
[295/312] Compiling SwiftParser Cursor.swift
[296/312] Compiling SwiftParser Lexeme.swift
[297/312] Compiling SwiftParser LexemeSequence.swift
[298/313] Wrapping AST for SwiftParser for debugging
[300/336] Compiling SwiftOperators PrecedenceGroup.swift
[301/337] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[302/337] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[303/337] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[304/338] Compiling SwiftOperators SyntaxSynthesis.swift
[305/338] Compiling SwiftOperators PrecedenceGraph.swift
[306/338] Compiling SwiftOperators OperatorTable.swift
[307/338] Compiling SwiftOperators OperatorTable+Semantics.swift
[308/338] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[309/338] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[310/338] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[311/338] Emitting module SwiftOperators
[312/338] Compiling SwiftOperators OperatorTable+Folding.swift
[314/339] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[315/339] Compiling SwiftParserDiagnostics Utils.swift
[316/339] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[317/339] Emitting module SwiftParserDiagnostics
[318/339] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[319/339] Compiling SwiftParserDiagnostics PresenceUtils.swift
[319/339] Wrapping AST for SwiftOperators for debugging
[323/339] Compiling SwiftParserDiagnostics MissingNodesError.swift
[324/339] Compiling SwiftParserDiagnostics MissingTokenError.swift
[327/340] Wrapping AST for SwiftParserDiagnostics for debugging
[329/354] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[330/354] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[331/354] Compiling SwiftSyntaxBuilder Indenter.swift
[332/354] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[333/355] Emitting module SwiftSyntaxBuilder
[334/355] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[335/355] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[336/355] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[337/355] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[338/355] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[339/355] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[340/355] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[341/355] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[342/355] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[343/355] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[344/356] Wrapping AST for SwiftSyntaxBuilder for debugging
[346/370] Compiling SwiftSyntaxMacros Macro.swift
[347/370] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[348/371] Compiling SwiftSyntaxMacros MemberMacro.swift
[349/371] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[350/371] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[351/371] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[352/371] Compiling SwiftSyntaxMacros Macro+Format.swift
[353/371] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[354/371] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[355/371] Compiling SwiftSyntaxMacros AccessorMacro.swift
[356/371] Compiling SwiftSyntaxMacros AttachedMacro.swift
[357/371] Emitting module SwiftSyntaxMacros
[358/371] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[359/371] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[360/371] Compiling SwiftSyntaxMacros PeerMacro.swift
[362/379] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[363/379] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[364/379] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[365/379] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[366/379] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[367/379] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[368/379] Emitting module SwiftSyntaxMacroExpansion
[369/379] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[370/380] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[372/387] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[373/387] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[374/387] Emitting module SwiftCompilerPluginMessageHandling
[375/387] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[376/387] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[377/387] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[378/387] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[380/389] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[381/389] Emitting module SwiftCompilerPlugin
[382/390] Wrapping AST for SwiftCompilerPlugin for debugging
[384/393] Compiling PlugMacros Export.swift
[385/393] Emitting module PlugMacros
[386/393] Compiling PlugMacros Macro.swift
[387/393] Write Objects.LinkFileList
[388/393] Linking PlugMacros-tool
[390/407] Compiling Plug Macro.swift
[391/407] Emitting module Plug
[392/407] Compiling Plug PluginBuilder.swift
[393/407] Compiling Plug Macro.swift
[394/407] Compiling Plug PluginInterface.swift
[395/407] Compiling Plug PluginBuilder.swift
[396/407] Compiling Plug PluginManager.swift
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:22: error: cannot find 'dlopen' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'dlopen' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:35: error: cannot find 'RTLD_NOW' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'RTLD_NOW' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:46: error: cannot find 'RTLD_LOCAL' in scope
101 | }
102 |
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
| `- error: cannot find 'RTLD_LOCAL' in scope
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:105:69: error: cannot find 'dlerror' in scope
103 | let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
104 | if handle == nil {
105 | throw PluginError.unknownError(message: String(cString: dlerror()!))
| `- error: cannot find 'dlerror' in scope
106 | }
107 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:108:22: error: cannot find 'dlsym' in scope
106 | }
107 |
108 | let symbol = dlsym(handle, PluginManager.initSymbol)
| `- error: cannot find 'dlsym' in scope
109 | if symbol == nil {
110 | throw PluginError.loadingSymbolNotFound(sym: PluginManager.initSymbol)
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:113:28: error: generic parameter 'T' could not be inferred
111 | }
112 |
113 | let initFunction = unsafeBitCast(symbol!, to: InitFunction.self)
| `- error: generic parameter 'T' could not be inferred
114 | let pointer = initFunction()
115 | let builder: PluginBuilder = Unmanaged<PluginBuilder>.fromOpaque(pointer).takeRetainedValue()
Swift.unsafeBitCast:1:24: note: in call to function 'unsafeBitCast(_:to:)'
1 | @inlinable public func unsafeBitCast<T, U>(_ x: T, to type: U.Type) -> U
| `- note: in call to function 'unsafeBitCast(_:to:)'
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:151:35: error: cannot find 'extensionName' in scope
149 | let files = try FileManager.default.contentsOfDirectory(atPath: path)
150 | for file in files {
151 | if file.hasSuffix(".\(extensionName)") {
| `- error: cannot find 'extensionName' in scope
152 | try await loadPlugin(path: "\(path)/\(file)", closure: closure)
153 | }
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:164:47: error: cannot find 'extensionName' in scope
162 | /// - Throws: `PluginError` if the plugin could not be loaded (or if it is already loaded).
163 | public func loadPlugin(pathWithoutExtension path: String, closure: ((LoadedPluginBuilder) async -> Void)? = nil) async throws {
164 | try await loadPlugin(path: "\(path).\(extensionName)", closure: closure)
| `- error: cannot find 'extensionName' in scope
165 | }
166 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:173:13: error: cannot find 'dlclose' in scope
171 | if let index = loadedPlugins.firstIndex(where: { closure($0.details) }) {
172 | loadedPlugins[index].builder.destroy()
173 | dlclose(loadedPlugins[index].dylibReference)
| `- error: cannot find 'dlclose' in scope
174 | loadedPlugins.remove(at: index)
175 | }
[397/407] Compiling Plug PluginIntegrity.swift
[398/407] Compiling Plug PluginDetails+Misc.swift
[399/407] Compiling Plug PluginIntegrity.swift
[400/407] Compiling Plug PluginInterface.swift
[401/407] Compiling Plug PluginDetails+Misc.swift
[402/407] Emitting module Plug
[403/407] Compiling Plug PluginManager.swift
BUILD FAILURE 6.1 wasm