Build Information
Failed to build SwiftTailwind, reference 1.1.2+tw.4.2.1 (53a2e6), with Swift 6.1 for Wasm on 17 Mar 2026 10:12:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/SwiftTailwind.git
Reference: 1.1.2+tw.4.2.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/laosb/SwiftTailwind
* tag 1.1.2+tw.4.2.1 -> FETCH_HEAD
HEAD is now at 53a2e6b chore: Update TailwindCSSCLI to version 4.2.1
Cloned https://github.com/laosb/SwiftTailwind.git
Revision (git rev-parse @):
53a2e6bfb61b880ddf4dc14c98851f37d3919053
SUCCESS checkout https://github.com/laosb/SwiftTailwind.git at 1.1.2+tw.4.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/laosb/SwiftTailwind.git
https://github.com/laosb/SwiftTailwind.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "SwiftTailwind",
"name" : "SwiftTailwind",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "TailwindCSS",
"targets" : [
"TailwindCSS"
],
"type" : {
"plugin" : null
}
},
{
"name" : "TailwindCSSCLIArtifactBundler",
"targets" : [
"TailwindCSSCLIArtifactBundler"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TailwindCSSCLIArtifactBundler",
"module_type" : "SwiftTarget",
"name" : "TailwindCSSCLIArtifactBundler",
"path" : "Sources/TailwindCSSCLIArtifactBundler",
"product_dependencies" : [
"ArgumentParser",
"Crypto"
],
"product_memberships" : [
"TailwindCSSCLIArtifactBundler"
],
"sources" : [
"ArtifactBundleBuilder+File Operations.swift",
"ArtifactBundleBuilder+computeChecksum.swift",
"ArtifactBundleBuilder+expandingTriple.swift",
"ArtifactBundleBuilder.swift",
"ArtifactBundleError.swift",
"Models.swift",
"TailwindCSSCLIArtifactBundler.swift"
],
"type" : "executable"
},
{
"c99name" : "TailwindCSSCLI",
"module_type" : "BinaryTarget",
"name" : "TailwindCSSCLI",
"path" : "remote/archive/tailwindcss.artifactbundleindex",
"product_memberships" : [
"TailwindCSS"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "TailwindCSS",
"module_type" : "PluginTarget",
"name" : "TailwindCSS",
"path" : "Plugins/TailwindCSS",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"TailwindCSS"
],
"sources" : [
"TailwindCSSBuildPlugin.swift",
"Utils.swift"
],
"target_dependencies" : [
"TailwindCSSCLI"
],
"type" : "plugin"
},
{
"c99name" : "SwiftTailwindTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTailwindTests",
"path" : "Tests/SwiftTailwindTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"SwiftTailwindExample"
],
"type" : "test"
},
{
"c99name" : "SwiftTailwindExample",
"module_type" : "SwiftTarget",
"name" : "SwiftTailwindExample",
"path" : "Sources/SwiftTailwindExample",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftTailwindExample/Views/Test.html",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Example.swift",
"NotIncluded.swift",
"Views/Template.swift"
],
"target_dependencies" : [
"TailwindCSS"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
[1/17237] Fetching swift-argument-parser
[4311/34483] Fetching swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.40s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.43s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (3.08s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (5.08s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.58s)
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.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Downloading binary artifact https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
[1397/45394230] Downloading https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
Downloaded https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip (5.61s)
[1/1] Compiling plugin TailwindCSS
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/392] Write sources
[6/392] Copying Test.html
[6/392] Write sources
[9/392] Compiling CXKCPShims shims.c
[10/392] Compiling SimpleFIPS202.c
[11/392] Compiling KeccakSponge.c
[12/392] Compiling KeccakHash.c
[13/392] Compiling fiat_p256_adx_sqr.S
[14/392] Compiling fiat_p256_adx_mul.S
[15/392] Compiling fiat_curve25519_adx_square.S
[16/392] Compiling fiat_curve25519_adx_mul.S
[17/392] Compiling md5-x86_64-linux.S
≈ tailwindcss v4.2.1
Done in 480ms
[18/392] Building Tailwind CSS
[19/392] Compiling md5-x86_64-apple.S
[20/392] Compiling md5-586-linux.S
[21/392] Copying TailwindCSS.bundle
[22/392] Write swift-version-24593BA9C3E375BF.txt
[23/392] Compiling md5-586-apple.S
[24/392] Compiling chacha20_poly1305_x86_64-linux.S
[25/392] Compiling CCryptoBoringSSLShims shims.c
[26/392] Compiling chacha20_poly1305_x86_64-apple.S
[27/394] Compiling chacha20_poly1305_armv8-win.S
[28/399] Compiling chacha20_poly1305_armv8-linux.S
[29/399] Compiling chacha20_poly1305_armv8-apple.S
[30/399] Compiling chacha-x86_64-linux.S
[31/399] Compiling aes.cc
[32/399] Compiling chacha-x86_64-apple.S
[33/399] Compiling chacha-x86-linux.S
[34/399] Compiling chacha-x86-apple.S
[35/399] Compiling chacha-armv8-win.S
[36/399] Compiling chacha-armv8-linux.S
[37/399] Compiling chacha-armv8-apple.S
[38/399] Compiling a_bitstr.cc
[39/399] Compiling chacha-armv4-linux.S
[40/399] Compiling aes128gcmsiv-x86_64-linux.S
[41/399] Compiling a_bool.cc
[42/399] Compiling err_data.cc
[43/399] Compiling aes128gcmsiv-x86_64-apple.S
[44/399] Compiling x86_64-mont5-linux.S
[45/399] Compiling x86_64-mont5-apple.S
[46/399] Compiling x86_64-mont-apple.S
[47/399] Compiling x86_64-mont-linux.S
[48/399] Compiling x86-mont-linux.S
[49/399] Compiling x86-mont-apple.S
[50/399] Compiling vpaes-x86-linux.S
[51/399] Compiling vpaes-x86_64-linux.S
[52/399] Compiling vpaes-x86_64-apple.S
[53/399] Compiling vpaes-armv8-win.S
[54/399] Compiling vpaes-x86-apple.S
[55/399] Compiling vpaes-armv7-linux.S
[56/399] Compiling vpaes-armv8-linux.S
[57/399] Compiling vpaes-armv8-apple.S
[58/399] Compiling sha512-x86_64-linux.S
[59/399] Compiling sha512-armv8-win.S
[60/399] Compiling sha512-x86_64-apple.S
[61/399] Compiling sha512-armv8-apple.S
[62/399] Compiling sha512-armv8-linux.S
[63/399] Compiling sha512-armv4-linux.S
[64/399] Compiling sha512-586-linux.S
[65/399] Compiling sha256-x86_64-linux.S
[66/399] Compiling sha512-586-apple.S
[67/399] Compiling sha256-x86_64-apple.S
[68/399] Compiling sha256-armv8-win.S
[69/399] Compiling sha256-armv8-apple.S
[70/399] Compiling sha256-armv4-linux.S
[71/399] Compiling sha256-armv8-linux.S
[72/399] Compiling sha256-586-apple.S
[73/399] Compiling sha256-586-linux.S
[74/399] Compiling sha1-x86_64-apple.S
[75/399] Compiling sha1-x86_64-linux.S
[76/399] Compiling sha1-armv8-win.S
[77/399] Compiling sha1-armv8-linux.S
[78/399] Compiling sha1-armv8-apple.S
[79/399] Compiling sha1-586-linux.S
[80/399] Compiling sha1-armv4-large-linux.S
[81/399] Compiling rsaz-avx2-linux.S
[82/399] Compiling rsaz-avx2-apple.S
[83/399] Compiling sha1-586-apple.S
[84/399] Compiling rdrand-x86_64-linux.S
[85/399] Compiling rdrand-x86_64-apple.S
[86/399] Compiling p256_beeu-x86_64-asm-linux.S
[87/399] Compiling p256_beeu-x86_64-asm-apple.S
[88/399] Compiling p256_beeu-armv8-asm-win.S
[89/399] Compiling p256_beeu-armv8-asm-apple.S
[90/399] Compiling p256_beeu-armv8-asm-linux.S
[91/399] Compiling p256-x86_64-asm-apple.S
[92/399] Compiling p256-x86_64-asm-linux.S
[93/399] Compiling p256-armv8-asm-win.S
[94/399] Compiling p256-armv8-asm-linux.S
[95/399] Compiling p256-armv8-asm-apple.S
[96/399] Compiling ghashv8-armv8-linux.S
[97/399] Compiling ghashv8-armv8-win.S
[98/399] Compiling ghash-x86_64-apple.S
[99/399] Compiling ghashv8-armv8-apple.S
[100/399] Compiling ghash-x86_64-linux.S
[101/399] Compiling ghashv8-armv7-linux.S
[102/399] Compiling ghash-x86-linux.S
[103/399] Compiling ghash-x86-apple.S
[104/399] Compiling ghash-ssse3-x86_64-linux.S
[105/399] Compiling ghash-ssse3-x86_64-apple.S
[106/399] Compiling ghash-ssse3-x86-linux.S
[107/399] Compiling ghash-neon-armv8-win.S
[108/399] Compiling ghash-ssse3-x86-apple.S
[109/399] Compiling ghash-neon-armv8-linux.S
[110/399] Compiling ghash-neon-armv8-apple.S
[111/399] Compiling ghash-armv4-linux.S
[112/399] Compiling co-586-linux.S
[113/399] Compiling co-586-apple.S
[114/399] Compiling bsaes-armv7-linux.S
[115/399] Compiling bn-armv8-win.S
[116/399] Compiling bn-armv8-linux.S
[117/399] Compiling bn-armv8-apple.S
[118/399] Compiling bn-586-linux.S
[119/399] Compiling armv8-mont-win.S
[120/399] Compiling bn-586-apple.S
[121/399] Compiling armv8-mont-linux.S
[122/399] Compiling armv4-mont-linux.S
[122/399] Compiling armv8-mont-apple.S
[124/399] Compiling aesv8-gcm-armv8-linux.S
[125/399] Compiling aesv8-gcm-armv8-win.S
[126/399] Compiling aesv8-armv8-win.S
[127/399] Compiling aesv8-armv8-linux.S
[128/399] Compiling aesv8-gcm-armv8-apple.S
[129/399] Compiling aesv8-armv8-apple.S
[130/399] Compiling aesv8-armv7-linux.S
[131/399] Compiling aesni-x86_64-apple.S
[132/399] Compiling aesni-x86_64-linux.S
[133/399] Compiling aesni-x86-apple.S
[134/399] Compiling aesni-x86-linux.S
[135/399] Compiling aesni-gcm-x86_64-apple.S
[136/399] Compiling aes-gcm-avx512-x86_64-apple.S
[137/399] Compiling aesni-gcm-x86_64-linux.S
[138/399] Compiling aes-gcm-avx2-x86_64-linux.S
[139/399] Compiling aes-gcm-avx512-x86_64-linux.S
[140/399] Compiling aes-gcm-avx2-x86_64-apple.S
[141/399] Compiling xwing.cc
[142/399] Compiling x_sig.cc
[143/399] Compiling x_spki.cc
[144/399] Compiling x_x509a.cc
[145/399] Compiling x_x509.cc
[146/399] Compiling x_req.cc
[147/399] Compiling x_exten.cc
[148/399] Compiling x_crl.cc
[149/399] Compiling x_name.cc
[150/399] Compiling x_pubkey.cc
[152/399] Emitting module ArgumentParserToolInfo
[153/399] Compiling ArgumentParserToolInfo ToolInfo.swift
[154/400] Compiling SwiftTailwindExample Template.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/400] Compiling x_attrib.cc
[156/400] Compiling x509spki.cc
[157/400] Compiling x_all.cc
[158/400] Compiling x509rset.cc
[159/400] Compiling x_algor.cc
[160/400] Compiling KeccakP-1600-opt64.c
[161/400] Compiling x509name.cc
[162/400] Compiling x509cset.cc
[164/400] Compiling SwiftTailwindExample resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/400] Compiling SwiftTailwindExample NotIncluded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/400] Emitting module SwiftTailwindExample
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/400] Compiling SwiftTailwindExample Example.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/401] Compiling x509_v3.cc
[169/401] Compiling x509_vpm.cc
[170/401] Compiling x509_vfy.cc
[170/401] Compiling x509_txt.cc
[172/401] Compiling x509_trs.cc
[173/401] Compiling x509_set.cc
[174/401] Compiling x509_req.cc
[175/401] Compiling x509_obj.cc
[176/401] Compiling x509_ext.cc
[177/401] Compiling x509_def.cc
[178/401] Compiling x509_lu.cc
[179/401] Compiling x509_d2.cc
[180/401] Compiling x509_cmp.cc
[181/401] Compiling x509_att.cc
[182/401] Compiling x509.cc
[183/401] Compiling v3_purp.cc
[184/401] Compiling v3_pcons.cc
[185/401] Compiling v3_skey.cc
[186/401] Compiling v3_utl.cc
[187/401] Compiling v3_prn.cc
[188/401] Compiling v3_pmaps.cc
[189/401] Compiling v3_ocsp.cc
[190/401] Compiling v3_ncons.cc
[191/401] Compiling v3_info.cc
[192/401] Compiling v3_extku.cc
[193/401] Compiling v3_genn.cc
[193/401] Compiling v3_ia5.cc
[195/401] Compiling v3_lib.cc
[196/401] Compiling v3_int.cc
[197/401] Compiling v3_enum.cc
[198/401] Compiling v3_crld.cc
[199/401] Compiling v3_cpols.cc
[200/401] Compiling v3_bitst.cc
[201/401] Compiling v3_conf.cc
[202/401] Compiling v3_bcons.cc
[203/401] Compiling v3_akeya.cc
[204/401] Compiling v3_alt.cc
[205/401] Compiling v3_akey.cc
[206/401] Compiling t_x509a.cc
[207/401] Compiling t_x509.cc
[208/401] Compiling t_req.cc
[209/401] Compiling t_crl.cc
[210/401] Compiling name_print.cc
[211/401] Compiling rsa_pss.cc
[212/401] Compiling policy.cc
[213/401] Compiling i2d_pr.cc
[214/401] Compiling by_file.cc
[215/401] Compiling a_verify.cc
[216/401] Compiling a_digest.cc
[217/401] Compiling a_sign.cc
[218/401] Compiling by_dir.cc
[219/401] Compiling asn1_gen.cc
[220/401] Compiling algorithm.cc
[221/401] Compiling voprf.cc
[222/401] Compiling trust_token.cc
[223/401] Compiling thread_win.cc
[224/401] Compiling thread_pthread.cc
[225/401] Compiling thread_none.cc
[226/401] Compiling pmbtoken.cc
[227/401] Compiling thread.cc
[228/401] Compiling stack.cc
[229/401] Compiling sha1.cc
[230/401] Compiling siphash.cc
[231/401] Compiling rsa_extra.cc
[232/401] Compiling slhdsa.cc
[233/401] Compiling spake2plus.cc
[234/401] Compiling rsa_print.cc
[235/401] Compiling sha256.cc
[236/401] Compiling sha512.cc
[237/401] Compiling rsa_crypt.cc
[238/401] Compiling rc4.cc
[239/401] Compiling rand.cc
[240/401] Compiling urandom.cc
[241/401] Compiling refcount.cc
[242/401] Compiling windows.cc
[243/401] Compiling trusty.cc
[244/401] Compiling passive.cc
[245/401] Compiling rsa_asn1.cc
[246/401] Compiling deterministic.cc
[247/401] Compiling forkunsafe.cc
[248/401] Compiling poly1305_arm_asm.S
[249/401] Compiling ios.cc
[250/401] Compiling getentropy.cc
[251/401] Compiling fork_detect.cc
[252/401] Compiling poly1305_vec.cc
[253/401] Compiling pool.cc
[254/401] Compiling poly1305_arm.cc
[255/401] Compiling poly1305.cc
[256/401] Compiling pkcs8_x509.cc
[257/401] Compiling pkcs7.cc
[258/401] Compiling pkcs8.cc
[259/401] Compiling p5_pbev2.cc
[260/401] Compiling pkcs7_x509.cc
[261/401] Compiling pem_xaux.cc
[262/401] Compiling pem_x509.cc
[263/401] Compiling pem_pkey.cc
[264/401] Compiling pem_pk8.cc
[265/401] Compiling pem_info.cc
[265/401] Compiling pem_oth.cc
[267/401] Compiling mlkem.cc
[268/401] Compiling obj_xref.cc
[269/401] Compiling pem_lib.cc
[270/401] Compiling pem_all.cc
[271/401] Compiling obj.cc
[272/401] Compiling poly_rq_mul.S
[273/401] Compiling mldsa.cc
[274/401] Compiling mem.cc
[275/401] Compiling fips_shared_support.cc
[276/401] Compiling lhash.cc
[277/401] Compiling md5.cc
[278/401] Compiling hrss.cc
[279/401] Compiling md4.cc
[280/401] Compiling fuzzer_mode.cc
[281/401] Compiling kyber.cc
[282/401] Compiling ex_data.cc
[283/401] Compiling hpke.cc
[284/401] Compiling scrypt.cc
[285/401] Compiling pbkdf.cc
[286/401] Compiling print.cc
[287/401] Compiling sign.cc
[288/401] Compiling p_x25519_asn1.cc
[289/401] Compiling p_x25519.cc
[290/401] Compiling p_rsa_asn1.cc
[291/401] Compiling p_ed25519.cc
[292/401] Compiling p_hkdf.cc
[293/401] Compiling p_rsa.cc
[294/401] Compiling p_ed25519_asn1.cc
[295/401] Compiling p_ec_asn1.cc
[296/401] Compiling p_ec.cc
[297/401] Compiling evp_ctx.cc
[298/401] Compiling p_dh_asn1.cc
[299/401] Compiling p_dh.cc
[300/401] Compiling p_dsa_asn1.cc
[301/401] Compiling err.cc
[302/401] Compiling evp_asn1.cc
[303/401] Compiling engine.cc
[304/401] Compiling evp.cc
[305/401] Compiling ecdsa_p1363.cc
[306/401] Compiling ecdh.cc
[307/401] Compiling ecdsa_asn1.cc
[308/401] Compiling hash_to_curve.cc
[309/401] Compiling ec_derive.cc
[310/401] Compiling digest_extra.cc
[311/401] Compiling ec_asn1.cc
[312/401] Compiling dsa.cc
[313/401] Compiling dh_asn1.cc
[314/401] Compiling x25519-asm-arm.S
[315/401] Compiling bcm.cc
[315/401] Compiling dsa_asn1.cc
[317/401] Compiling params.cc
[318/401] Compiling curve25519_64_adx.cc
[319/401] Compiling des.cc
[320/401] Compiling spake25519.cc
[321/401] Compiling curve25519.cc
[322/401] Compiling crypto.cc
[323/401] Compiling cpu_arm_freebsd.cc
[324/401] Compiling cpu_intel.cc
[325/401] Compiling cpu_arm_linux.cc
[326/401] Compiling cpu_aarch64_win.cc
[327/401] Compiling cpu_aarch64_sysreg.cc
[328/401] Compiling cpu_aarch64_openbsd.cc
[329/401] Compiling cpu_aarch64_linux.cc
[330/401] Compiling cpu_aarch64_apple.cc
[331/401] Compiling cpu_aarch64_fuchsia.cc
[332/401] Compiling conf.cc
[333/401] Compiling e_null.cc
[334/401] Compiling get_cipher.cc
[335/401] Compiling e_tls.cc
[336/401] Compiling tls_cbc.cc
[337/401] Compiling cms.cc
[338/401] Compiling e_rc4.cc
[339/401] Compiling e_rc2.cc
[340/401] Compiling e_chacha20poly1305.cc
[341/401] Compiling e_des.cc
[342/401] Compiling e_aesgcmsiv.cc
[343/401] Compiling unicode.cc
[344/401] Compiling e_aeseax.cc
[345/401] Compiling derive_key.cc
[346/401] Compiling e_aesctrhmac.cc
[347/401] Compiling chacha.cc
[348/401] Compiling cbs.cc
[349/401] Compiling buf.cc
[350/401] Compiling sqrt.cc
[351/401] Compiling cbb.cc
[352/401] Compiling div.cc
[353/401] Compiling exponentiation.cc
[354/401] Compiling asn1_compat.cc
[355/401] Compiling ber.cc
[356/401] Compiling convert.cc
[357/401] Compiling bn_asn1.cc
[358/401] Compiling blake2.cc
[359/401] Compiling printf.cc
[360/401] Compiling pair.cc
[361/401] Compiling hexdump.cc
[362/401] Compiling errno.cc
[363/401] Compiling file.cc
[364/401] Compiling fd.cc
[365/401] Compiling bio_mem.cc
[366/401] Compiling base64.cc
[367/401] Compiling bio.cc
[368/401] Compiling tasn_utl.cc
[369/401] Compiling tasn_typ.cc
[370/401] Compiling tasn_fre.cc
[371/401] Compiling tasn_enc.cc
[372/401] Compiling f_string.cc
[373/401] Compiling tasn_new.cc
[374/401] Compiling posix_time.cc
[375/401] Compiling asn1_par.cc
[376/401] Compiling tasn_dec.cc
[377/401] Compiling f_int.cc
[378/401] Compiling asn_pack.cc
[379/401] Compiling asn1_lib.cc
[380/401] Compiling a_strnid.cc
[381/401] Compiling a_octet.cc
[382/401] Compiling a_utctm.cc
[383/401] Compiling a_strex.cc
[384/401] Compiling a_type.cc
[385/401] Compiling a_time.cc
[386/401] Wrapping AST for ArgumentParserToolInfo for debugging
[387/401] Write sources
[388/401] Compiling a_object.cc
[389/401] Compiling a_i2d_fp.cc
[390/447] Compiling a_gentm.cc
[391/447] Compiling a_mbstr.cc
[392/447] Compiling a_d2i_fp.cc
[393/447] Compiling a_int.cc
[394/447] Compiling a_dup.cc
[396/455] Compiling CryptoBoringWrapper RandomBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[397/455] Compiling CryptoBoringWrapper EllipticCurve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[398/455] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[399/455] Emitting module CryptoBoringWrapper
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[400/455] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[401/455] Emitting module ArgumentParser
[402/461] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[403/461] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[404/461] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[405/462] Compiling ArgumentParser Foundation.swift
[406/462] Compiling ArgumentParser Mutex.swift
[407/462] Compiling ArgumentParser Platform.swift
[408/462] Compiling ArgumentParser SequenceExtensions.swift
[409/462] Compiling ArgumentParser StringExtensions.swift
[410/462] Compiling ArgumentParser SwiftExtensions.swift
[411/462] Wrapping AST for CryptoBoringWrapper for debugging
[413/545] Compiling Crypto DH.swift
[414/545] Compiling Crypto ECDH.swift
[415/545] Compiling Crypto ANSIx963.swift
[416/545] Compiling Crypto HPKE-LabeledExtract.swift
[417/545] Compiling Crypto HPKE-Utils.swift
[418/545] Compiling Crypto DHKEM.swift
[419/545] Compiling Crypto XWing_boring.swift
[420/545] Compiling Crypto KEM-Errors.swift
[421/545] Compiling Crypto KEM.swift
[422/545] Compiling Crypto MLKEM.swift
[423/545] Compiling Crypto XWing.swift
[424/545] Compiling Crypto ECDH_boring.swift
[425/545] Compiling Crypto ASN1Boolean.swift
[426/545] Compiling Crypto ASN1Identifier.swift
[427/545] Compiling Crypto ASN1Integer.swift
[428/545] Compiling Crypto Insecure_HashFunctions.swift
[429/545] Compiling Crypto MLKEM_boring.swift
[430/545] Compiling Crypto MLKEM_wrapper.swift
[431/545] Compiling Crypto CryptoKitErrors.swift
[432/545] Compiling Crypto Digest_boring.swift
[433/545] Compiling Crypto Digest.swift
[434/545] Compiling Crypto Digests.swift
[435/545] Compiling Crypto HashFunctions.swift
[436/545] Compiling Crypto HashFunctions_SHA2.swift
[437/545] Compiling Crypto HashFunctions_SHA3.swift
[438/545] Compiling Crypto PKCS8PrivateKey.swift
[439/545] Compiling Crypto SEC1PrivateKey.swift
[440/545] Compiling Crypto SubjectPublicKeyInfo.swift
[441/545] Compiling Crypto CryptoError_boring.swift
[442/545] Compiling Crypto AES-GCM.swift
[443/545] Compiling Crypto AES-GCM_boring.swift
[444/545] Compiling Crypto ChaChaPoly_boring.swift
[445/545] Compiling Crypto Digest_xkcp.swift
[446/545] Compiling Crypto HPKE-AEAD.swift
[447/545] Compiling Crypto HPKE-Ciphersuite.swift
[448/545] Compiling Crypto HPKE-KDF.swift
[449/545] Compiling Crypto HPKE-KexKeyDerivation.swift
[450/545] Compiling Crypto ASN1Null.swift
[451/545] Compiling Crypto ASN1OctetString.swift
[452/545] Compiling Crypto ASN1Strings.swift
[453/545] Compiling Crypto ArraySliceBigint.swift
[454/545] Compiling Crypto GeneralizedTime.swift
[455/545] Compiling Crypto ObjectIdentifier.swift
[456/545] Compiling Crypto ECDSASignature.swift
[457/545] Compiling Crypto PEMDocument.swift
[459/546] Emitting module Crypto
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[459/557] Wrapping AST for ArgumentParser for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[485/557] Compiling Crypto MLDSA.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[486/557] Compiling Crypto Signature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[487/557] Compiling Crypto CryptoKitErrors_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[488/557] Compiling Crypto Optional+withUnsafeBytes_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[489/557] Compiling Crypto RNG_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[490/557] Compiling Crypto SafeCompare_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[491/557] Compiling Crypto Zeroization_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[492/557] Compiling Crypto PrettyBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[493/557] Compiling Crypto SafeCompare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[494/557] Compiling Crypto SecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[495/557] Compiling Crypto Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[499/557] Compiling Crypto HPKE-KEM-Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[500/557] Compiling Crypto HPKE-NIST-EC-KEMs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[501/557] Compiling Crypto HPKE-KEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[502/557] Compiling Crypto HPKE-Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[503/557] Compiling Crypto HPKE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[504/557] Compiling Crypto HPKE-Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[505/557] Compiling Crypto HPKE-KeySchedule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[506/557] Compiling Crypto HPKE-Modes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[507/557] Compiling Crypto Insecure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[511/557] Compiling Crypto ChaChaPoly.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[512/557] Compiling Crypto Cipher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[513/557] Compiling Crypto Nonces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[514/557] Compiling Crypto ASN1.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[515/557] Compiling Crypto ASN1Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[516/557] Compiling Crypto ASN1BitString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[532/557] Compiling Crypto HKDF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[533/557] Compiling Crypto AESWrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[534/557] Compiling Crypto AESWrap_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[535/557] Compiling Crypto Ed25519_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[536/557] Compiling Crypto NISTCurvesKeys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[537/557] Compiling Crypto X25519Keys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[538/557] Compiling Crypto Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[539/557] Compiling Crypto Ed25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[540/557] Compiling Crypto NISTCurvesKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[541/557] Compiling Crypto X25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[542/557] Compiling Crypto SymmetricKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[543/557] Compiling Crypto HMAC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[544/557] Compiling Crypto MACFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[545/557] Compiling Crypto MessageAuthenticationCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[546/557] Compiling Crypto AES.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[547/557] Compiling Crypto ECDSASignature_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[548/557] Compiling Crypto ECDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[549/557] Compiling Crypto EdDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[550/557] Compiling Crypto MLDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[551/557] Compiling Crypto MLDSA_wrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[552/557] Compiling Crypto ECDSA.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[553/557] Compiling Crypto Ed25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[554/558] Wrapping AST for Crypto for debugging
[556/566] Compiling TailwindCSSCLIArtifactBundler TailwindCSSCLIArtifactBundler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[557/566] Compiling TailwindCSSCLIArtifactBundler Models.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[558/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[559/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+expandingTriple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[560/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[561/566] Emitting module TailwindCSSCLIArtifactBundler
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[562/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+File Operations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/TailwindCSSCLIArtifactBundler/ArtifactBundleBuilder+File Operations.swift:26:19: error: cannot find 'Process' in scope
24 | let bundleDirURL = URL(fileURLWithPath: bundleDir)
25 |
26 | let process = Process()
| `- error: cannot find 'Process' in scope
27 | process.executableURL = URL(fileURLWithPath: "/usr/bin/zip")
28 | let zipPathURL = URL(fileURLWithPath: zipPath).standardizedFileURL
[563/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+computeChecksum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/TailwindCSSCLIArtifactBundler/ArtifactBundleBuilder+computeChecksum.swift:21:21: error: cannot find 'Process' in scope
19 | } else {
20 | // Use swift package compute-checksum command
21 | let process = Process()
| `- error: cannot find 'Process' in scope
22 | process.executableURL = URL(fileURLWithPath: "/usr/bin/swift")
23 | process.arguments = ["package", "compute-checksum", filePath]
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Downloading binary artifact https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
[1397/45394230] Downloading https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
Downloaded https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip (5.88s)
[0/1] Planning build
[1/1] Compiling plugin TailwindCSS
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/13] Write swift-version-24593BA9C3E375BF.txt
≈ tailwindcss v4.2.1
Done in 291ms
[4/13] Building Tailwind CSS
[5/13] Copying TailwindCSS.bundle
[7/28] Compiling CryptoBoringWrapper RandomBytes.swift
[8/28] Compiling SwiftTailwindExample NotIncluded.swift
[9/28] Compiling SwiftTailwindExample Template.swift
[10/28] Compiling SwiftTailwindExample resource_bundle_accessor.swift
[11/28] Emitting module SwiftTailwindExample
[12/28] Compiling SwiftTailwindExample Example.swift
[14/29] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[15/29] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[16/29] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[17/29] Emitting module CryptoBoringWrapper
[18/29] Compiling CryptoBoringWrapper EllipticCurve.swift
[19/29] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[20/29] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[22/112] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/112] Emitting module ArgumentParserToolInfo
[25/158] Compiling ArgumentParser Foundation.swift
[26/158] Compiling ArgumentParser Mutex.swift
[27/158] Compiling ArgumentParser Platform.swift
[28/158] Compiling ArgumentParser SequenceExtensions.swift
[29/158] Compiling ArgumentParser StringExtensions.swift
[30/158] Compiling ArgumentParser SwiftExtensions.swift
[31/164] Emitting module ArgumentParser
[32/164] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/164] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/164] Compiling ArgumentParser UniqueNamesValidator.swift
[35/164] Compiling Crypto Ed25519_boring.swift
[36/164] Compiling Crypto NISTCurvesKeys_boring.swift
[37/164] Compiling Crypto X25519Keys_boring.swift
[38/164] Compiling Crypto Curve25519.swift
[39/164] Compiling Crypto Ed25519Keys.swift
[40/164] Compiling Crypto NISTCurvesKeys.swift
[41/164] Compiling Crypto X25519Keys.swift
[42/164] Compiling Crypto SymmetricKeys.swift
[43/164] Emitting module Crypto
[44/175] Compiling ArgumentParser ArgumentDiscussion.swift
[45/175] Compiling ArgumentParser ArgumentHelp.swift
[46/175] Compiling ArgumentParser ParentCommand.swift
[47/175] Compiling ArgumentParser AsyncParsableCommand.swift
[48/175] Compiling ArgumentParser CommandConfiguration.swift
[49/175] Compiling ArgumentParser CommandGroup.swift
[50/175] Compiling ArgumentParser EnumerableFlag.swift
[51/175] Compiling ArgumentParser ExpressibleByArgument.swift
[52/175] Compiling ArgumentParser ParsableArguments.swift
[53/175] Compiling ArgumentParser ParsableCommand.swift
[54/175] Compiling ArgumentParser ArgumentDecoder.swift
[55/175] Compiling ArgumentParser ArgumentDefinition.swift
[56/175] Compiling ArgumentParser ArgumentVisibility.swift
[57/175] Compiling ArgumentParser CompletionKind.swift
[58/175] Compiling ArgumentParser Errors.swift
[59/175] Compiling ArgumentParser Flag.swift
[60/175] Compiling ArgumentParser NameSpecification.swift
[61/175] Compiling ArgumentParser Option.swift
[62/175] Compiling ArgumentParser OptionGroup.swift
[63/175] Compiling ArgumentParser BashCompletionsGenerator.swift
[64/175] Compiling ArgumentParser CompletionsGenerator.swift
[65/175] Compiling ArgumentParser FishCompletionsGenerator.swift
[66/175] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/175] Compiling ArgumentParser Argument.swift
[68/175] Compiling ArgumentParser Tree.swift
[69/175] Compiling ArgumentParser CodingKeyValidator.swift
[70/175] Compiling ArgumentParser NonsenseFlagsValidator.swift
[81/175] Compiling ArgumentParser InputOrigin.swift
[82/175] Compiling ArgumentParser Name.swift
[83/175] Compiling ArgumentParser Parsed.swift
[84/175] Compiling ArgumentParser ParsedValues.swift
[85/175] Compiling ArgumentParser ParserError.swift
[86/175] Compiling ArgumentParser SplitArguments.swift
[87/175] Compiling ArgumentParser DumpHelpGenerator.swift
[88/175] Compiling ArgumentParser HelpCommand.swift
[89/175] Compiling ArgumentParser HelpGenerator.swift
[90/175] Compiling ArgumentParser MessageInfo.swift
[91/175] Compiling ArgumentParser UsageGenerator.swift
[92/175] Compiling ArgumentParser CollectionExtensions.swift
[100/175] Compiling Crypto MLDSA.swift
[101/175] Compiling Crypto Signature.swift
[102/175] Compiling Crypto CryptoKitErrors_boring.swift
[103/175] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[104/175] Compiling Crypto RNG_boring.swift
[105/175] Compiling Crypto SafeCompare_boring.swift
[106/175] Compiling Crypto Zeroization_boring.swift
[107/175] Compiling Crypto PrettyBytes.swift
[108/175] Compiling Crypto SafeCompare.swift
[109/175] Compiling Crypto SecureBytes.swift
[110/175] Compiling Crypto Zeroization.swift
[114/175] Compiling ArgumentParser ArgumentSet.swift
[115/175] Compiling ArgumentParser CommandParser.swift
[116/175] Compiling ArgumentParser InputKey.swift
[137/175] Compiling Crypto Insecure_HashFunctions.swift
[138/175] Compiling Crypto MLKEM_boring.swift
[139/175] Compiling Crypto MLKEM_wrapper.swift
[140/175] Compiling Crypto XWing_boring.swift
[141/175] Compiling Crypto KEM-Errors.swift
[142/175] Compiling Crypto KEM.swift
[143/175] Compiling Crypto MLKEM.swift
[144/175] Compiling Crypto XWing.swift
[145/175] Compiling Crypto ECDH_boring.swift
[146/175] Compiling Crypto DH.swift
[147/175] Compiling Crypto ECDH.swift
[148/175] Compiling Crypto ANSIx963.swift
[161/175] Compiling Crypto HMAC.swift
[162/175] Compiling Crypto MACFunctions.swift
[163/175] Compiling Crypto MessageAuthenticationCode.swift
[164/175] Compiling Crypto AES.swift
[165/175] Compiling Crypto ECDSASignature_boring.swift
[166/175] Compiling Crypto ECDSA_boring.swift
[167/175] Compiling Crypto EdDSA_boring.swift
[168/175] Compiling Crypto MLDSA_boring.swift
[169/175] Compiling Crypto MLDSA_wrapper.swift
[170/175] Compiling Crypto ECDSA.swift
[171/175] Compiling Crypto Ed25519.swift
[173/183] Compiling TailwindCSSCLIArtifactBundler TailwindCSSCLIArtifactBundler.swift
[174/183] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleError.swift
[175/183] Compiling TailwindCSSCLIArtifactBundler Models.swift
[176/183] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+expandingTriple.swift
[177/183] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder.swift
[178/183] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+File Operations.swift
/host/spi-builder-workspace/Sources/TailwindCSSCLIArtifactBundler/ArtifactBundleBuilder+File Operations.swift:26:19: error: cannot find 'Process' in scope
24 | let bundleDirURL = URL(fileURLWithPath: bundleDir)
25 |
26 | let process = Process()
| `- error: cannot find 'Process' in scope
27 | process.executableURL = URL(fileURLWithPath: "/usr/bin/zip")
28 | let zipPathURL = URL(fileURLWithPath: zipPath).standardizedFileURL
[179/183] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+computeChecksum.swift
/host/spi-builder-workspace/Sources/TailwindCSSCLIArtifactBundler/ArtifactBundleBuilder+computeChecksum.swift:21:21: error: cannot find 'Process' in scope
19 | } else {
20 | // Use swift package compute-checksum command
21 | let process = Process()
| `- error: cannot find 'Process' in scope
22 | process.executableURL = URL(fileURLWithPath: "/usr/bin/swift")
23 | process.arguments = ["package", "compute-checksum", filePath]
[180/183] Emitting module TailwindCSSCLIArtifactBundler
BUILD FAILURE 6.1 wasm