Build Information
Successful build of SwiftTailwind, reference 1.1.2+tw.4.2.1 (53a2e6), with Swift 6.1 for Linux on 17 Mar 2026 10:09:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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>&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: linux
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-4609320-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17237] Fetching swift-argument-parser
[10171/34483] Fetching swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.73s)
[1725/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (2.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.56s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.91s)
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
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
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
[16375/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 (4.00s)
[1/1] Compiling plugin TailwindCSS
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/392] Write sources
[6/392] Compiling bn-586-apple.S
[7/392] Copying Test.html
[7/392] Write sources
[10/392] Compiling bn-586-linux.S
[11/392] Compiling SimpleFIPS202.c
[12/392] Compiling CXKCPShims shims.c
[13/392] Compiling KeccakSponge.c
[14/392] Compiling KeccakHash.c
≈ tailwindcss v4.2.1
Done in 182ms
[15/392] Building Tailwind CSS
[16/392] Compiling fiat_p256_adx_sqr.S
[17/392] Copying TailwindCSS.bundle
[18/392] Compiling fiat_p256_adx_mul.S
[19/392] Compiling a_i2d_fp.cc
[20/392] Compiling fiat_curve25519_adx_square.S
[21/392] Compiling base64.cc
[22/392] Compiling fiat_curve25519_adx_mul.S
[23/392] Compiling md5-x86_64-linux.S
[24/392] Compiling md5-586-linux.S
[25/392] Compiling md5-x86_64-apple.S
[26/392] Compiling KeccakP-1600-opt64.c
[27/392] Compiling md5-586-apple.S
[28/392] Compiling CCryptoBoringSSLShims shims.c
[29/392] Compiling chacha20_poly1305_x86_64-apple.S
[30/392] Compiling chacha20_poly1305_armv8-win.S
[31/392] Compiling chacha20_poly1305_x86_64-linux.S
[32/392] Compiling a_gentm.cc
[33/392] Compiling chacha20_poly1305_armv8-linux.S
[34/392] Compiling chacha20_poly1305_armv8-apple.S
[35/392] Compiling chacha-x86_64-linux.S
[36/392] Compiling chacha-x86_64-apple.S
[37/392] Compiling chacha-x86-apple.S
[38/392] Compiling chacha-x86-linux.S
[39/392] Compiling chacha-armv8-win.S
[40/392] Write swift-version-24593BA9C3E375BF.txt
[41/392] Compiling a_bitstr.cc
[42/392] Compiling chacha-armv8-linux.S
[43/392] Compiling chacha-armv8-apple.S
[44/392] Compiling aes128gcmsiv-x86_64-apple.S
[45/392] Compiling chacha-armv4-linux.S
[46/392] Compiling aes128gcmsiv-x86_64-linux.S
[47/392] Compiling x86_64-mont5-linux.S
[48/392] Compiling x86_64-mont-apple.S
[49/392] Compiling x86_64-mont-linux.S
[50/392] Compiling err_data.cc
[51/392] Compiling x86-mont-linux.S
[52/392] Compiling x86_64-mont5-apple.S
[53/392] Compiling x86-mont-apple.S
[54/392] Compiling vpaes-x86_64-apple.S
[55/394] Compiling vpaes-x86_64-linux.S
[56/396] Compiling vpaes-x86-linux.S
[57/397] Compiling vpaes-x86-apple.S
[58/397] Compiling vpaes-armv8-win.S
[59/399] Compiling vpaes-armv8-linux.S
[60/399] Compiling vpaes-armv7-linux.S
[61/399] Compiling sha512-x86_64-linux.S
[62/399] Compiling vpaes-armv8-apple.S
[63/399] Compiling sha512-armv8-win.S
[64/399] Compiling sha512-x86_64-apple.S
[65/399] Compiling sha512-586-linux.S
[66/399] Compiling sha512-586-apple.S
[66/399] Compiling sha512-armv4-linux.S
[66/399] Compiling sha512-armv8-linux.S
[69/399] Compiling sha256-x86_64-linux.S
[70/399] Compiling sha512-armv8-apple.S
[71/399] Compiling sha256-x86_64-apple.S
[71/399] Compiling sha256-armv4-linux.S
[73/399] Compiling sha256-armv8-apple.S
[73/399] Compiling sha256-armv8-linux.S
[75/399] Compiling sha256-586-linux.S
[75/399] Compiling sha256-armv8-win.S
[77/399] Compiling sha1-armv8-linux.S
[78/399] Compiling sha256-586-apple.S
[78/399] Compiling sha1-armv8-win.S
[80/399] Compiling sha1-x86_64-apple.S
[81/399] Compiling sha1-armv8-apple.S
[82/399] Compiling sha1-x86_64-linux.S
[83/399] Compiling sha1-586-apple.S
[84/399] Compiling sha1-586-linux.S
[85/399] Compiling sha1-armv4-large-linux.S
[86/399] Compiling rsaz-avx2-apple.S
[87/399] Compiling rsaz-avx2-linux.S
[88/399] Compiling rdrand-x86_64-apple.S
[89/399] Compiling p256_beeu-armv8-asm-win.S
[90/399] Compiling p256_beeu-armv8-asm-linux.S
[90/399] Compiling p256_beeu-x86_64-asm-apple.S
[92/399] Compiling p256_beeu-x86_64-asm-linux.S
[92/399] Compiling rdrand-x86_64-linux.S
[94/399] Compiling p256_beeu-armv8-asm-apple.S
[95/399] Compiling p256-x86_64-asm-apple.S
[96/399] Compiling p256-armv8-asm-win.S
[97/399] Compiling p256-armv8-asm-linux.S
[98/399] Compiling p256-armv8-asm-apple.S
[99/399] Compiling p256-x86_64-asm-linux.S
[100/399] Compiling ghashv8-armv8-win.S
[101/399] Compiling ghashv8-armv8-linux.S
[102/399] Compiling ghashv8-armv8-apple.S
[102/399] Compiling ghashv8-armv7-linux.S
[104/399] Compiling ghash-x86_64-linux.S
[105/399] Compiling ghash-x86_64-apple.S
[106/399] Compiling ghash-x86-linux.S
[107/399] Compiling ghash-x86-apple.S
[108/399] Compiling ghash-ssse3-x86_64-apple.S
[109/399] Compiling ghash-ssse3-x86_64-linux.S
[109/399] Compiling ghash-ssse3-x86-linux.S
[111/399] Compiling ghash-ssse3-x86-apple.S
[112/399] Compiling ghash-neon-armv8-linux.S
[113/399] Compiling ghash-neon-armv8-win.S
[114/399] Compiling co-586-apple.S
[115/399] Compiling ghash-armv4-linux.S
[116/399] Compiling ghash-neon-armv8-apple.S
[117/399] Compiling co-586-linux.S
[118/399] Compiling bsaes-armv7-linux.S
[119/399] Compiling bn-armv8-win.S
[120/399] Compiling bn-armv8-apple.S
[121/399] Compiling armv8-mont-win.S
[122/399] Compiling bn-armv8-linux.S
[123/399] Compiling armv8-mont-apple.S
[124/399] Compiling armv4-mont-linux.S
[124/399] Compiling armv8-mont-linux.S
[126/399] Compiling aesv8-gcm-armv8-win.S
[127/399] Compiling aesv8-gcm-armv8-linux.S
[128/399] Compiling aesv8-gcm-armv8-apple.S
[129/399] Compiling aesv8-armv7-linux.S
[129/399] Compiling aesni-x86_64-linux.S
[131/399] Compiling aesv8-armv8-win.S
[131/399] Compiling aesv8-armv8-linux.S
[131/399] Compiling aesv8-armv8-apple.S
[134/399] Compiling aesni-x86_64-apple.S
[135/399] Compiling aesni-x86-linux.S
[136/399] Compiling aesni-x86-apple.S
[137/399] Compiling aes-gcm-avx512-x86_64-apple.S
[138/399] Compiling aes-gcm-avx512-x86_64-linux.S
[138/399] Compiling aesni-gcm-x86_64-linux.S
[140/399] Compiling aesni-gcm-x86_64-apple.S
[141/399] Compiling aes-gcm-avx2-x86_64-apple.S
[142/399] Compiling aes-gcm-avx2-x86_64-linux.S
[143/399] Compiling xwing.cc
[144/399] Compiling x_req.cc
[145/399] Compiling x_spki.cc
[146/399] Compiling x_sig.cc
[147/399] Compiling x_x509a.cc
[148/399] Compiling x_x509.cc
[149/399] Compiling x_pubkey.cc
[151/399] Emitting module ArgumentParserToolInfo
[152/399] Compiling ArgumentParserToolInfo ToolInfo.swift
[154/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
[154/400] Compiling x_name.cc
[155/400] Compiling x_crl.cc
[156/400] Compiling x_attrib.cc
[157/400] Compiling x_exten.cc
[158/400] Compiling x_all.cc
[159/400] Compiling x_algor.cc
[160/400] Compiling x509spki.cc
[161/400] Compiling x509rset.cc
[162/400] Compiling x509name.cc
[163/400] Compiling x509cset.cc
[164/400] Compiling x509_vpm.cc
[165/400] Compiling x509_vfy.cc
[166/400] Compiling x509_v3.cc
[167/400] Compiling x509_txt.cc
[169/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
[170/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
[171/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
[172/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
[172/401] Compiling x509_trs.cc
[174/401] Compiling x509_set.cc
[175/401] Compiling x509_req.cc
[176/401] Compiling x509_obj.cc
[177/401] Compiling x509_lu.cc
[178/401] Compiling x509_ext.cc
[179/401] Compiling x509_def.cc
[180/401] Compiling x509.cc
[181/401] Compiling x509_d2.cc
[182/401] Compiling x509_att.cc
[183/401] Compiling x509_cmp.cc
[184/401] Compiling v3_utl.cc
[185/401] Compiling v3_skey.cc
[186/401] Compiling v3_purp.cc
[187/401] Compiling v3_prn.cc
[188/401] Compiling v3_pmaps.cc
[189/401] Compiling v3_ocsp.cc
[190/401] Compiling v3_pcons.cc
[191/401] Compiling v3_ncons.cc
[192/401] Compiling v3_lib.cc
[193/401] Compiling v3_int.cc
[194/401] Compiling v3_info.cc
[195/401] Compiling v3_ia5.cc
[196/401] Compiling v3_genn.cc
[197/401] Compiling v3_extku.cc
[198/401] Compiling v3_crld.cc
[199/401] Compiling v3_enum.cc
[200/401] Compiling v3_cpols.cc
[201/401] Compiling v3_conf.cc
[202/401] Compiling v3_bitst.cc
[203/401] Compiling v3_bcons.cc
[204/401] Compiling v3_akeya.cc
[205/401] Compiling v3_alt.cc
[206/401] Compiling t_x509a.cc
[207/401] Compiling t_x509.cc
[208/401] Compiling v3_akey.cc
[209/401] Compiling t_crl.cc
[210/401] Compiling t_req.cc
[211/401] Compiling i2d_pr.cc
[212/401] Compiling rsa_pss.cc
[213/401] Compiling name_print.cc
[214/401] Compiling policy.cc
[215/401] Compiling by_file.cc
[216/401] Compiling by_dir.cc
[217/401] Compiling algorithm.cc
[218/401] Compiling a_verify.cc
[219/401] Compiling asn1_gen.cc
[220/401] Compiling a_digest.cc
[221/401] Compiling voprf.cc
[222/401] Compiling thread_pthread.cc
[223/401] Compiling a_sign.cc
[224/401] Compiling thread_none.cc
[225/401] Compiling thread_win.cc
[226/401] Compiling thread.cc
[227/401] Compiling trust_token.cc
[228/401] Compiling pmbtoken.cc
[229/401] Compiling stack.cc
[230/401] Compiling sha512.cc
[231/401] Compiling siphash.cc
[232/401] Compiling sha1.cc
[233/401] Compiling rsa_extra.cc
[234/401] Compiling sha256.cc
[235/401] Compiling slhdsa.cc
[236/401] Compiling rsa_print.cc
[237/401] Compiling spake2plus.cc
[238/401] Compiling windows.cc
[239/401] Compiling rsa_crypt.cc
[240/401] Compiling refcount.cc
[241/401] Compiling rc4.cc
[242/401] Compiling urandom.cc
[243/401] Compiling trusty.cc
[243/401] Compiling rand.cc
[245/401] Compiling getentropy.cc
[246/401] Compiling deterministic.cc
[247/401] Compiling passive.cc
[248/401] Compiling forkunsafe.cc
[249/401] Compiling ios.cc
[249/401] Compiling fork_detect.cc
[251/401] Compiling rsa_asn1.cc
[252/401] Compiling poly1305_arm_asm.S
[253/401] Compiling poly1305_arm.cc
[254/401] Compiling pool.cc
[255/401] Compiling poly1305.cc
[256/401] Compiling poly1305_vec.cc
[257/401] Compiling pkcs8.cc
[258/401] Compiling pkcs7.cc
[259/401] Compiling p5_pbev2.cc
[260/401] Compiling pkcs8_x509.cc
[261/401] Compiling pkcs7_x509.cc
[262/401] Compiling pem_xaux.cc
[263/401] Compiling pem_pkey.cc
[264/401] Compiling pem_x509.cc
[265/401] Compiling mlkem.cc
[266/401] Compiling pem_pk8.cc
[267/401] Compiling obj_xref.cc
[268/401] Compiling pem_oth.cc
[269/401] Compiling pem_info.cc
[270/401] Compiling pem_lib.cc
[271/401] Compiling mldsa.cc
[272/401] Compiling pem_all.cc
[273/401] Compiling obj.cc
[274/401] Compiling mem.cc
[275/401] Compiling poly_rq_mul.S
[276/401] Compiling lhash.cc
[277/401] Compiling fips_shared_support.cc
[278/401] Compiling md5.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 hrss.cc
[284/401] Compiling hpke.cc
[285/401] Compiling scrypt.cc
[286/401] Compiling pbkdf.cc
[287/401] Compiling print.cc
[288/401] Compiling sign.cc
[289/401] Compiling p_x25519_asn1.cc
[290/401] Compiling p_x25519.cc
[291/401] Compiling p_rsa_asn1.cc
[292/401] Compiling p_hkdf.cc
[293/401] Compiling p_rsa.cc
[294/401] Compiling p_ed25519_asn1.cc
[295/401] Compiling p_ed25519.cc
[296/401] Compiling p_ec.cc
[297/401] Compiling p_ec_asn1.cc
[298/401] Compiling p_dsa_asn1.cc
[299/401] Compiling p_dh_asn1.cc
[300/401] Compiling p_dh.cc
[301/401] Compiling err.cc
[302/401] Compiling evp_ctx.cc
[303/401] Compiling evp_asn1.cc
[304/401] Compiling evp.cc
[305/401] Compiling ecdsa_p1363.cc
[306/401] Compiling engine.cc
[307/401] Compiling ecdh.cc
[308/401] Compiling ecdsa_asn1.cc
[309/401] Compiling ec_derive.cc
[310/401] Compiling hash_to_curve.cc
[311/401] Compiling dsa.cc
[312/401] Compiling dsa_asn1.cc
[313/401] Compiling ec_asn1.cc
[314/401] Compiling digest_extra.cc
[315/401] Compiling x25519-asm-arm.S
[316/401] Compiling des.cc
[317/401] Compiling dh_asn1.cc
[317/401] Compiling params.cc
[319/401] Compiling crypto.cc
[320/401] Compiling spake25519.cc
[321/401] Compiling cpu_intel.cc
[322/401] Compiling curve25519.cc
[323/401] Compiling cpu_arm_freebsd.cc
[324/401] Compiling cpu_arm_linux.cc
[325/401] Compiling cpu_aarch64_openbsd.cc
[326/401] Compiling cpu_aarch64_win.cc
[327/401] Compiling cpu_aarch64_sysreg.cc
[328/401] Compiling cpu_aarch64_linux.cc
[329/401] Compiling curve25519_64_adx.cc
[330/401] Compiling cpu_aarch64_apple.cc
[331/401] Compiling cpu_aarch64_fuchsia.cc
[332/401] Compiling conf.cc
[333/401] Compiling tls_cbc.cc
[334/401] Compiling get_cipher.cc
[335/401] Compiling e_rc4.cc
[336/401] Compiling e_rc2.cc
[337/401] Compiling e_tls.cc
[338/401] Compiling e_null.cc
[339/401] Compiling e_chacha20poly1305.cc
[340/401] Compiling e_aesgcmsiv.cc
[341/401] Compiling e_des.cc
[342/401] Compiling e_aeseax.cc
[343/401] Compiling e_aesctrhmac.cc
[344/401] Compiling cms.cc
[345/401] Compiling derive_key.cc
[346/401] Compiling chacha.cc
[347/401] Compiling buf.cc
[348/401] Compiling unicode.cc
[349/401] Compiling cbb.cc
[350/401] Compiling sqrt.cc
[351/401] Compiling cbs.cc
[352/401] Compiling asn1_compat.cc
[353/401] Compiling ber.cc
[354/401] Compiling exponentiation.cc
[355/401] Compiling div.cc
[356/401] Compiling printf.cc
[357/401] Compiling bn_asn1.cc
[358/401] Compiling convert.cc
[359/401] Compiling blake2.cc
[360/401] Compiling pair.cc
[361/401] Compiling errno.cc
[362/401] Compiling hexdump.cc
[363/401] Compiling bio_mem.cc
[364/401] Compiling fd.cc
[365/401] Compiling file.cc
[366/401] Compiling bio.cc
[367/401] Compiling tasn_typ.cc
[368/401] Compiling tasn_enc.cc
[369/401] Compiling tasn_utl.cc
[370/401] Compiling tasn_fre.cc
[371/401] Compiling tasn_new.cc
[372/401] Compiling posix_time.cc
[373/401] Compiling f_string.cc
[374/401] Compiling tasn_dec.cc
[375/401] Compiling f_int.cc
[376/401] Compiling asn1_par.cc
[377/401] Compiling asn_pack.cc
[378/401] Compiling a_utctm.cc
[379/401] Compiling a_octet.cc
[380/401] Compiling asn1_lib.cc
[381/401] Compiling a_type.cc
[382/401] Compiling a_time.cc
[383/401] Compiling a_strnid.cc
[384/401] Compiling a_strex.cc
[385/401] Compiling a_dup.cc
[386/401] Compiling a_d2i_fp.cc
[387/401] Write sources
[388/401] Compiling a_mbstr.cc
[389/401] Compiling a_object.cc
[390/401] Wrapping AST for ArgumentParserToolInfo for debugging
[391/401] Compiling aes.cc
[392/447] Compiling a_int.cc
[393/447] Compiling a_bool.cc
[395/447] Compiling ArgumentParser ParentCommand.swift
[396/447] Compiling ArgumentParser AsyncParsableCommand.swift
[397/447] Compiling ArgumentParser CommandConfiguration.swift
[398/447] Compiling ArgumentParser CommandGroup.swift
[399/447] Compiling ArgumentParser EnumerableFlag.swift
[400/447] Compiling ArgumentParser ExpressibleByArgument.swift
[401/447] Compiling ArgumentParser ParsableArguments.swift
[401/453] Compiling bcm.cc
[403/461] Compiling ArgumentParser InputOrigin.swift
[404/461] Compiling ArgumentParser Name.swift
[405/461] Compiling ArgumentParser Parsed.swift
[406/461] Compiling ArgumentParser ParsedValues.swift
[407/461] Compiling ArgumentParser ParserError.swift
[408/461] Compiling ArgumentParser SplitArguments.swift
[409/461] Compiling ArgumentParser Foundation.swift
[410/461] Compiling ArgumentParser Mutex.swift
[411/461] Compiling ArgumentParser Platform.swift
[412/461] Compiling ArgumentParser SequenceExtensions.swift
[413/461] Compiling ArgumentParser StringExtensions.swift
[414/461] Compiling ArgumentParser SwiftExtensions.swift
[415/461] Compiling ArgumentParser DumpHelpGenerator.swift
[416/461] Compiling ArgumentParser HelpCommand.swift
[417/461] Compiling ArgumentParser HelpGenerator.swift
[418/461] Compiling ArgumentParser MessageInfo.swift
[419/461] Compiling ArgumentParser UsageGenerator.swift
[420/461] Compiling ArgumentParser CollectionExtensions.swift
[421/461] Compiling ArgumentParser Tree.swift
[422/461] Compiling ArgumentParser CodingKeyValidator.swift
[423/461] Compiling ArgumentParser NonsenseFlagsValidator.swift
[424/461] Compiling ArgumentParser ParsableArgumentsValidation.swift
[425/461] Compiling ArgumentParser PositionalArgumentsValidator.swift
[426/461] Compiling ArgumentParser UniqueNamesValidator.swift
[427/461] Compiling ArgumentParser BashCompletionsGenerator.swift
[428/461] Compiling ArgumentParser CompletionsGenerator.swift
[429/461] Compiling ArgumentParser FishCompletionsGenerator.swift
[430/461] Compiling ArgumentParser ZshCompletionsGenerator.swift
[431/461] Compiling ArgumentParser Argument.swift
[432/461] Compiling ArgumentParser ArgumentDiscussion.swift
[433/461] Compiling ArgumentParser ArgumentHelp.swift
[434/461] 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
[435/461] 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
[436/461] Emitting module ArgumentParser
[437/461] Compiling ArgumentParser ArgumentVisibility.swift
[438/461] Compiling ArgumentParser CompletionKind.swift
[439/461] Compiling ArgumentParser Errors.swift
[440/461] Compiling ArgumentParser Flag.swift
[441/461] Compiling ArgumentParser NameSpecification.swift
[442/461] Compiling ArgumentParser Option.swift
[443/461] Compiling ArgumentParser OptionGroup.swift
[444/461] Compiling ArgumentParser ParsableCommand.swift
[445/461] Compiling ArgumentParser ArgumentDecoder.swift
[446/461] Compiling ArgumentParser ArgumentDefinition.swift
[447/461] Compiling ArgumentParser ArgumentSet.swift
[448/461] Compiling ArgumentParser CommandParser.swift
[449/461] Compiling ArgumentParser InputKey.swift
[451/462] 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
[452/462] 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
[453/462] 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
[454/462] 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
[455/462] 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
[456/462] 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
[456/463] Wrapping AST for ArgumentParser for debugging
[458/463] Wrapping AST for CryptoBoringWrapper for debugging
[460/546] Compiling Crypto ASN1Null.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
[461/546] Compiling Crypto ASN1OctetString.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
[462/546] Compiling Crypto ASN1Strings.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
[463/546] Compiling Crypto ArraySliceBigint.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
[464/546] Compiling Crypto GeneralizedTime.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
[465/546] Compiling Crypto ObjectIdentifier.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
[466/546] Compiling Crypto ECDSASignature.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
[467/546] Compiling Crypto PEMDocument.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
[468/546] Compiling Crypto PKCS8PrivateKey.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
[469/546] Compiling Crypto SEC1PrivateKey.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
[470/546] Compiling Crypto SubjectPublicKeyInfo.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
[471/546] Compiling Crypto CryptoError_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
[472/557] Compiling Crypto CryptoKitErrors.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
[473/557] Compiling Crypto Digest_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
[474/557] Compiling Crypto Digest.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
[475/557] Compiling Crypto Digests.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
[476/557] Compiling Crypto HashFunctions.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
[477/557] Compiling Crypto HashFunctions_SHA2.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
[478/557] Compiling Crypto HashFunctions_SHA3.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
[479/557] Compiling Crypto Digest_xkcp.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
[480/557] Compiling Crypto HPKE-AEAD.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
[481/557] Compiling Crypto HPKE-Ciphersuite.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
[482/557] Compiling Crypto HPKE-KDF.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
[483/557] Compiling Crypto HPKE-KexKeyDerivation.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
[484/557] 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
[485/557] Compiling Crypto AES-GCM.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 AES-GCM_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
[487/557] Compiling Crypto ChaChaPoly_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 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
[489/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
[490/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
[491/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
[492/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
[493/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
[494/557] Compiling Crypto ASN1Boolean.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 ASN1Identifier.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
[496/557] Compiling Crypto ASN1Integer.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
[497/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
[498/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
[499/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
[500/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
[501/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
[502/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
[503/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
[504/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
[505/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
[506/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
[507/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
[508/557] Compiling Crypto HPKE-LabeledExtract.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
[509/557] Compiling Crypto HPKE-Utils.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
[510/557] Compiling Crypto DHKEM.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
[511/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
[512/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
[513/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
[514/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
[515/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
[516/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
[517/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
[518/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
[519/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
[520/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
[521/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
[522/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
[523/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
[524/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
[525/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
[526/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
[527/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
[528/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
[529/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
[530/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
[531/557] Compiling Crypto Insecure_HashFunctions.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
[532/557] Compiling Crypto MLKEM_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
[533/557] Compiling Crypto MLKEM_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
[534/557] Compiling Crypto XWing_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 KEM-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
[536/557] Compiling Crypto 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
[537/557] Compiling Crypto MLKEM.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 XWing.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 ECDH_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
[540/557] Compiling Crypto DH.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 ECDH.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 ANSIx963.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 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
[557/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
[558/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
[559/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
[560/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
[561/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
[562/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
[563/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
[564/567] Wrapping AST for TailwindCSSCLIArtifactBundler for debugging
[565/567] Write Objects.LinkFileList
[566/567] Linking TailwindCSSCLIArtifactBundler
Build complete! (83.98s)
Build complete.
{
"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"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.