Build Information
Successful build of ObfuscateMacro, reference 0.11.0 (b07258
), with Swift 6.1 for Wasm on 30 May 2025 21:15:24 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObfuscateMacro.git
Reference: 0.11.0
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/p-x9/ObfuscateMacro
* tag 0.11.0 -> FETCH_HEAD
HEAD is now at b072587 Merge pull request #28 from p-x9/feature/swift-syntax-601
Cloned https://github.com/p-x9/ObfuscateMacro.git
Revision (git rev-parse @):
b072587f7cd106cb254acb52758c1fb6ae91ab6e
SUCCESS checkout https://github.com/p-x9/ObfuscateMacro.git at 0.11.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/p-x9/ObfuscateMacro.git
https://github.com/p-x9/ObfuscateMacro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "ObfuscateMacro",
"name" : "ObfuscateMacro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ObfuscateMacro",
"targets" : [
"ObfuscateMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObfuscateMacroPlugin",
"targets" : [
"ObfuscateMacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ObfuscateSupport",
"module_type" : "SwiftTarget",
"name" : "ObfuscateSupport",
"path" : "Sources/ObfuscateSupport",
"product_memberships" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"sources" : [
"Method.swift"
],
"type" : "library"
},
{
"c99name" : "ObfuscateMacroTests",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacroTests",
"path" : "Tests/ObfuscateMacroTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ObfuscateMacroTests.swift"
],
"target_dependencies" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"type" : "test"
},
{
"c99name" : "ObfuscateMacroPlugin",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacroPlugin",
"path" : "Sources/ObfuscateMacroPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftParser",
"SwiftParserDiagnostics",
"Algorithms",
"Crypto"
],
"product_memberships" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"sources" : [
"Extension/Data+.swift",
"Extension/ObfuscateMethod+.swift",
"Macros/ObfuscatedString.swift",
"ObfuscateMacroDiagnostic.swift",
"ObfuscateMacroPlugin.swift"
],
"target_dependencies" : [
"ObfuscateSupport"
],
"type" : "macro"
},
{
"c99name" : "ObfuscateMacro",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacro",
"path" : "Sources/ObfuscateMacro",
"product_dependencies" : [
"Algorithms",
"Crypto"
],
"product_memberships" : [
"ObfuscateMacro"
],
"sources" : [
"Exported.swift",
"ObfuscateMacro.swift"
],
"target_dependencies" : [
"ObfuscateMacroPlugin",
"ObfuscateSupport"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-crypto.git
[1/5959] Fetching swift-algorithms
[3517/19895] Fetching swift-algorithms, swift-crypto
[8887/90417] Fetching swift-algorithms, swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-algorithms from cache (3.48s)
[54839/84458] Fetching swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (12.00s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (12.05s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (15.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.64s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.80s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.85s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/775] Write sources
[9/775] Write swift-version-24593BA9C3E375BF.txt
[10/775] Compiling _SwiftSyntaxCShims dummy.c
[11/775] Compiling a_d2i_fp.cc
[11/775] Compiling a_bool.cc
[13/775] Compiling _NumericsShims _NumericsShims.c
[13/775] Write sources
[31/777] Compiling a_bitstr.cc
[32/779] Compiling CCryptoBoringSSLShims shims.c
[33/783] Compiling a_bitstr.cc
[34/783] Compiling a_dup.cc
[35/783] Compiling a_d2i_fp.cc
[36/783] Compiling a_bool.cc
[38/785] Emitting module SwiftSyntax601
<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
[38/785] Compiling fiat_p256_adx_sqr.S
[39/785] Compiling fiat_p256_adx_mul.S
[40/795] Compiling fiat_curve25519_adx_square.S
[42/797] Emitting module SwiftSyntax510
<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
[42/797] Compiling fiat_curve25519_adx_mul.S
[43/797] Compiling md5-x86_64-linux.S
[44/797] Compiling md5-x86_64-apple.S
[45/797] Compiling md5-586-linux.S
[46/797] Compiling md5-586-apple.S
[47/797] Compiling err_data.cc
[48/797] Compiling chacha20_poly1305_x86_64-linux.S
[49/797] Compiling chacha20_poly1305_x86_64-apple.S
[50/797] Compiling chacha20_poly1305_armv8-win.S
[51/797] Compiling chacha20_poly1305_armv8-linux.S
[52/797] Compiling chacha20_poly1305_armv8-apple.S
[53/797] Compiling chacha-x86_64-linux.S
[54/797] Compiling chacha-x86_64-apple.S
[55/797] Compiling chacha-x86-linux.S
[56/797] Compiling chacha-x86-apple.S
[57/797] Compiling chacha-armv8-win.S
[58/797] Compiling chacha-armv8-linux.S
[59/797] Compiling chacha-armv8-apple.S
[60/797] Compiling chacha-armv4-linux.S
[62/797] Emitting module ObfuscateSupport
[62/797] Compiling aes128gcmsiv-x86_64-linux.S
[63/797] Compiling aes128gcmsiv-x86_64-apple.S
[64/797] Compiling x86_64-mont5-linux.S
[65/797] Compiling x86_64-mont5-apple.S
[66/797] Compiling x86_64-mont-linux.S
[67/797] Compiling x86_64-mont-apple.S
[68/797] Compiling x86-mont-linux.S
[69/797] Compiling x86-mont-apple.S
[70/797] Compiling vpaes-x86_64-linux.S
[71/797] Compiling vpaes-x86_64-apple.S
[72/797] Compiling vpaes-x86-linux.S
[73/797] Compiling vpaes-x86-apple.S
[75/797] Compiling RealModule Float+Real.swift
[75/798] Compiling vpaes-armv8-win.S
[77/798] Compiling RealModule RealFunctions.swift
[78/798] Compiling RealModule AlgebraicField.swift
[79/798] Compiling RealModule ApproximateEquality.swift
[80/798] Emitting module SwiftSyntax600
<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
[81/798] Compiling SwiftSyntax510 Empty.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
[82/798] Compiling SwiftSyntax600 Empty.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
[82/800] Compiling vpaes-armv8-linux.S
[84/800] Compiling RealModule Float80+Real.swift
[85/800] Compiling RealModule Real.swift
[86/800] Compiling RealModule Float16+Real.swift
[87/800] Compiling SwiftSyntax601 Empty.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
[88/800] Compiling SwiftSyntax509 Empty.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
[89/800] Compiling RealModule ElementaryFunctions.swift
[90/800] Emitting module SwiftSyntax509
<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
[91/802] Emitting module RealModule
[92/802] Compiling RealModule AugmentedArithmetic.swift
[93/802] Compiling RealModule Double+Real.swift
[93/803] Compiling vpaes-armv8-apple.S
[99/803] Compiling vpaes-armv7-linux.S
[100/803] Compiling sha512-x86_64-linux.S
[101/803] Wrapping AST for SwiftSyntax509 for debugging
[102/803] Wrapping AST for SwiftSyntax600 for debugging
[103/803] Wrapping AST for RealModule for debugging
[104/803] Wrapping AST for SwiftSyntax601 for debugging
[105/803] Wrapping AST for SwiftSyntax510 for debugging
[106/803] Compiling sha512-x86_64-apple.S
[107/803] Compiling sha512-armv8-win.S
[108/803] Compiling sha512-armv8-linux.S
[109/803] Compiling sha512-armv4-linux.S
[110/803] Compiling sha512-armv8-apple.S
[111/826] Compiling sha512-586-linux.S
[112/867] Compiling sha512-586-apple.S
[113/889] Compiling sha256-x86_64-linux.S
[114/892] Compiling sha256-x86_64-apple.S
[115/892] Compiling sha256-armv8-win.S
[116/892] Compiling sha256-armv8-linux.S
[117/892] Compiling sha256-armv8-apple.S
[118/892] Compiling sha256-armv4-linux.S
[119/892] Compiling sha256-586-apple.S
[120/892] Compiling sha256-586-linux.S
[121/892] Compiling sha1-x86_64-linux.S
[122/892] Compiling sha1-x86_64-apple.S
[123/892] Compiling sha1-armv8-win.S
[124/892] Compiling sha1-armv8-linux.S
[125/892] Compiling sha1-armv8-apple.S
[126/892] Compiling sha1-armv4-large-linux.S
[127/892] Compiling sha1-586-apple.S
[128/892] Compiling rsaz-avx2-apple.S
[129/892] Compiling sha1-586-linux.S
[130/892] Compiling rsaz-avx2-linux.S
[131/892] Compiling rdrand-x86_64-apple.S
[132/892] Compiling rdrand-x86_64-linux.S
[133/892] Compiling p256_beeu-x86_64-asm-apple.S
[134/892] Compiling p256_beeu-armv8-asm-win.S
[135/892] Compiling p256_beeu-armv8-asm-linux.S
[136/892] Compiling p256_beeu-x86_64-asm-linux.S
[137/892] Compiling p256-x86_64-asm-apple.S
[138/892] Compiling p256_beeu-armv8-asm-apple.S
[139/892] Compiling p256-armv8-asm-win.S
[140/892] Compiling p256-armv8-asm-linux.S
[141/892] Compiling ghashv8-armv8-win.S
[142/892] Compiling p256-x86_64-asm-linux.S
[143/892] Compiling p256-armv8-asm-apple.S
[144/892] Compiling ghashv8-armv8-apple.S
[145/892] Compiling ghashv8-armv7-linux.S
[146/892] Compiling ghashv8-armv8-linux.S
[147/892] Compiling ghash-x86_64-linux.S
[148/892] Compiling ghash-x86_64-apple.S
[149/892] Compiling ghash-x86-apple.S
[150/892] Compiling ghash-ssse3-x86_64-linux.S
[151/892] Compiling ghash-x86-linux.S
[152/892] Compiling ghash-ssse3-x86-linux.S
[153/892] Compiling ghash-ssse3-x86-apple.S
[154/892] Compiling ghash-ssse3-x86_64-apple.S
[155/892] Compiling ghash-neon-armv8-win.S
[156/892] Compiling ghash-neon-armv8-linux.S
[157/892] Compiling ghash-armv4-linux.S
[158/892] Compiling ghash-neon-armv8-apple.S
[159/892] Compiling co-586-linux.S
[160/892] Compiling co-586-apple.S
[161/892] Compiling bn-armv8-win.S
[162/892] Compiling bsaes-armv7-linux.S
[163/892] Compiling bn-armv8-linux.S
[164/892] Compiling bn-armv8-apple.S
[165/892] Compiling bn-586-apple.S
[166/892] Compiling bn-586-linux.S
[167/892] Compiling armv8-mont-win.S
[168/892] Compiling armv8-mont-apple.S
[169/892] Compiling aesv8-gcm-armv8-win.S
[170/892] Compiling armv8-mont-linux.S
[171/892] Compiling aesv8-gcm-armv8-linux.S
[172/892] Compiling armv4-mont-linux.S
[173/892] Compiling aesv8-armv8-win.S
[174/892] Compiling aesv8-gcm-armv8-apple.S
[175/892] Compiling aesv8-armv8-linux.S
[176/892] Compiling aesv8-armv8-apple.S
[177/892] Compiling aesv8-armv7-linux.S
[178/892] Compiling aesni-x86_64-apple.S
[179/892] Compiling aesni-x86_64-linux.S
[180/892] Compiling aesni-x86-linux.S
[181/892] Compiling aesni-x86-apple.S
[182/892] Compiling aesni-gcm-x86_64-linux.S
[183/892] Compiling aesni-gcm-x86_64-apple.S
[184/892] Compiling aes-gcm-avx10-x86_64-linux.S
[185/892] Compiling aes-gcm-avx10-x86_64-apple.S
[187/892] Compiling Algorithms RandomSample.swift
[188/892] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[189/892] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[190/895] Compiling SwiftSyntax Identifier.swift
[191/895] Compiling SwiftSyntax MemoryLayout.swift
[192/895] Compiling SwiftSyntax MissingNodeInitializers.swift
[193/895] Compiling SwiftSyntax AbsolutePosition.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
[194/895] Compiling SwiftSyntax AbsoluteRawSyntax.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
[195/895] Compiling SwiftSyntax AbsoluteSyntaxInfo.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
[196/895] Compiling SwiftSyntax Assert.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
[197/895] Compiling SwiftSyntax BumpPtrAllocator.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
[198/895] Compiling SwiftSyntax CommonAncestor.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
[199/895] Compiling SwiftSyntax Convenience.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
[200/895] Compiling SwiftSyntax CustomTraits.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
[201/895] Compiling SwiftSyntax EditorPlaceholder.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
[202/904] Compiling SwiftSyntax TokenDiagnostic.swift
[203/904] Compiling SwiftSyntax TokenSequence.swift
[204/904] Compiling SwiftSyntax TokenSyntax.swift
[205/904] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[206/904] Compiling SwiftSyntax SyntaxIdentifier.swift
[207/904] Compiling SwiftSyntax SyntaxNodeFactory.swift
[208/904] Compiling SwiftSyntax SyntaxNodeStructure.swift
[209/904] Compiling SwiftSyntax SyntaxProtocol.swift
[210/904] Compiling SwiftSyntax SyntaxText.swift
[211/904] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[212/904] Compiling SwiftSyntax SyntaxEnum.swift
[213/904] Compiling SwiftSyntax SyntaxKind.swift
[214/904] Compiling SwiftSyntax SyntaxRewriter.swift
[215/904] Compiling SwiftSyntax SyntaxTraits.swift
[215/904] Compiling x_x509a.cc
[217/904] Compiling ObfuscateSupport Method.swift
[217/905] Compiling x_val.cc
[218/905] Compiling x_spki.cc
[221/905] Compiling Algorithms Trim.swift
[222/905] Compiling Algorithms Unique.swift
[223/905] Compiling Algorithms Windows.swift
[223/905] Compiling x_x509.cc
[225/905] Compiling ObfuscateSupport Method.swift
[226/905] Emitting module ObfuscateSupport
[227/906] Compiling SwiftSyntax SyntaxVisitor.swift
[228/906] Compiling SwiftSyntax TokenKind.swift
[229/906] Compiling SwiftSyntax Tokens.swift
[230/906] Compiling SwiftSyntax TriviaPieces.swift
[230/906] Wrapping AST for ObfuscateSupport for debugging
[232/906] Compiling x_sig.cc
[233/906] Compiling x_exten.cc
[234/906] Compiling x_req.cc
[236/906] Emitting module Algorithms
[236/907] Compiling x_pubkey.cc
[238/907] Compiling x_name.cc
[239/907] Compiling x_crl.cc
[240/907] Compiling x_all.cc
[241/907] Compiling x_algor.cc
[242/907] Compiling x_attrib.cc
[243/907] Compiling x509name.cc
[244/907] Compiling x509spki.cc
[245/907] Compiling x509rset.cc
[246/907] Compiling x509cset.cc
[247/907] Compiling x509_txt.cc
[248/907] Compiling x509_vpm.cc
[249/907] Compiling x509_vfy.cc
[250/907] Compiling x509_trs.cc
[251/907] Compiling x509_v3.cc
[252/907] Compiling x509_set.cc
[253/907] Compiling x509_req.cc
[254/907] Compiling x509_obj.cc
[255/907] Compiling x509_ext.cc
[256/907] Compiling x509_def.cc
[257/907] Compiling x509_lu.cc
[258/907] Compiling x509_d2.cc
[259/907] Compiling x509_cmp.cc
[260/907] Compiling x509_att.cc
[261/907] Compiling x509.cc
[262/907] Compiling v3_utl.cc
[263/907] Compiling v3_skey.cc
[264/907] Compiling v3_prn.cc
[265/907] Compiling v3_purp.cc
[266/907] Compiling v3_pmaps.cc
[267/907] Compiling v3_pcons.cc
[268/907] Compiling v3_ocsp.cc
[269/907] Compiling v3_int.cc
[270/907] Compiling v3_ncons.cc
[271/907] Compiling v3_lib.cc
[272/907] Compiling v3_ia5.cc
[273/907] Compiling v3_info.cc
[274/907] Compiling v3_genn.cc
[275/907] Compiling v3_extku.cc
[276/907] Compiling v3_enum.cc
[277/907] Compiling v3_crld.cc
[278/907] Compiling v3_cpols.cc
[279/907] Compiling v3_conf.cc
[280/907] Compiling v3_bitst.cc
[281/907] Compiling v3_bcons.cc
[282/907] Compiling v3_alt.cc
[283/907] Compiling v3_akeya.cc
[284/907] Compiling t_x509.cc
[285/907] Compiling v3_akey.cc
[286/907] Compiling t_x509a.cc
[287/907] Compiling t_req.cc
[288/907] Compiling t_crl.cc
[289/907] Compiling rsa_pss.cc
[290/907] Compiling i2d_pr.cc
[291/907] Compiling policy.cc
[292/907] Compiling name_print.cc
[293/907] Compiling by_file.cc
[294/907] Compiling by_dir.cc
[295/907] Compiling asn1_gen.cc
[296/907] Compiling algorithm.cc
[297/907] Compiling a_verify.cc
[298/907] Compiling trust_token.cc
[299/907] Compiling voprf.cc
[300/907] Compiling a_sign.cc
[301/907] Compiling a_digest.cc
[302/907] Compiling thread_pthread.cc
[303/907] Compiling thread_win.cc
[304/907] Compiling pmbtoken.cc
[305/907] Compiling thread.cc
[306/907] Compiling thread_none.cc
[307/907] Compiling wots.cc
[308/907] Compiling stack.cc
[309/907] Compiling thash.cc
[310/907] Compiling slhdsa.cc
[311/907] Compiling merkle.cc
[312/907] Compiling fors.cc
[313/907] Compiling siphash.cc
[314/907] Compiling sha256.cc
[315/907] Compiling sha512.cc
[316/907] Compiling sha1.cc
[317/907] Compiling rsa_extra.cc
[318/907] Compiling rsa_print.cc
[319/907] Compiling rc4.cc
[320/907] Compiling refcount.cc
[321/907] Compiling rsa_crypt.cc
[322/907] Compiling rsa_asn1.cc
[323/907] Compiling windows.cc
[324/907] Compiling trusty.cc
[325/907] Compiling rand_extra.cc
[326/907] Compiling urandom.cc
[327/907] Compiling ios.cc
[328/907] Compiling getentropy.cc
[329/907] Compiling passive.cc
[330/907] Compiling poly1305_arm_asm.S
[331/907] Compiling forkunsafe.cc
[332/907] Compiling deterministic.cc
[333/907] Compiling fork_detect.cc
[334/907] Compiling pool.cc
[335/907] Compiling poly1305_arm.cc
[336/907] Compiling poly1305.cc
[337/907] Compiling poly1305_vec.cc
[339/907] Emitting module SwiftSyntax
<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
[339/907] Compiling pkcs7.cc
[340/907] Compiling p5_pbev2.cc
[341/907] Compiling pkcs8.cc
[342/907] Compiling pkcs8_x509.cc
[343/907] Compiling pem_xaux.cc
[344/907] Compiling pkcs7_x509.cc
[345/907] Compiling pem_x509.cc
[346/907] Compiling pem_pkey.cc
[347/907] Compiling obj_xref.cc
[348/907] Compiling pem_oth.cc
[349/907] Compiling pem_lib.cc
[350/907] Compiling pem_pk8.cc
[351/907] Compiling pem_all.cc
[352/907] Compiling pem_info.cc
[353/907] Compiling mlkem.cc
[354/907] Compiling mldsa.cc
[355/907] Compiling obj.cc
[356/907] Compiling md5.cc
[357/907] Compiling poly_rq_mul.S
[358/907] Compiling mem.cc
[359/907] Compiling lhash.cc
[360/907] Compiling fips_shared_support.cc
[361/907] Compiling md4.cc
[362/907] Compiling kyber.cc
[363/907] Compiling ex_data.cc
[364/907] Compiling sign.cc
[365/907] Compiling hpke.cc
[366/907] Compiling hrss.cc
[367/907] Compiling scrypt.cc
[368/907] Compiling p_x25519.cc
[369/907] Compiling pbkdf.cc
[370/907] Compiling print.cc
[371/907] Compiling p_x25519_asn1.cc
[372/907] Compiling p_rsa_asn1.cc
[373/907] Compiling p_rsa.cc
[374/907] Compiling p_ed25519.cc
[375/907] Compiling p_ec_asn1.cc
[376/907] Compiling p_ed25519_asn1.cc
[377/907] Compiling p_hkdf.cc
[378/907] Compiling p_ec.cc
[379/907] Compiling p_dsa_asn1.cc
[380/907] Compiling p_dh_asn1.cc
[381/907] Compiling p_dh.cc
[382/907] Compiling evp_ctx.cc
[383/907] Compiling evp.cc
[384/907] Compiling evp_asn1.cc
[385/907] Compiling err.cc
[386/907] Compiling engine.cc
[387/907] Compiling ecdsa_asn1.cc
[388/907] Compiling ecdh_extra.cc
[389/907] Compiling bcm.cc
[390/907] Compiling ec_derive.cc
[391/907] Compiling hash_to_curve.cc
[392/907] Compiling ec_asn1.cc
[393/907] Compiling dsa.cc
[394/907] Compiling dsa_asn1.cc
[395/907] Compiling params.cc
[396/907] Compiling x25519-asm-arm.S
[397/907] Compiling digest_extra.cc
[398/907] Compiling des.cc
[399/907] Compiling dh_asn1.cc
[400/907] Compiling spake25519.cc
[401/907] Compiling cpu_arm_freebsd.cc
[402/907] Compiling crypto.cc
[403/907] Compiling cpu_arm_linux.cc
[404/907] Compiling cpu_intel.cc
[405/907] Compiling cpu_aarch64_win.cc
[406/907] Compiling curve25519.cc
[407/907] Compiling cpu_aarch64_sysreg.cc
[408/907] Compiling cpu_aarch64_openbsd.cc
[409/907] Compiling cpu_aarch64_fuchsia.cc
[410/907] Compiling cpu_aarch64_linux.cc
[411/907] Compiling cpu_aarch64_apple.cc
[412/907] Compiling curve25519_64_adx.cc
[413/907] Compiling conf.cc
[414/907] Compiling tls_cbc.cc
[415/907] Compiling e_rc2.cc
[415/907] Compiling e_tls.cc
[417/907] Compiling e_rc4.cc
[418/907] Compiling e_null.cc
[419/907] Compiling e_des.cc
[420/907] Compiling e_aesgcmsiv.cc
[421/907] Compiling chacha.cc
[422/907] Compiling derive_key.cc
[423/907] Compiling cipher_extra.cc
[424/907] Compiling e_chacha20poly1305.cc
[425/907] Compiling unicode.cc
[426/907] Compiling e_aesctrhmac.cc
[427/907] Compiling ber.cc
[428/907] Compiling cbs.cc
[429/907] Compiling buf.cc
[430/907] Compiling cbb.cc
[431/907] Compiling bn_asn1.cc
[432/907] Compiling asn1_compat.cc
[433/907] Compiling convert.cc
[434/907] Compiling printf.cc
[435/907] Compiling blake2.cc
[436/907] Compiling pair.cc
[437/907] Compiling hexdump.cc
[438/907] Compiling fd.cc
[439/907] Compiling errno.cc
[440/907] Compiling file.cc
[441/907] Compiling base64.cc
[442/907] Compiling bio_mem.cc
[443/907] Compiling bio.cc
[444/907] Compiling tasn_new.cc
[445/907] Compiling tasn_fre.cc
[446/907] Compiling tasn_typ.cc
[447/907] Compiling tasn_utl.cc
[448/907] Compiling tasn_enc.cc
[449/907] Compiling posix_time.cc
[450/907] Compiling f_int.cc
[451/907] Compiling tasn_dec.cc
[452/907] Compiling asn_pack.cc
[453/907] Compiling f_string.cc
[454/907] Compiling asn1_par.cc
<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
[464/907] Compiling asn1_lib.cc
[465/907] Compiling a_utctm.cc
[466/907] Compiling a_strnid.cc
[467/907] Compiling a_type.cc
[468/907] Compiling a_octet.cc
[468/907] Compiling a_time.cc
[470/907] Compiling a_strex.cc
[471/907] Wrapping AST for Algorithms for debugging
[472/907] Compiling _NumericsShims _NumericsShims.c
[473/907] Write sources
[474/907] Compiling a_i2d_fp.cc
[474/907] Write sources
[476/907] Compiling a_mbstr.cc
[477/907] Compiling a_dup.cc
[478/917] Compiling fiat_p256_adx_mul.S
[479/917] Compiling fiat_p256_adx_sqr.S
[480/917] Compiling a_gentm.cc
[481/917] Compiling fiat_curve25519_adx_square.S
[482/917] Compiling fiat_curve25519_adx_mul.S
[483/917] Compiling a_object.cc
[484/917] Compiling a_int.cc
[485/917] Compiling md5-x86_64-linux.S
[486/917] Compiling md5-x86_64-apple.S
[487/917] Compiling md5-586-apple.S
[489/917] Compiling RealModule ElementaryFunctions.swift
[489/918] Compiling md5-586-linux.S
[490/918] Compiling chacha20_poly1305_x86_64-apple.S
[491/918] Compiling chacha20_poly1305_armv8-win.S
[492/918] Compiling chacha20_poly1305_x86_64-linux.S
[494/918] Compiling RealModule Float80+Real.swift
[495/918] Compiling RealModule Real.swift
[495/918] Compiling chacha20_poly1305_armv8-linux.S
[496/918] Compiling chacha20_poly1305_armv8-apple.S
[498/918] Compiling RealModule RealFunctions.swift
[498/918] Compiling chacha-x86_64-linux.S
[499/918] Compiling chacha-x86_64-apple.S
[500/920] Compiling chacha-x86-linux.S
[501/922] Compiling chacha-x86-apple.S
[502/926] Compiling CCryptoBoringSSLShims shims.c
[504/926] Compiling RealModule Float16+Real.swift
[504/926] Compiling chacha-armv8-linux.S
[505/926] Compiling chacha-armv8-win.S
[506/926] Compiling chacha-armv8-apple.S
[507/926] Compiling aes128gcmsiv-x86_64-linux.S
[509/926] Compiling RealModule Float+Real.swift
[509/926] Compiling aes128gcmsiv-x86_64-apple.S
[510/926] Compiling chacha-armv4-linux.S
[511/926] Compiling x86_64-mont5-apple.S
[512/926] Compiling x86_64-mont-linux.S
[513/926] Compiling x86_64-mont5-linux.S
[514/926] Compiling x86_64-mont-apple.S
[515/926] Compiling x86-mont-linux.S
[517/926] Compiling RealModule AlgebraicField.swift
[518/926] Compiling RealModule ApproximateEquality.swift
[519/926] Compiling RealModule AugmentedArithmetic.swift
[520/926] Compiling RealModule Double+Real.swift
[520/926] Compiling vpaes-x86_64-linux.S
[521/926] Compiling vpaes-x86_64-apple.S
[522/926] Compiling x86-mont-apple.S
[523/926] Compiling vpaes-x86-linux.S
[524/926] Compiling vpaes-x86-apple.S
[526/926] Emitting module RealModule
[526/927] Compiling vpaes-armv8-win.S
[527/927] Compiling vpaes-armv8-linux.S
[528/927] Compiling vpaes-armv8-apple.S
[529/927] Compiling vpaes-armv7-linux.S
[530/927] Compiling sha512-x86_64-apple.S
[532/927] Compiling sha512-x86_64-linux.S
[533/927] Compiling sha512-armv8-win.S
[534/927] Compiling sha512-armv8-linux.S
[535/927] Compiling sha512-armv8-apple.S
[536/927] Compiling sha512-586-linux.S
[537/927] Compiling sha512-armv4-linux.S
[538/927] Compiling sha512-586-apple.S
[539/927] Compiling sha256-x86_64-linux.S
[540/927] Compiling sha256-armv8-win.S
[541/927] Compiling sha256-x86_64-apple.S
[542/927] Compiling sha256-armv4-linux.S
[543/927] Compiling sha256-armv8-linux.S
[544/927] Compiling sha256-armv8-apple.S
[545/927] Compiling err_data.cc
[546/946] Compiling sha256-586-apple.S
[547/946] Compiling sha256-586-linux.S
[548/952] Compiling sha1-armv8-win.S
[549/952] Compiling sha1-x86_64-apple.S
[550/952] Compiling sha1-x86_64-linux.S
[551/952] Compiling sha1-armv8-apple.S
[552/952] Compiling sha1-armv8-linux.S
[553/952] Compiling sha1-armv4-large-linux.S
[554/952] Compiling sha1-586-linux.S
[555/952] Compiling sha1-586-apple.S
[556/952] Compiling rsaz-avx2-linux.S
[557/952] Compiling rsaz-avx2-apple.S
[558/952] Compiling p256_beeu-x86_64-asm-linux.S
[559/952] Compiling rdrand-x86_64-linux.S
[560/952] Compiling rdrand-x86_64-apple.S
[561/952] Compiling p256_beeu-x86_64-asm-apple.S
[562/952] Compiling p256_beeu-armv8-asm-win.S
[563/952] Compiling p256_beeu-armv8-asm-linux.S
[564/952] Compiling p256-x86_64-asm-linux.S
[565/952] Compiling p256_beeu-armv8-asm-apple.S
[566/952] Compiling p256-x86_64-asm-apple.S
[567/952] Compiling p256-armv8-asm-linux.S
[568/952] Compiling p256-armv8-asm-win.S
[569/952] Compiling p256-armv8-asm-apple.S
[570/952] Compiling ghashv8-armv8-win.S
[571/952] Compiling ghashv8-armv8-apple.S
[572/952] Compiling ghashv8-armv8-linux.S
[573/952] Compiling ghashv8-armv7-linux.S
[574/952] Compiling ghash-x86_64-linux.S
[575/952] Compiling ghash-x86-linux.S
[576/952] Compiling ghash-x86-apple.S
[577/952] Compiling ghash-x86_64-apple.S
[578/952] Compiling ghash-ssse3-x86-linux.S
[579/952] Compiling ghash-ssse3-x86_64-apple.S
[580/952] Compiling ghash-neon-armv8-win.S
[581/952] Compiling ghash-ssse3-x86-apple.S
[582/952] Compiling ghash-ssse3-x86_64-linux.S
[584/952] Compiling CryptoBoringWrapper RandomBytes.swift
[584/952] Compiling ghash-neon-armv8-linux.S
[585/952] Compiling co-586-linux.S
[586/952] Compiling ghash-armv4-linux.S
[587/952] Compiling ghash-neon-armv8-apple.S
[588/952] Compiling co-586-apple.S
[589/952] Compiling bn-armv8-win.S
[590/952] Compiling bsaes-armv7-linux.S
[591/952] Compiling bn-armv8-apple.S
[592/952] Compiling bn-586-linux.S
[593/952] Compiling bn-armv8-linux.S
[594/952] Compiling bn-586-apple.S
[595/952] Compiling armv8-mont-win.S
[596/952] Compiling armv8-mont-apple.S
[597/952] Compiling armv8-mont-linux.S
[598/952] Compiling armv4-mont-linux.S
[599/952] Compiling aesv8-gcm-armv8-win.S
[600/952] Compiling aesv8-gcm-armv8-linux.S
[601/952] Compiling aesv8-gcm-armv8-apple.S
[602/952] Compiling aesv8-armv8-linux.S
[603/952] Compiling aesv8-armv8-win.S
[604/952] Compiling aesv8-armv8-apple.S
[605/952] Compiling aesv8-armv7-linux.S
[606/952] Compiling aesni-x86_64-linux.S
[607/952] Compiling aesni-x86_64-apple.S
[608/952] Compiling aesni-x86-linux.S
[609/952] Compiling aesni-x86-apple.S
[610/952] Compiling aesni-gcm-x86_64-linux.S
[611/952] Compiling aesni-gcm-x86_64-apple.S
[612/952] Compiling aes-gcm-avx10-x86_64-linux.S
[613/952] Compiling aes-gcm-avx10-x86_64-apple.S
[615/952] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[616/952] Compiling CryptoBoringWrapper EllipticCurve.swift
[617/952] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[618/952] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[619/952] Emitting module CryptoBoringWrapper
[620/952] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[621/952] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[622/953] Compiling Algorithms Split.swift
[623/953] Compiling Algorithms Stride.swift
[624/953] Compiling Algorithms Suffix.swift
[625/953] Compiling Algorithms RandomSample.swift
[626/953] Compiling Algorithms Reductions.swift
[627/953] Compiling Algorithms Rotate.swift
[629/956] Compiling Algorithms Joined.swift
[630/956] Compiling Algorithms Keyed.swift
[631/956] Compiling Algorithms MinMax.swift
[632/956] Compiling SwiftSyntax RawSyntaxNodesC.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
[633/956] Compiling SwiftSyntax RawSyntaxNodesD.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
[634/956] Compiling SwiftSyntax RawSyntaxNodesEF.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
[635/956] Compiling SwiftSyntax RawSyntaxNodesGHI.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
[636/956] Compiling SwiftSyntax RawSyntaxNodesJKLMN.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
[637/956] Compiling SwiftSyntax RawSyntaxNodesOP.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
[638/956] Compiling SwiftSyntax RawSyntaxNodesQRS.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
[639/956] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.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
[640/956] Compiling SwiftSyntax RawSyntaxValidation.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
[641/956] Compiling Algorithms Partition.swift
[642/956] Compiling Algorithms Permutations.swift
[643/956] Compiling Algorithms Product.swift
[643/956] Compiling x_x509.cc
[644/956] Compiling x_spki.cc
[645/956] Compiling x_val.cc
[646/956] Compiling x_x509a.cc
[648/956] Compiling Algorithms Compacted.swift
[649/956] Compiling Algorithms Cycle.swift
[650/956] Compiling Algorithms EitherSequence.swift
[651/956] Compiling Algorithms FirstNonNil.swift
[652/956] Compiling Algorithms FlattenCollection.swift
[653/956] Compiling Algorithms Grouped.swift
[654/956] Compiling Algorithms Indexed.swift
[655/956] Compiling Algorithms Intersperse.swift
[655/956] Compiling x_sig.cc
[656/956] Wrapping AST for CryptoBoringWrapper for debugging
[658/957] Compiling Algorithms Trim.swift
[659/957] Compiling Algorithms Unique.swift
[660/957] Compiling Algorithms Windows.swift
[660/1027] Compiling x_req.cc
[662/1027] Compiling Crypto ASN1OctetString.swift
[663/1027] Compiling Crypto ASN1Strings.swift
[664/1027] Compiling Crypto ArraySliceBigint.swift
[665/1027] Compiling Crypto GeneralizedTime.swift
[665/1027] Compiling x_pubkey.cc
[666/1027] Compiling x_name.cc
[667/1027] Compiling x_exten.cc
[668/1027] Compiling x_crl.cc
[669/1027] Compiling x_attrib.cc
[671/1027] Emitting module Algorithms
[672/1028] Compiling Crypto SymmetricKeys.swift
[673/1028] Compiling Crypto HMAC.swift
[674/1028] Compiling Crypto MACFunctions.swift
[675/1028] Compiling Crypto MessageAuthenticationCode.swift
[676/1028] Compiling Crypto AES.swift
[677/1028] Compiling Crypto ECDSASignature_boring.swift
[678/1028] Compiling Crypto ECDSA_boring.swift
[679/1028] Compiling Crypto EdDSA_boring.swift
[680/1028] Compiling Crypto ECDSA.swift
[681/1028] Compiling Crypto Ed25519.swift
[683/1037] Emitting module Crypto
[684/1037] Compiling Crypto HKDF.swift
[685/1037] Compiling Crypto AESWrap.swift
[686/1037] Compiling Crypto AESWrap_boring.swift
[687/1037] Compiling Crypto Ed25519_boring.swift
[688/1037] Compiling Crypto NISTCurvesKeys_boring.swift
[689/1037] Compiling Crypto X25519Keys_boring.swift
[690/1037] Compiling Crypto Curve25519.swift
[691/1037] Compiling Crypto Ed25519Keys.swift
[692/1037] Compiling Crypto NISTCurvesKeys.swift
[693/1037] Compiling Crypto X25519Keys.swift
[693/1037] Compiling x509spki.cc
[694/1037] Compiling x_algor.cc
[695/1037] Compiling x_all.cc
[697/1037] Compiling Crypto HPKE-Ciphersuite.swift
[698/1037] Compiling Crypto HPKE-KDF.swift
[699/1037] Compiling Crypto HPKE-KexKeyDerivation.swift
[700/1037] Compiling Crypto HPKE-LabeledExtract.swift
[701/1037] Compiling Crypto HPKE-Utils.swift
[702/1037] Compiling Crypto DHKEM.swift
[703/1037] Compiling Crypto HPKE-KEM-Curve25519.swift
[704/1037] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[705/1037] Compiling Crypto HPKE-KEM.swift
[706/1037] Compiling Crypto HPKE-Errors.swift
[707/1037] Compiling Crypto HPKE.swift
[708/1037] Compiling Crypto HPKE-Context.swift
[709/1037] Compiling Crypto HPKE-KeySchedule.swift
[710/1037] Compiling Crypto HPKE-Modes.swift
[711/1037] Compiling Crypto Insecure.swift
[712/1037] Compiling Crypto Insecure_HashFunctions.swift
[713/1037] Compiling Crypto KEM.swift
[714/1037] Compiling Crypto ECDH_boring.swift
[715/1037] Compiling Crypto DH.swift
[716/1037] Compiling Crypto ECDH.swift
[717/1037] Compiling Crypto PKCS8PrivateKey.swift
[718/1037] Compiling Crypto SEC1PrivateKey.swift
[719/1037] Compiling Crypto SubjectPublicKeyInfo.swift
[720/1037] Compiling Crypto CryptoKitErrors.swift
[721/1037] Compiling Crypto Digest_boring.swift
[722/1037] Compiling Crypto Digest.swift
[723/1037] Compiling Crypto Digests.swift
[724/1037] Compiling Crypto HashFunctions.swift
[725/1037] Compiling Crypto HashFunctions_SHA2.swift
[726/1037] Compiling Crypto HPKE-AEAD.swift
[726/1037] Compiling x509rset.cc
[727/1037] Compiling x509name.cc
[729/1037] Compiling Crypto AES-GCM.swift
[730/1037] Compiling Crypto AES-GCM_boring.swift
[731/1037] Compiling Crypto ChaChaPoly_boring.swift
[732/1037] Compiling Crypto ChaChaPoly.swift
[733/1037] Compiling Crypto Cipher.swift
[734/1037] Compiling Crypto Nonces.swift
[735/1037] Compiling Crypto ASN1.swift
[736/1037] Compiling Crypto ASN1Any.swift
[737/1037] Compiling Crypto ASN1BitString.swift
[738/1037] Compiling Crypto ASN1Boolean.swift
[739/1037] Compiling Crypto ASN1Identifier.swift
[740/1037] Compiling Crypto ASN1Integer.swift
[741/1037] Compiling Crypto ASN1Null.swift
[746/1037] Compiling Crypto ObjectIdentifier.swift
[747/1037] Compiling Crypto ECDSASignature.swift
[748/1037] Compiling Crypto PEMDocument.swift
[748/1037] Compiling x509cset.cc
[749/1037] Compiling x509_vpm.cc
[750/1037] Compiling x509_v3.cc
[751/1037] Compiling x509_txt.cc
[752/1037] Compiling x509_vfy.cc
[754/1037] Compiling Crypto Signature.swift
[755/1037] Compiling Crypto CryptoKitErrors_boring.swift
[756/1037] Compiling Crypto RNG_boring.swift
[757/1037] Compiling Crypto SafeCompare_boring.swift
[758/1037] Compiling Crypto Zeroization_boring.swift
[759/1037] Compiling Crypto PrettyBytes.swift
[760/1037] Compiling Crypto SafeCompare.swift
[761/1037] Compiling Crypto SecureBytes.swift
[762/1037] Compiling Crypto Zeroization.swift
[763/1038] Compiling x509_trs.cc
[764/1038] Wrapping AST for Crypto for debugging
[765/1038] Compiling x509_set.cc
[766/1038] Compiling x509_req.cc
[767/1038] Compiling x509_lu.cc
[768/1038] Compiling x509_obj.cc
[769/1038] Compiling x509_ext.cc
[770/1038] Compiling x509_def.cc
[771/1038] Compiling x509_d2.cc
[772/1038] Compiling x509_cmp.cc
[773/1038] Compiling x509_att.cc
[774/1038] Compiling v3_skey.cc
[775/1038] Compiling x509.cc
[776/1038] Compiling v3_utl.cc
[777/1038] Compiling v3_purp.cc
[778/1038] Compiling v3_prn.cc
[779/1038] Compiling v3_pmaps.cc
[780/1038] Compiling v3_pcons.cc
[781/1038] Compiling v3_ncons.cc
[782/1038] Compiling v3_ocsp.cc
[783/1038] Compiling v3_lib.cc
[784/1038] Compiling v3_int.cc
[785/1038] Compiling v3_info.cc
[786/1038] Compiling v3_ia5.cc
[787/1038] Compiling v3_genn.cc
[788/1038] Compiling v3_extku.cc
[788/1038] Compiling v3_enum.cc
[790/1038] Compiling v3_crld.cc
[791/1038] Compiling v3_cpols.cc
[792/1038] Compiling v3_conf.cc
[793/1038] Compiling v3_bitst.cc
[794/1038] Compiling v3_akeya.cc
[795/1038] Compiling v3_bcons.cc
[796/1038] Compiling v3_alt.cc
[797/1038] Compiling v3_akey.cc
[798/1038] Compiling t_x509a.cc
[799/1038] Compiling t_x509.cc
[800/1038] Compiling t_req.cc
[801/1038] Compiling t_crl.cc
[802/1038] Compiling rsa_pss.cc
[803/1038] Compiling i2d_pr.cc
[804/1038] Compiling name_print.cc
[805/1038] Compiling policy.cc
[806/1038] Compiling by_file.cc
[807/1038] Compiling by_dir.cc
[808/1038] Compiling asn1_gen.cc
[809/1038] Compiling algorithm.cc
[810/1038] Compiling a_sign.cc
[811/1038] Compiling a_verify.cc
[812/1038] Compiling a_digest.cc
[813/1038] Compiling voprf.cc
[814/1038] Compiling trust_token.cc
[815/1038] Compiling thread_win.cc
[816/1038] Compiling thread_pthread.cc
[817/1038] Compiling thread_none.cc
<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
<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
[854/1038] Compiling thread.cc
[855/1038] Compiling pmbtoken.cc
[856/1038] Compiling stack.cc
[857/1038] Compiling wots.cc
[858/1038] Compiling slhdsa.cc
[859/1038] Compiling thash.cc
[860/1038] Compiling fors.cc
[861/1038] Compiling merkle.cc
[862/1038] Compiling sha512.cc
[863/1038] Compiling siphash.cc
[864/1038] Compiling sha1.cc
[865/1038] Compiling sha256.cc
[866/1038] Compiling rsa_crypt.cc
[867/1038] Compiling rsa_extra.cc
[868/1038] Compiling rsa_print.cc
[869/1038] Compiling refcount.cc
[870/1038] Compiling rc4.cc
[871/1038] Compiling windows.cc
[872/1038] Compiling urandom.cc
[873/1038] Compiling trusty.cc
[874/1038] Compiling rsa_asn1.cc
[875/1038] Compiling rand_extra.cc
[876/1038] Compiling ios.cc
[877/1038] Compiling passive.cc
[878/1038] Compiling poly1305_arm_asm.S
[879/1038] Compiling getentropy.cc
[880/1038] Compiling forkunsafe.cc
[881/1038] Compiling deterministic.cc
[882/1038] Compiling fork_detect.cc
[883/1038] Compiling poly1305_vec.cc
[884/1038] Compiling poly1305_arm.cc
[885/1038] Compiling pool.cc
[886/1038] Compiling poly1305.cc
[887/1038] Compiling pkcs8.cc
[888/1038] Compiling pkcs7.cc
[889/1038] Compiling p5_pbev2.cc
[890/1038] Compiling pkcs8_x509.cc
[891/1038] Compiling pkcs7_x509.cc
[892/1038] Compiling pem_xaux.cc
[893/1038] Compiling pem_x509.cc
[894/1038] Compiling pem_pkey.cc
[895/1038] Compiling pem_pk8.cc
[896/1038] Compiling pem_oth.cc
[897/1038] Compiling pem_info.cc
[898/1038] Compiling pem_lib.cc
[899/1038] Compiling obj_xref.cc
[900/1038] Compiling pem_all.cc
[901/1038] Compiling obj.cc
[902/1038] Compiling mldsa.cc
[903/1038] Compiling mem.cc
[904/1038] Compiling md5.cc
[905/1038] Compiling poly_rq_mul.S
[906/1038] Compiling md4.cc
[907/1038] Compiling fips_shared_support.cc
[908/1038] Compiling mlkem.cc
[909/1038] Compiling lhash.cc
[910/1038] Compiling hrss.cc
[911/1038] Compiling kyber.cc
[912/1038] Compiling ex_data.cc
[913/1038] Compiling sign.cc
[914/1038] Compiling scrypt.cc
[915/1038] Compiling hpke.cc
[916/1038] Compiling print.cc
[917/1038] Compiling pbkdf.cc
[918/1038] Compiling p_x25519.cc
[919/1038] Compiling p_x25519_asn1.cc
[920/1038] Compiling p_rsa_asn1.cc
[921/1038] Compiling p_ed25519_asn1.cc
[922/1038] Compiling p_rsa.cc
[923/1038] Compiling p_hkdf.cc
[924/1038] Compiling p_ed25519.cc
[925/1038] Compiling p_ec_asn1.cc
[926/1038] Compiling p_ec.cc
[927/1038] Compiling p_dh_asn1.cc
[928/1038] Compiling p_dh.cc
[929/1038] Compiling p_dsa_asn1.cc
[930/1038] Compiling evp_ctx.cc
[931/1038] Compiling evp_asn1.cc
[932/1038] Compiling evp.cc
[933/1038] Compiling err.cc
[934/1038] Compiling engine.cc
[935/1038] Compiling ecdh_extra.cc
[936/1038] Compiling hash_to_curve.cc
[937/1038] Compiling ecdsa_asn1.cc
[938/1038] Compiling ec_derive.cc
[939/1038] Compiling bcm.cc
[940/1038] Compiling params.cc
[941/1038] Compiling dsa.cc
[942/1038] Compiling dsa_asn1.cc
[943/1038] Compiling digest_extra.cc
[944/1038] Compiling ec_asn1.cc
[945/1038] Compiling x25519-asm-arm.S
[946/1038] Compiling dh_asn1.cc
[947/1038] Compiling curve25519_64_adx.cc
[948/1038] Compiling des.cc
[949/1038] Compiling crypto.cc
[950/1038] Compiling spake25519.cc
[951/1038] Compiling cpu_intel.cc
[952/1038] Compiling cpu_arm_linux.cc
[953/1038] Compiling curve25519.cc
[954/1038] Compiling cpu_arm_freebsd.cc
[955/1038] Compiling cpu_aarch64_win.cc
[956/1038] Compiling cpu_aarch64_openbsd.cc
[957/1038] Compiling cpu_aarch64_sysreg.cc
[958/1038] Compiling cpu_aarch64_linux.cc
[959/1038] Compiling cpu_aarch64_fuchsia.cc
[960/1038] Compiling conf.cc
[961/1038] Compiling cpu_aarch64_apple.cc
[962/1038] Compiling tls_cbc.cc
[963/1038] Compiling e_tls.cc
[964/1038] Compiling e_rc4.cc
[965/1038] Compiling e_rc2.cc
[966/1038] Compiling e_null.cc
[967/1038] Compiling e_des.cc
[968/1038] Compiling e_aesctrhmac.cc
[969/1038] Compiling e_chacha20poly1305.cc
[970/1038] Compiling e_aesgcmsiv.cc
[971/1038] Compiling derive_key.cc
[972/1038] Compiling chacha.cc
[973/1038] Compiling cipher_extra.cc
[974/1038] Compiling unicode.cc
[975/1038] Compiling ber.cc
[976/1038] Compiling buf.cc
[977/1038] Compiling cbb.cc
[978/1038] Compiling asn1_compat.cc
[979/1038] Compiling cbs.cc
[980/1038] Compiling convert.cc
[981/1038] Compiling blake2.cc
[982/1038] Compiling printf.cc
[983/1038] Compiling bn_asn1.cc
[984/1038] Compiling pair.cc
[985/1038] Compiling hexdump.cc
[986/1038] Compiling file.cc
[987/1038] Compiling fd.cc
[988/1038] Compiling errno.cc
[989/1038] Compiling bio_mem.cc
[990/1038] Compiling base64.cc
[991/1038] Compiling bio.cc
[992/1038] Compiling tasn_typ.cc
[993/1038] Compiling tasn_utl.cc
[994/1038] Compiling f_string.cc
[995/1038] Compiling tasn_fre.cc
[996/1038] Compiling posix_time.cc
[997/1038] Compiling tasn_enc.cc
[998/1038] Compiling tasn_new.cc
[999/1038] Compiling tasn_dec.cc
[1000/1038] Compiling asn_pack.cc
[1001/1038] Compiling f_int.cc
[1002/1038] Compiling asn1_par.cc
[1003/1038] Compiling a_utctm.cc
[1004/1038] Compiling asn1_lib.cc
[1005/1038] Compiling a_type.cc
[1006/1038] Compiling a_strex.cc
[1007/1038] Compiling a_strnid.cc
[1008/1038] Compiling a_octet.cc
[1009/1038] Compiling a_time.cc
[1010/1038] Compiling a_object.cc
[1011/1038] Compiling a_mbstr.cc
[1012/1038] Compiling a_int.cc
[1013/1038] Compiling a_i2d_fp.cc
[1014/1038] Compiling a_gentm.cc
[1016/1046] Compiling CryptoBoringWrapper RandomBytes.swift
[1017/1046] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1018/1046] Emitting module CryptoBoringWrapper
[1019/1046] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1020/1046] Compiling CryptoBoringWrapper EllipticCurve.swift
[1021/1046] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1022/1046] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1023/1046] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1025/1118] 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
[1026/1118] 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
[1027/1118] 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
[1028/1118] 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
[1029/1118] 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
[1030/1118] 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
[1031/1118] 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
<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
[1034/1119] Wrapping AST for SwiftSyntax for debugging
[1036/1177] Compiling Crypto SymmetricKeys.swift
[1037/1177] Compiling Crypto HMAC.swift
[1038/1177] Compiling Crypto MACFunctions.swift
[1046/1186] Compiling Crypto HKDF.swift
[1047/1186] Compiling Crypto AESWrap.swift
[1048/1186] Compiling Crypto AESWrap_boring.swift
[1049/1186] Compiling Crypto Ed25519_boring.swift
[1050/1186] Compiling Crypto NISTCurvesKeys_boring.swift
[1051/1186] Compiling Crypto X25519Keys_boring.swift
[1052/1186] Compiling Crypto Curve25519.swift
[1053/1186] Compiling Crypto Ed25519Keys.swift
[1054/1186] Compiling Crypto NISTCurvesKeys.swift
[1055/1186] Compiling Crypto X25519Keys.swift
[1056/1186] Compiling SwiftDiagnostics Message.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
[1057/1187] Compiling SwiftDiagnostics FixIt.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
[1058/1187] Compiling SwiftBasicFormat Syntax+Extensions.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
[1059/1187] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.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
[1060/1187] Compiling SwiftBasicFormat Trivia+FormatExtensions.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
[1061/1187] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.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
[1062/1187] Compiling SwiftParser Expressions.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
[1063/1187] Compiling SwiftParser IncrementalParseTransition.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
[1064/1187] Compiling SwiftParser IsValidIdentifier.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
[1065/1187] Emitting module SwiftDiagnostics
<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
[1066/1187] Compiling SwiftDiagnostics Note.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
[1067/1187] Compiling SwiftBasicFormat Indenter.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
[1068/1187] Compiling SwiftBasicFormat InferIndentation.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
[1069/1187] Compiling SwiftDiagnostics GroupedDiagnostics.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
[1070/1187] Compiling SwiftDiagnostics DiagnosticDecorator.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
[1071/1187] Compiling SwiftDiagnostics DiagnosticsFormatter.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
[1073/1188] Compiling SwiftParser SyntaxUtils.swift
[1074/1188] Compiling SwiftParser TokenConsumer.swift
[1075/1188] Compiling SwiftParser TokenPrecedence.swift
[1076/1188] Compiling SwiftParser Patterns.swift
[1077/1188] Compiling SwiftParser Recovery.swift
[1078/1188] Compiling SwiftParser Specifiers.swift
[1079/1188] Compiling SwiftParser Statements.swift
[1080/1188] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1081/1188] Compiling SwiftParser StringLiterals.swift
[1082/1188] Compiling SwiftParser Modifiers.swift
[1083/1188] Compiling Crypto PKCS8PrivateKey.swift
[1084/1188] Compiling Crypto SEC1PrivateKey.swift
[1085/1188] Compiling Crypto SubjectPublicKeyInfo.swift
[1086/1188] Compiling Crypto CryptoKitErrors.swift
[1087/1188] Compiling Crypto Digest_boring.swift
[1088/1188] Compiling Crypto Digest.swift
[1089/1188] Compiling Crypto Digests.swift
[1090/1188] Compiling Crypto HashFunctions.swift
[1091/1188] Compiling Crypto HashFunctions_SHA2.swift
[1092/1188] Compiling Crypto HPKE-AEAD.swift
[1093/1188] Compiling SwiftParser Names.swift
[1094/1188] Compiling SwiftParser Nominals.swift
[1095/1188] Compiling SwiftParser Parameters.swift
[1096/1188] Compiling SwiftParser ParseSourceFile.swift
[1097/1188] Compiling SwiftParser Parser.swift
[1098/1188] Compiling SwiftParser TokenSpec.swift
[1099/1188] Compiling SwiftParser TokenSpecSet.swift
[1100/1188] Compiling SwiftParser TopLevel.swift
[1101/1188] Compiling SwiftParser TriviaParser.swift
[1102/1188] Compiling SwiftParser Types.swift
[1103/1188] Emitting module SwiftBasicFormat
<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
[1104/1188] Compiling SwiftBasicFormat BasicFormat.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
[1104/1189] Wrapping AST for SwiftDiagnostics for debugging
[1106/1189] Wrapping AST for SwiftBasicFormat for debugging
[1108/1189] Emitting module Crypto
[1109/1189] Compiling SwiftParser Declarations.swift
[1110/1189] Compiling SwiftParser Directives.swift
[1111/1189] Compiling SwiftParser LexemeSequence.swift
[1112/1189] Compiling SwiftParser Lexer.swift
[1113/1189] Compiling SwiftParser RegexLiteralLexer.swift
[1114/1189] Compiling SwiftParser UnicodeScalarExtensions.swift
[1115/1189] Compiling SwiftParser Lookahead.swift
[1116/1189] Compiling SwiftParser LoopProgressCondition.swift
[1117/1189] Compiling SwiftParser SwiftParserCompatibility.swift
[1118/1189] Compiling SwiftParser SwiftVersion.swift
[1123/1189] Compiling SwiftParser Cursor.swift
[1124/1189] Compiling SwiftParser Lexeme.swift
[1125/1189] Compiling SwiftParser Attributes.swift
[1126/1189] Compiling SwiftParser Availability.swift
[1127/1189] Compiling SwiftParser CharacterInfo.swift
[1128/1189] Compiling SwiftParser CollectionNodes+Parsable.swift
[1129/1189] Compiling Crypto Signature.swift
[1130/1189] Compiling Crypto CryptoKitErrors_boring.swift
[1131/1189] Compiling Crypto RNG_boring.swift
[1132/1189] Compiling Crypto SafeCompare_boring.swift
[1133/1189] Compiling Crypto Zeroization_boring.swift
[1134/1189] Compiling Crypto PrettyBytes.swift
[1135/1189] Compiling Crypto SafeCompare.swift
[1136/1189] Compiling Crypto SecureBytes.swift
[1137/1189] 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
<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
[1167/1195] Emitting module SwiftParser
<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
[1180/1195] Compiling SwiftParser ExperimentalFeatures.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
[1181/1195] Compiling SwiftParser IsLexerClassified.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
[1182/1195] Compiling SwiftParser LayoutNodes+Parsable.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
[1183/1195] Compiling SwiftParser Parser+TokenSpecSet.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
[1184/1195] Compiling SwiftParser TokenSpecStaticMembers.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
[1185/1196] Wrapping AST for SwiftParser for debugging
[1187/1219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.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
[1188/1220] Compiling SwiftOperators PrecedenceGroup.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
[1189/1221] Compiling SwiftOperators PrecedenceGraph.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
[1190/1221] Compiling SwiftOperators OperatorTable.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
[1191/1221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.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
[1192/1221] Emitting module SwiftOperators
<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
[1193/1221] Compiling SwiftOperators OperatorTable+Semantics.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
[1194/1221] Compiling SwiftOperators SyntaxSynthesis.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
[1195/1221] Compiling SwiftOperators OperatorError.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
[1196/1221] Compiling SwiftOperators OperatorTable+Defaults.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
[1197/1221] Compiling SwiftOperators Operator.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
[1198/1221] Compiling SwiftOperators OperatorError+Diagnostics.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
[1199/1221] Compiling SwiftOperators OperatorTable+Folding.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
[1201/1222] Compiling SwiftParserDiagnostics SyntaxExtensions.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
[1202/1222] Compiling SwiftParserDiagnostics 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
[1203/1222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.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
[1204/1222] Emitting module SwiftParserDiagnostics
<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
[1206/1222] Wrapping AST for SwiftOperators for debugging
[1208/1222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.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
[1209/1222] Compiling SwiftParserDiagnostics PresenceUtils.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
[1212/1222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.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
[1213/1222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.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
[1214/1223] Wrapping AST for SwiftParserDiagnostics for debugging
[1216/1238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.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
[1217/1238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.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
[1218/1239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.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
[1219/1239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.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
[1220/1239] Emitting module SwiftSyntaxBuilder
<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
[1221/1239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.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
[1222/1239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.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
[1223/1239] Compiling SwiftSyntaxBuilder Indenter.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
[1224/1239] Compiling SwiftSyntaxBuilder ListBuilder.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
[1225/1239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.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
[1226/1239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.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
[1227/1239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.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
[1228/1239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.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
[1229/1239] Compiling SwiftSyntaxBuilder ResultBuilders.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
[1230/1239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.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
[1231/1239] Compiling SwiftSyntaxBuilder BuildableNodes.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
[1232/1240] Wrapping AST for SwiftSyntaxBuilder for debugging
[1234/1257] Compiling SwiftSyntaxMacros Macro.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
[1235/1257] Compiling SwiftSyntaxMacros MemberAttributeMacro.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
[1236/1259] Compiling SwiftSyntaxMacros CodeItemMacro.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
[1237/1259] Compiling SwiftSyntaxMacros DeclarationMacro.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
[1238/1259] Compiling SwiftSyntaxMacros ExpressionMacro.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
[1239/1259] Compiling SwiftSyntaxMacros ExtensionMacro.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
[1240/1259] Compiling SwiftSyntaxMacros FreestandingMacro.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
[1241/1259] Compiling SwiftSyntaxMacros Macro+Format.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
[1242/1259] Compiling SwiftSyntaxMacros MemberMacro.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
[1243/1259] Compiling SwiftSyntaxMacros PeerMacro.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
[1244/1259] Compiling SwiftSyntaxMacros AbstractSourceLocation.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
[1245/1259] Compiling SwiftSyntaxMacros MacroExpansionContext.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
[1246/1259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.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
[1247/1259] Emitting module SwiftSyntaxMacros
<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
[1248/1259] Compiling SwiftSyntaxMacros AccessorMacro.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
[1249/1259] Compiling SwiftSyntaxMacros AttachedMacro.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
[1250/1259] Compiling SwiftSyntaxMacros BodyMacro.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
[1251/1259] Compiling SwiftSyntaxMacros PreambleMacro.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
[1252/1259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.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
[1253/1260] Wrapping AST for SwiftSyntaxMacros for debugging
[1255/1269] Compiling SwiftSyntaxMacroExpansion MacroSpec.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
[1256/1270] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.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
[1257/1270] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.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
[1258/1270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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
[1259/1270] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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
[1260/1270] Compiling SwiftSyntaxMacroExpansion IndentationUtils.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
[1261/1270] Compiling SwiftSyntaxMacroExpansion MacroArgument.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
[1262/1270] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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
[1263/1270] Emitting module SwiftSyntaxMacroExpansion
<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
[1264/1270] Compiling SwiftSyntaxMacroExpansion MacroSystem.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
[1265/1271] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1267/1283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.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
[1268/1283] Compiling SwiftCompilerPluginMessageHandling JSON.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
[1269/1284] Compiling SwiftCompilerPluginMessageHandling LRUCache.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
[1270/1284] Compiling SwiftCompilerPluginMessageHandling Macros.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
[1271/1284] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.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
[1272/1284] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.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
[1273/1284] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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
[1274/1284] Emitting module SwiftCompilerPluginMessageHandling
<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
[1275/1284] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.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
[1276/1284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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
[1277/1284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.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
[1278/1284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.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
[1279/1284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.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
[1280/1285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1282/1287] Emitting module SwiftCompilerPlugin
<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
[1283/1287] Compiling SwiftCompilerPlugin CompilerPlugin.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
[1284/1288] Wrapping AST for SwiftCompilerPlugin for debugging
[1286/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroPlugin.swift
[1287/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroDiagnostic.swift
[1288/1294] Compiling ObfuscateMacroPlugin ObfuscateMethod+.swift
[1289/1294] Compiling ObfuscateMacroPlugin ObfuscatedString.swift
/host/spi-builder-workspace/Sources/ObfuscateMacroPlugin/Macros/ObfuscatedString.swift:109:16: warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 |
108 | extension ObfuscatedString: ExpressionMacro {
109 | static var randomNumberGenerator: RandomNumberGenerator = SystemRandomNumberGenerator()
| |- warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'randomNumberGenerator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'randomNumberGenerator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 |
111 | public static func expansion(
[1290/1294] Emitting module ObfuscateMacroPlugin
/host/spi-builder-workspace/Sources/ObfuscateMacroPlugin/Macros/ObfuscatedString.swift:109:16: warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 |
108 | extension ObfuscatedString: ExpressionMacro {
109 | static var randomNumberGenerator: RandomNumberGenerator = SystemRandomNumberGenerator()
| |- warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'randomNumberGenerator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'randomNumberGenerator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 |
111 | public static func expansion(
[1291/1294] Compiling ObfuscateMacroPlugin Data+.swift
[1292/1295] Wrapping AST for ObfuscateMacroPlugin for debugging
[1293/1295] Write Objects.LinkFileList
[1294/1295] Linking ObfuscateMacroPlugin-tool
[1296/1301] Compiling ObfuscateMacro ObfuscateMacro.swift
[1297/1301] Compiling ObfuscateMacro Exported.swift
[1298/1301] Emitting module ObfuscateMacro
[1300/1302] Compiling ObfuscateMacro ObfuscateMacro.swift
[1301/1302] Compiling ObfuscateMacro Exported.swift
[1302/1302] Emitting module ObfuscateMacro
Build complete! (576.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "ObfuscateMacro",
"name" : "ObfuscateMacro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ObfuscateMacro",
"targets" : [
"ObfuscateMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObfuscateMacroPlugin",
"targets" : [
"ObfuscateMacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ObfuscateSupport",
"module_type" : "SwiftTarget",
"name" : "ObfuscateSupport",
"path" : "Sources/ObfuscateSupport",
"product_memberships" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"sources" : [
"Method.swift"
],
"type" : "library"
},
{
"c99name" : "ObfuscateMacroTests",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacroTests",
"path" : "Tests/ObfuscateMacroTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ObfuscateMacroTests.swift"
],
"target_dependencies" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"type" : "test"
},
{
"c99name" : "ObfuscateMacroPlugin",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacroPlugin",
"path" : "Sources/ObfuscateMacroPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftParser",
"SwiftParserDiagnostics",
"Algorithms",
"Crypto"
],
"product_memberships" : [
"ObfuscateMacro",
"ObfuscateMacroPlugin"
],
"sources" : [
"Extension/Data+.swift",
"Extension/ObfuscateMethod+.swift",
"Macros/ObfuscatedString.swift",
"ObfuscateMacroDiagnostic.swift",
"ObfuscateMacroPlugin.swift"
],
"target_dependencies" : [
"ObfuscateSupport"
],
"type" : "macro"
},
{
"c99name" : "ObfuscateMacro",
"module_type" : "SwiftTarget",
"name" : "ObfuscateMacro",
"path" : "Sources/ObfuscateMacro",
"product_dependencies" : [
"Algorithms",
"Crypto"
],
"product_memberships" : [
"ObfuscateMacro"
],
"sources" : [
"Exported.swift",
"ObfuscateMacro.swift"
],
"target_dependencies" : [
"ObfuscateMacroPlugin",
"ObfuscateSupport"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.