The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ObfuscateMacro, reference main (daf1c4), with Swift 6.1 for Linux on 16 May 2025 21:02:59 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObfuscateMacro.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at daf1c40 Add Windows to CI (#21)
Cloned https://github.com/p-x9/ObfuscateMacro.git
Revision (git rev-parse @):
daf1c40b50ef9c9a358b7180d37e7713b398f431
SUCCESS checkout https://github.com/p-x9/ObfuscateMacro.git at main
========================================
Build
========================================
Selected platform:         linux
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-crypto.git
[1/5959] Fetching swift-algorithms
[5960/19895] Fetching swift-algorithms, swift-crypto
[11256/90226] Fetching swift-algorithms, swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (1.43s)
[52378/76290] Fetching swift-algorithms, swift-syntax
Fetched https://github.com/apple/swift-algorithms from cache (3.94s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.99s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (5.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/5684] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.88s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.40s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Building for debugging...
[0/775] Write sources
[7/775] Compiling a_bool.cc
[8/775] Write swift-version-24593BA9C3E375BF.txt
[8/775] Compiling a_i2d_fp.cc
[10/775] Compiling a_d2i_fp.cc
[11/775] Compiling a_dup.cc
[12/775] Compiling _SwiftSyntaxCShims dummy.c
[13/775] Write sources
[17/775] Compiling _NumericsShims _NumericsShims.c
[17/775] Write sources
[23/775] Compiling _NumericsShims _NumericsShims.c
[23/775] Write sources
[25/775] Compiling a_gentm.cc
[26/775] Compiling a_bitstr.cc
[26/775] Write sources
[36/775] Compiling a_int.cc
[37/797] Compiling CCryptoBoringSSLShims shims.c
[39/807] Emitting module RealModule
[40/808] Emitting module ObfuscateSupport
[41/808] 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
[42/808] 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
[43/809] Compiling RealModule AugmentedArithmetic.swift
[44/809] Compiling RealModule Double+Real.swift
[45/809] Compiling RealModule AlgebraicField.swift
[46/809] Compiling RealModule ApproximateEquality.swift
[47/809] 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
[48/809] 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
[49/809] 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
[50/809] 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
[52/811] Compiling RealModule Float16+Real.swift
[55/811] Compiling RealModule ElementaryFunctions.swift
[56/812] Compiling RealModule Float80+Real.swift
[57/812] Compiling RealModule Real.swift
[58/812] 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
[59/812] 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
[62/813] Compiling RealModule Float80+Real.swift
[63/813] Compiling RealModule Real.swift
[64/813] Compiling RealModule Float+Real.swift
[65/813] Compiling RealModule ElementaryFunctions.swift
[66/813] Emitting module RealModule
[69/813] Compiling RealModule RealFunctions.swift
[71/813] Compiling RealModule Float+Real.swift
[72/813] Compiling RealModule Float16+Real.swift
[73/815] Wrapping AST for SwiftSyntax509 for debugging
[74/815] Wrapping AST for SwiftSyntax600 for debugging
[77/815] Wrapping AST for SwiftSyntax510 for debugging
[78/815] Compiling fiat_p256_adx_sqr.S
[79/815] Compiling fiat_p256_adx_mul.S
[80/815] Wrapping AST for SwiftSyntax601 for debugging
[81/815] Compiling fiat_curve25519_adx_square.S
[82/815] Compiling fiat_curve25519_adx_mul.S
[83/815] Compiling md5-x86_64-linux.S
[84/815] Wrapping AST for RealModule for debugging
[85/815] Compiling CCryptoBoringSSLShims shims.c
[86/815] Compiling md5-x86_64-apple.S
[87/815] Compiling md5-586-linux.S
[88/866] Compiling md5-586-apple.S
[89/879] Compiling chacha20_poly1305_armv8-win.S
[90/879] Compiling chacha20_poly1305_x86_64-apple.S
[91/879] Compiling chacha20_poly1305_armv8-linux.S
[92/879] Compiling chacha20_poly1305_armv8-apple.S
[93/879] Compiling chacha-x86_64-linux.S
[94/879] Compiling chacha20_poly1305_x86_64-linux.S
[95/879] Compiling chacha-x86_64-apple.S
[96/879] Compiling chacha-x86-linux.S
[97/879] Compiling chacha-x86-apple.S
[98/879] Compiling chacha-armv8-win.S
[99/879] Compiling chacha-armv8-linux.S
[100/879] Compiling chacha-armv8-apple.S
[101/879] Compiling chacha-armv4-linux.S
[102/879] Compiling aes128gcmsiv-x86_64-linux.S
[103/879] Compiling err_data.cc
[104/879] Compiling aes128gcmsiv-x86_64-apple.S
[105/879] Compiling x86_64-mont5-apple.S
[106/879] Compiling x86_64-mont5-linux.S
[107/879] Compiling x86_64-mont-apple.S
[108/879] Compiling x86_64-mont-linux.S
[109/879] Compiling x86-mont-linux.S
[110/879] Compiling x86-mont-apple.S
[111/879] Compiling vpaes-x86_64-linux.S
[112/879] Compiling vpaes-x86_64-apple.S
[113/879] Compiling vpaes-x86-linux.S
[114/879] Compiling vpaes-x86-apple.S
[115/879] Compiling vpaes-armv8-win.S
[116/879] Compiling vpaes-armv8-linux.S
[117/879] Compiling vpaes-armv8-apple.S
[118/879] Compiling vpaes-armv7-linux.S
[119/879] Compiling sha512-x86_64-apple.S
[120/879] Compiling sha512-x86_64-linux.S
[121/879] Compiling sha512-armv8-win.S
[122/879] Compiling sha512-armv8-linux.S
[123/879] Compiling sha512-armv8-apple.S
[124/879] Compiling sha512-armv4-linux.S
[125/879] Compiling sha512-586-linux.S
[126/879] Compiling sha512-586-apple.S
[127/879] Compiling sha256-x86_64-linux.S
[128/879] Compiling sha256-x86_64-apple.S
[128/879] Compiling sha256-armv8-linux.S
[128/879] Compiling sha256-armv8-win.S
[131/879] Compiling sha256-armv8-apple.S
[132/879] Compiling sha256-armv4-linux.S
[133/879] Compiling sha1-x86_64-apple.S
[134/879] Compiling sha256-586-apple.S
[135/879] Compiling sha256-586-linux.S
[136/879] Compiling sha1-armv8-win.S
[137/879] Compiling sha1-x86_64-linux.S
[138/879] Compiling sha1-armv8-linux.S
[139/879] Compiling sha1-armv4-large-linux.S
[140/879] Compiling sha1-armv8-apple.S
[141/879] Compiling sha1-586-linux.S
[142/879] Compiling sha1-586-apple.S
[143/879] Compiling rsaz-avx2-linux.S
[144/879] Compiling rsaz-avx2-apple.S
[145/879] Compiling rdrand-x86_64-linux.S
[146/879] Compiling rdrand-x86_64-apple.S
[147/879] Compiling p256_beeu-x86_64-asm-linux.S
[148/879] Compiling p256_beeu-x86_64-asm-apple.S
[149/879] Compiling p256_beeu-armv8-asm-win.S
[150/879] Compiling p256_beeu-armv8-asm-linux.S
[151/879] Compiling p256_beeu-armv8-asm-apple.S
[152/879] Compiling p256-x86_64-asm-apple.S
[153/879] Compiling p256-armv8-asm-win.S
[154/879] Compiling p256-x86_64-asm-linux.S
[155/879] Compiling p256-armv8-asm-linux.S
[156/879] Compiling p256-armv8-asm-apple.S
[157/879] Compiling ghashv8-armv8-win.S
[158/879] Compiling ghashv8-armv8-linux.S
[159/879] Compiling ghashv8-armv8-apple.S
[160/879] Compiling ghashv8-armv7-linux.S
[161/879] Compiling ghash-x86_64-apple.S
[162/879] Compiling ghash-x86_64-linux.S
[163/879] Compiling ghash-x86-linux.S
[164/879] Compiling ghash-x86-apple.S
[166/879] Compiling ObfuscateSupport Method.swift
[167/879] Emitting module ObfuscateSupport
[167/880] Compiling ghash-ssse3-x86_64-linux.S
[169/880] Compiling ObfuscateSupport Method.swift
[169/881] Compiling ghash-ssse3-x86_64-apple.S
[170/881] Compiling ghash-ssse3-x86-linux.S
[171/881] Compiling ghash-neon-armv8-win.S
[173/881] Compiling ghash-ssse3-x86-apple.S
[174/881] Compiling ghash-neon-armv8-linux.S
[176/881] Compiling ghash-armv4-linux.S
[177/881] Compiling ghash-neon-armv8-apple.S
[178/881] Compiling co-586-linux.S
[179/881] Compiling bsaes-armv7-linux.S
[180/881] Compiling co-586-apple.S
[181/881] Compiling bn-armv8-win.S
[182/881] Compiling bn-armv8-linux.S
[183/881] Compiling bn-armv8-apple.S
[184/881] Compiling bn-586-linux.S
[185/881] Compiling armv8-mont-linux.S
[186/881] Compiling bn-586-apple.S
[187/881] Compiling armv8-mont-apple.S
[188/881] Compiling armv8-mont-win.S
[189/881] Wrapping AST for ObfuscateSupport for debugging
[190/881] Compiling armv4-mont-linux.S
[191/881] Compiling aesv8-gcm-armv8-win.S
[192/881] Compiling aesv8-gcm-armv8-linux.S
[193/881] Compiling aesv8-gcm-armv8-apple.S
[194/881] Compiling aesv8-armv8-linux.S
[194/881] Compiling aesv8-armv8-win.S
[196/881] Compiling aesv8-armv8-apple.S
[197/881] Compiling aesv8-armv7-linux.S
[198/881] Compiling aesni-x86_64-linux.S
[199/881] Compiling aesni-x86-linux.S
[199/881] Compiling aesni-x86_64-apple.S
[201/881] Compiling aesni-x86-apple.S
[202/881] Compiling aesni-gcm-x86_64-linux.S
[203/881] Compiling aesni-gcm-x86_64-apple.S
[204/881] Compiling aes-gcm-avx10-x86_64-apple.S
[205/881] Compiling aes-gcm-avx10-x86_64-linux.S
[206/881] Compiling x_x509a.cc
[207/881] Compiling x_val.cc
[208/881] Compiling x_x509.cc
[209/881] Compiling x_pubkey.cc
[210/881] Compiling x_spki.cc
[211/881] Compiling x_sig.cc
[212/881] Compiling x_req.cc
[213/881] Compiling x_exten.cc
[214/881] Compiling x_name.cc
[215/881] Compiling x509spki.cc
[216/881] Compiling x_attrib.cc
[217/881] Compiling x_all.cc
[219/881] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/881] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/881] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/881] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/881] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/881] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/881] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/881] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/881] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/881] 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
[229/881] 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
[230/881] 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
[231/881] 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
[232/881] 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
[233/881] 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
[234/881] 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
[235/881] 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
[236/881] 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
[236/890] Compiling x_crl.cc
[237/890] Compiling x_algor.cc
[238/890] Compiling x509name.cc
[239/890] Compiling x509cset.cc
[240/890] Compiling x509rset.cc
[241/890] Compiling x509_vpm.cc
[242/890] Compiling x509_vfy.cc
[243/890] Compiling x509_txt.cc
[244/890] Compiling x509_v3.cc
[245/890] Compiling x509_trs.cc
[246/890] Compiling x509_req.cc
[247/890] Compiling x509_set.cc
[248/890] Compiling x509_obj.cc
[249/890] Compiling x509_lu.cc
[250/890] Compiling x509_ext.cc
[251/890] Compiling x509_def.cc
[252/890] Compiling x509_d2.cc
[253/890] Compiling x509_cmp.cc
[254/890] Compiling v3_skey.cc
[255/890] Compiling v3_prn.cc
[256/890] Compiling x509_att.cc
[257/890] Compiling x509.cc
[258/890] Compiling v3_purp.cc
[259/890] Compiling v3_pmaps.cc
[260/890] Compiling v3_utl.cc
[261/890] Compiling v3_ncons.cc
[262/890] Compiling v3_ocsp.cc
[263/890] Compiling v3_pcons.cc
[264/890] Compiling v3_int.cc
[265/890] Compiling v3_info.cc
[266/890] Compiling v3_lib.cc
[267/890] Compiling v3_ia5.cc
[268/890] Compiling v3_genn.cc
[269/890] Compiling v3_conf.cc
[270/890] Compiling v3_cpols.cc
[271/890] Compiling v3_extku.cc
[272/890] Compiling v3_enum.cc
[273/890] Compiling v3_bitst.cc
[274/890] Compiling v3_crld.cc
[275/890] Compiling v3_bcons.cc
[276/890] Compiling v3_akey.cc
[277/890] Compiling v3_alt.cc
[278/890] Compiling v3_akeya.cc
[279/890] Compiling t_req.cc
[280/890] Compiling t_x509.cc
[281/890] Compiling t_crl.cc
[282/890] Compiling t_x509a.cc
[283/890] Compiling rsa_pss.cc
[284/890] Compiling name_print.cc
[285/890] Compiling policy.cc
[286/890] Compiling i2d_pr.cc
[287/890] Compiling by_dir.cc
[288/890] Compiling by_file.cc
[289/890] Compiling asn1_gen.cc
[290/890] Compiling algorithm.cc
[291/890] Compiling voprf.cc
[292/890] Compiling a_verify.cc
[293/890] Compiling trust_token.cc
[294/890] Compiling a_sign.cc
[295/890] Compiling a_digest.cc
[296/890] Compiling thread_win.cc
[297/890] Compiling thread_none.cc
[298/890] Compiling thread_pthread.cc
[299/890] Compiling pmbtoken.cc
[300/890] Compiling thread.cc
[301/890] Compiling slhdsa.cc
[302/890] Compiling stack.cc
[303/890] Compiling wots.cc
[304/890] Compiling thash.cc
[305/890] Compiling merkle.cc
[306/890] Compiling fors.cc
[307/890] Compiling sha256.cc
[308/890] Compiling sha512.cc
[309/890] Compiling siphash.cc
[310/890] Compiling sha1.cc
[311/890] Compiling rsa_extra.cc
[313/890] 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
[313/890] Compiling rsa_print.cc
[314/890] Compiling rsa_crypt.cc
[315/890] Compiling trusty.cc
[316/890] Compiling rc4.cc
[317/890] Compiling windows.cc
[318/890] Compiling rand_extra.cc
[319/890] Compiling refcount.cc
[320/890] Compiling rsa_asn1.cc
[321/890] Compiling urandom.cc
[322/890] Compiling getentropy.cc
[323/890] Compiling ios.cc
[324/890] Compiling forkunsafe.cc
[325/890] Compiling passive.cc
[326/890] Compiling deterministic.cc
[327/890] Compiling poly1305_arm_asm.S
[328/890] Compiling fork_detect.cc
[329/890] Compiling pool.cc
[330/890] Compiling poly1305_vec.cc
[331/890] Compiling poly1305_arm.cc
[332/890] Compiling poly1305.cc
[333/890] Compiling pkcs7.cc
[334/890] Compiling pkcs8.cc
[335/890] Compiling pkcs8_x509.cc
[336/890] Compiling p5_pbev2.cc
[337/890] Compiling pem_xaux.cc
[338/890] Compiling pkcs7_x509.cc
[339/890] Compiling pem_x509.cc
[340/890] Compiling pem_pkey.cc
[341/890] Compiling pem_pk8.cc
[342/890] Compiling obj_xref.cc
[343/890] Compiling pem_oth.cc
[344/890] Compiling pem_all.cc
[345/890] Compiling pem_lib.cc
[346/890] Compiling pem_info.cc
[347/890] Compiling mldsa.cc
[348/890] Compiling mem.cc
[349/890] Compiling obj.cc
[350/890] Compiling md5.cc
[351/890] Compiling mlkem.cc
[352/890] Compiling fips_shared_support.cc
[353/890] Compiling md4.cc
[354/890] Compiling poly_rq_mul.S
[355/890] Compiling lhash.cc
[356/890] Compiling kyber.cc
[357/890] Compiling hrss.cc
[358/890] Compiling ex_data.cc
[359/890] Compiling sign.cc
[360/890] Compiling hpke.cc
[361/890] Compiling pbkdf.cc
[362/890] Compiling scrypt.cc
[363/890] Compiling print.cc
[364/890] Compiling p_x25519.cc
[365/890] Compiling p_x25519_asn1.cc
[366/890] Compiling p_rsa_asn1.cc
[367/890] Compiling p_rsa.cc
[368/890] Compiling p_hkdf.cc
[369/890] Compiling p_ed25519.cc
[370/890] Compiling p_ed25519_asn1.cc
[371/890] Compiling p_ec_asn1.cc
[372/890] Compiling p_ec.cc
[373/890] Compiling p_dsa_asn1.cc
[374/890] Compiling evp_ctx.cc
[375/890] Compiling p_dh.cc
[376/890] Compiling evp.cc
[377/890] Compiling p_dh_asn1.cc
[378/890] Compiling evp_asn1.cc
[379/890] Compiling err.cc
[380/890] Compiling engine.cc
[381/890] Compiling ec_derive.cc
[382/890] Compiling ecdh_extra.cc
[383/890] Compiling hash_to_curve.cc
[384/890] Compiling ecdsa_asn1.cc
[385/890] Compiling dsa_asn1.cc
[386/890] Compiling ec_asn1.cc
[387/890] Compiling dsa.cc
[388/890] Compiling digest_extra.cc
[389/890] Compiling dh_asn1.cc
[390/890] Compiling params.cc
[391/890] Compiling x25519-asm-arm.S
[392/890] Compiling bcm.cc
[393/890] Compiling spake25519.cc
[394/890] Compiling des.cc
[395/890] Compiling cpu_intel.cc
[396/890] Compiling cpu_arm_linux.cc
[397/890] Compiling crypto.cc
[398/890] Compiling cpu_arm_freebsd.cc
[399/890] Compiling cpu_aarch64_win.cc
[400/890] Compiling cpu_aarch64_sysreg.cc
[401/890] Compiling curve25519.cc
[402/890] Compiling cpu_aarch64_fuchsia.cc
[403/890] Compiling curve25519_64_adx.cc
[404/890] Compiling cpu_aarch64_apple.cc
[405/890] Compiling cpu_aarch64_linux.cc
[406/890] Compiling cpu_aarch64_openbsd.cc
[407/890] Compiling conf.cc
[408/890] Compiling tls_cbc.cc
[409/890] Compiling e_tls.cc
[410/890] Compiling e_rc2.cc
[411/890] Compiling e_rc4.cc
[412/890] Compiling e_null.cc
[413/890] Compiling e_des.cc
[414/890] Compiling e_chacha20poly1305.cc
[415/890] Compiling derive_key.cc
[416/890] Compiling e_aesgcmsiv.cc
[417/890] Compiling e_aesctrhmac.cc
[418/890] Compiling cipher_extra.cc
[419/890] Compiling unicode.cc
[420/890] Compiling ber.cc
[421/890] Compiling chacha.cc
[422/890] Compiling cbs.cc
[423/890] Compiling asn1_compat.cc
[424/890] Compiling cbb.cc
[425/890] Compiling buf.cc
[426/890] Compiling bn_asn1.cc
[427/890] Compiling pair.cc
[428/890] Compiling convert.cc
[429/890] Compiling hexdump.cc
[430/890] Compiling printf.cc
[431/890] Compiling blake2.cc
[432/890] Compiling errno.cc
[433/890] Compiling bio_mem.cc
[433/890] Compiling file.cc
[435/890] Compiling base64.cc
[436/890] Compiling bio.cc
[437/890] Compiling fd.cc
[438/890] Compiling tasn_typ.cc
[439/890] Compiling tasn_utl.cc
[440/890] Compiling tasn_new.cc
[441/890] Compiling tasn_fre.cc
[442/890] Compiling tasn_dec.cc
[443/890] Compiling posix_time.cc
[444/890] Compiling tasn_enc.cc
[445/890] Compiling f_int.cc
[446/890] Compiling f_string.cc
[448/890] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[449/890] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[450/890] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[451/890] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[452/890] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[453/890] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[454/890] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[455/890] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[456/890] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[457/890] 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
[458/890] 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
[459/890] 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
[460/890] 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
[461/890] 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
[462/890] 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
[463/890] 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
[464/890] 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
[465/890] 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
[465/890] Compiling asn_pack.cc
[466/890] Compiling asn1_par.cc
[467/890] Compiling asn1_lib.cc
[468/890] Compiling a_utctm.cc
[469/890] Compiling a_type.cc
[470/890] Compiling fiat_p256_adx_sqr.S
[471/890] Compiling a_time.cc
[472/890] Compiling a_octet.cc
[473/890] Compiling fiat_p256_adx_mul.S
[474/890] Compiling fiat_curve25519_adx_square.S
[475/890] Compiling fiat_curve25519_adx_mul.S
[476/890] Compiling a_strnid.cc
[477/890] Compiling md5-x86_64-linux.S
[478/890] Compiling md5-x86_64-apple.S
[479/890] Compiling md5-586-linux.S
[480/890] Compiling md5-586-apple.S
[481/890] Compiling a_strex.cc
[482/890] Compiling chacha20_poly1305_x86_64-apple.S
[483/890] Compiling a_object.cc
[483/890] Compiling a_mbstr.cc
[485/890] Compiling chacha20_poly1305_armv8-win.S
[486/890] Compiling chacha20_poly1305_armv8-linux.S
[487/890] Compiling chacha20_poly1305_x86_64-linux.S
[488/890] Compiling chacha20_poly1305_armv8-apple.S
[489/890] Compiling chacha-x86_64-linux.S
[490/890] Compiling chacha-x86_64-apple.S
[491/890] Compiling chacha-x86-linux.S
[492/890] Compiling chacha-x86-apple.S
[493/890] Compiling chacha-armv8-apple.S
[494/890] Compiling chacha-armv8-linux.S
[495/890] Compiling chacha-armv8-win.S
[496/890] Compiling chacha-armv4-linux.S
[497/890] Compiling aes128gcmsiv-x86_64-linux.S
[498/890] Compiling aes128gcmsiv-x86_64-apple.S
[499/890] Compiling err_data.cc
[500/890] Compiling x86_64-mont5-apple.S
[501/890] Compiling x86_64-mont-linux.S
[502/894] Compiling x86_64-mont5-linux.S
[503/898] Compiling x86_64-mont-apple.S
[504/898] Compiling x86-mont-linux.S
[505/898] Compiling x86-mont-apple.S
[506/898] Compiling vpaes-x86_64-linux.S
[507/898] Compiling vpaes-x86_64-apple.S
[508/898] Compiling vpaes-x86-linux.S
[509/898] Compiling vpaes-x86-apple.S
[510/898] Compiling vpaes-armv8-linux.S
[511/898] Compiling vpaes-armv8-win.S
[512/898] Compiling vpaes-armv8-apple.S
[513/898] Compiling vpaes-armv7-linux.S
[514/898] Compiling sha512-armv8-linux.S
[515/898] Compiling sha512-x86_64-apple.S
[516/898] Compiling sha512-x86_64-linux.S
[517/898] Compiling sha512-armv8-win.S
[518/898] Compiling sha512-armv8-apple.S
[519/898] Compiling sha512-armv4-linux.S
[520/898] Compiling sha512-586-linux.S
[521/898] Compiling sha512-586-apple.S
[522/898] Compiling sha256-armv8-win.S
[523/898] Compiling sha256-x86_64-apple.S
[524/898] Compiling sha256-x86_64-linux.S
[525/898] Compiling sha256-armv8-linux.S
[526/898] Compiling sha256-armv8-apple.S
[527/898] Compiling sha256-armv4-linux.S
[528/898] Compiling sha256-586-apple.S
[529/898] Compiling sha256-586-linux.S
[530/898] Compiling sha1-x86_64-apple.S
[531/898] Compiling sha1-x86_64-linux.S
[532/898] Compiling sha1-armv8-win.S
[533/898] Compiling sha1-armv8-linux.S
[534/898] Compiling sha1-armv4-large-linux.S
[535/898] Compiling sha1-armv8-apple.S
[536/898] Compiling sha1-586-linux.S
[537/898] Compiling sha1-586-apple.S
[538/898] Compiling rsaz-avx2-apple.S
[539/898] Compiling rsaz-avx2-linux.S
[540/898] Compiling rdrand-x86_64-linux.S
[541/898] Compiling rdrand-x86_64-apple.S
[542/898] Compiling p256_beeu-x86_64-asm-linux.S
[543/898] Compiling p256_beeu-x86_64-asm-apple.S
[544/898] Compiling p256_beeu-armv8-asm-win.S
[545/898] Compiling p256_beeu-armv8-asm-apple.S
[546/898] Compiling p256_beeu-armv8-asm-linux.S
[547/898] Compiling p256-x86_64-asm-linux.S
[548/898] Compiling p256-armv8-asm-win.S
[549/898] Compiling p256-x86_64-asm-apple.S
[550/898] Compiling p256-armv8-asm-linux.S
[551/898] Compiling p256-armv8-asm-apple.S
[552/898] Compiling ghashv8-armv8-win.S
[553/898] Compiling ghashv8-armv8-linux.S
[554/898] Compiling ghashv8-armv8-apple.S
[555/898] Compiling ghash-x86_64-linux.S
[556/898] Compiling ghashv8-armv7-linux.S
[557/898] Compiling ghash-x86_64-apple.S
[558/898] Compiling ghash-x86-linux.S
[559/898] Compiling ghash-ssse3-x86_64-linux.S
[560/898] Compiling ghash-x86-apple.S
[561/898] Compiling ghash-ssse3-x86_64-apple.S
[562/898] Compiling ghash-ssse3-x86-linux.S
[563/898] Compiling ghash-ssse3-x86-apple.S
[564/898] Compiling ghash-neon-armv8-apple.S
[565/898] Compiling ghash-neon-armv8-win.S
[566/898] Compiling ghash-neon-armv8-linux.S
[567/898] Compiling ghash-armv4-linux.S
[568/898] Compiling co-586-linux.S
[569/898] Compiling co-586-apple.S
[570/898] Compiling bsaes-armv7-linux.S
[571/898] Compiling bn-armv8-win.S
[572/898] Compiling bn-armv8-linux.S
[573/898] Compiling bn-586-linux.S
[574/898] Compiling bn-armv8-apple.S
[575/898] Compiling armv8-mont-win.S
[576/898] Compiling bn-586-apple.S
[577/898] Compiling armv8-mont-linux.S
[579/898] Compiling CryptoBoringWrapper RandomBytes.swift
[579/898] Compiling armv8-mont-apple.S
[581/898] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[581/898] Compiling aesv8-gcm-armv8-linux.S
[582/898] Compiling armv4-mont-linux.S
[583/898] Compiling aesv8-gcm-armv8-win.S
[585/898] Emitting module CryptoBoringWrapper
[585/898] Compiling aesv8-armv8-apple.S
[586/898] Compiling aesv8-armv8-linux.S
[586/898] Compiling aesv8-armv8-win.S
[588/898] Compiling aesv8-gcm-armv8-apple.S
[589/898] Compiling aesni-x86_64-linux.S
[590/898] Compiling aesv8-armv7-linux.S
[591/898] Compiling aesni-x86-linux.S
[592/898] Compiling aesni-x86-apple.S
[593/898] Compiling aesni-x86_64-apple.S
[594/898] Compiling aesni-gcm-x86_64-linux.S
[596/898] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[596/898] Compiling aesni-gcm-x86_64-apple.S
[597/898] Compiling aes-gcm-avx10-x86_64-apple.S
[598/898] Compiling aes-gcm-avx10-x86_64-linux.S
[600/898] Compiling CryptoBoringWrapper EllipticCurve.swift
[601/898] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[602/898] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[603/898] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[604/899] Compiling x_sig.cc
[605/899] Compiling x_x509a.cc
[606/899] Compiling x_req.cc
[607/899] Compiling x_spki.cc
[608/899] Compiling x_x509.cc
[609/899] Compiling x_val.cc
[610/970] Compiling x_pubkey.cc
[611/970] Compiling x_exten.cc
[612/970] Compiling x_attrib.cc
[613/970] Compiling x_name.cc
[614/970] Compiling x_all.cc
[615/970] Compiling x_crl.cc
[616/970] Compiling x_algor.cc
[617/970] Compiling x509name.cc
[618/970] Compiling x509spki.cc
[619/970] Compiling x509rset.cc
[620/970] Compiling x509_vpm.cc
[622/970] Emitting module Crypto
[622/979] Compiling x509cset.cc
[624/979] Compiling Crypto PKCS8PrivateKey.swift
[625/979] Compiling Crypto SEC1PrivateKey.swift
[626/979] Compiling Crypto SubjectPublicKeyInfo.swift
[627/979] Compiling Crypto CryptoKitErrors.swift
[628/979] Compiling Crypto Digest_boring.swift
[629/979] Compiling Crypto Digest.swift
[630/979] Compiling Crypto Digests.swift
[631/979] Compiling Crypto HashFunctions.swift
[632/979] Compiling Crypto HashFunctions_SHA2.swift
[633/979] Compiling Crypto HPKE-AEAD.swift
[634/979] Compiling Crypto HKDF.swift
[635/979] Compiling Crypto AESWrap.swift
[636/979] Compiling Crypto AESWrap_boring.swift
[637/979] Compiling Crypto Ed25519_boring.swift
[638/979] Compiling Crypto NISTCurvesKeys_boring.swift
[639/979] Compiling Crypto X25519Keys_boring.swift
[640/979] Compiling Crypto Curve25519.swift
[641/979] Compiling Crypto Ed25519Keys.swift
[642/979] Compiling Crypto NISTCurvesKeys.swift
[643/979] Compiling Crypto X25519Keys.swift
[644/979] Compiling Crypto SymmetricKeys.swift
[645/979] Compiling Crypto HMAC.swift
[646/979] Compiling Crypto MACFunctions.swift
[647/979] Compiling Crypto MessageAuthenticationCode.swift
[648/979] Compiling Crypto AES.swift
[649/979] Compiling Crypto ECDSASignature_boring.swift
[650/979] Compiling Crypto ECDSA_boring.swift
[651/979] Compiling Crypto EdDSA_boring.swift
[652/979] Compiling Crypto ECDSA.swift
[653/979] Compiling Crypto Ed25519.swift
[653/979] Compiling x509_vfy.cc
[654/979] Compiling x509_txt.cc
[655/979] Compiling x509_trs.cc
[656/979] Compiling x509_v3.cc
[658/979] Compiling Crypto HPKE-Ciphersuite.swift
[659/979] Compiling Crypto HPKE-KDF.swift
[660/979] Compiling Crypto HPKE-KexKeyDerivation.swift
[661/979] Compiling Crypto HPKE-LabeledExtract.swift
[662/979] Compiling Crypto HPKE-Utils.swift
[663/979] Compiling Crypto DHKEM.swift
[664/979] Compiling Crypto HPKE-KEM-Curve25519.swift
[665/979] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[666/979] Compiling Crypto HPKE-KEM.swift
[667/979] Compiling Crypto HPKE-Errors.swift
[668/979] Compiling Crypto HPKE.swift
[669/979] Compiling Crypto HPKE-Context.swift
[670/979] Compiling Crypto HPKE-KeySchedule.swift
[671/979] Compiling Crypto HPKE-Modes.swift
[672/979] Compiling Crypto Insecure.swift
[673/979] Compiling Crypto Insecure_HashFunctions.swift
[674/979] Compiling Crypto KEM.swift
[675/979] Compiling Crypto ECDH_boring.swift
[676/979] Compiling Crypto DH.swift
[677/979] Compiling Crypto ECDH.swift
[677/979] Compiling x509_set.cc
[679/979] Compiling Crypto AES-GCM.swift
[680/979] Compiling Crypto AES-GCM_boring.swift
[681/979] Compiling Crypto ChaChaPoly_boring.swift
[682/979] Compiling Crypto ChaChaPoly.swift
[683/979] Compiling Crypto Cipher.swift
[684/979] Compiling Crypto Nonces.swift
[685/979] Compiling Crypto ASN1.swift
[686/979] Compiling Crypto ASN1Any.swift
[687/979] Compiling Crypto ASN1BitString.swift
[688/979] Compiling Crypto ASN1Boolean.swift
[689/979] Compiling Crypto ASN1Identifier.swift
[690/979] Compiling Crypto ASN1Integer.swift
[691/979] Compiling Crypto ASN1Null.swift
[692/979] Compiling Crypto ASN1OctetString.swift
[693/979] Compiling Crypto ASN1Strings.swift
[694/979] Compiling Crypto ArraySliceBigint.swift
[695/979] Compiling Crypto GeneralizedTime.swift
[696/979] Compiling Crypto ObjectIdentifier.swift
[697/979] Compiling Crypto ECDSASignature.swift
[698/979] Compiling Crypto PEMDocument.swift
[698/979] Compiling x509_obj.cc
[699/979] Compiling x509_req.cc
[700/979] Compiling x509_lu.cc
[701/979] Compiling x509_ext.cc
[702/979] Compiling x509_def.cc
[703/979] Compiling x509_d2.cc
[705/979] Compiling Crypto Signature.swift
[706/979] Compiling Crypto CryptoKitErrors_boring.swift
[707/979] Compiling Crypto RNG_boring.swift
[708/979] Compiling Crypto SafeCompare_boring.swift
[709/979] Compiling Crypto Zeroization_boring.swift
[710/979] Compiling Crypto PrettyBytes.swift
[711/979] Compiling Crypto SafeCompare.swift
[712/979] Compiling Crypto SecureBytes.swift
[713/979] Compiling Crypto Zeroization.swift
[713/980] Compiling x509_cmp.cc
[715/980] Compiling x509_att.cc
[716/980] Compiling x509.cc
[717/980] Compiling v3_utl.cc
[718/980] Compiling v3_skey.cc
[719/980] Compiling v3_prn.cc
[720/980] Compiling v3_purp.cc
[721/980] Compiling v3_ocsp.cc
[722/980] Compiling v3_pcons.cc
[723/980] Compiling v3_pmaps.cc
[724/980] Compiling v3_ncons.cc
[725/980] Compiling v3_int.cc
[726/980] Compiling v3_lib.cc
[727/980] Compiling v3_ia5.cc
[728/980] Compiling v3_info.cc
[729/980] Compiling v3_genn.cc
[730/980] Compiling v3_enum.cc
[731/980] Compiling v3_extku.cc
[732/980] Compiling v3_cpols.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
[760/980] Compiling v3_crld.cc
[761/980] Compiling v3_bitst.cc
[762/980] Compiling v3_conf.cc
[763/980] Compiling v3_bcons.cc
[764/980] Compiling v3_alt.cc
[765/980] Compiling v3_akeya.cc
[766/980] Compiling v3_akey.cc
[767/980] Compiling t_x509a.cc
[768/980] Compiling t_x509.cc
[768/980] Compiling t_req.cc
[770/980] Compiling t_crl.cc
[771/980] Compiling rsa_pss.cc
[772/980] Compiling policy.cc
[773/980] Compiling i2d_pr.cc
[774/980] Compiling name_print.cc
[775/980] Compiling by_file.cc
[776/980] Compiling by_dir.cc
[777/980] Compiling asn1_gen.cc
[778/980] Compiling algorithm.cc
[779/980] Compiling a_verify.cc
[780/980] Compiling a_digest.cc
[781/980] Compiling a_sign.cc
[782/980] Compiling voprf.cc
[783/980] Compiling trust_token.cc
[784/980] Compiling pmbtoken.cc
[785/980] Compiling thread_win.cc
[786/980] Compiling thread.cc
[787/980] Compiling thread_pthread.cc
[787/980] Compiling thread_none.cc
[789/980] Compiling wots.cc
[790/980] Compiling stack.cc
[791/980] Compiling thash.cc
[792/980] Compiling merkle.cc
[793/980] Compiling siphash.cc
[794/980] Compiling fors.cc
[795/980] Compiling slhdsa.cc
[796/980] Compiling sha1.cc
[797/980] Compiling sha512.cc
[798/980] Compiling sha256.cc
[799/980] Compiling rsa_extra.cc
[800/980] Compiling rsa_print.cc
[801/980] Compiling rsa_asn1.cc
[802/980] Compiling rsa_crypt.cc
[803/980] Compiling rc4.cc
[804/980] Compiling windows.cc
[805/980] Compiling refcount.cc
[806/980] Compiling trusty.cc
[807/980] Compiling urandom.cc
[808/980] Compiling rand_extra.cc
[809/980] Compiling ios.cc
[810/980] Compiling passive.cc
[811/980] Compiling poly1305_arm_asm.S
[812/980] Compiling getentropy.cc
[813/980] Compiling forkunsafe.cc
[814/980] Compiling fork_detect.cc
[815/980] Compiling deterministic.cc
[816/980] Compiling pool.cc
[817/980] Compiling poly1305_arm.cc
[818/980] Compiling poly1305.cc
[819/980] Compiling poly1305_vec.cc
[820/980] Compiling pkcs7.cc
[821/980] Compiling pkcs8_x509.cc
[822/980] Compiling p5_pbev2.cc
[823/980] Compiling pkcs8.cc
[824/980] Compiling pem_xaux.cc
[825/980] Compiling pkcs7_x509.cc
[826/980] Compiling pem_x509.cc
[827/980] Compiling pem_pkey.cc
[828/980] Compiling obj_xref.cc
[829/980] Compiling pem_oth.cc
[830/980] Compiling pem_pk8.cc
[831/980] Compiling pem_lib.cc
[832/980] Compiling pem_info.cc
[833/980] Compiling pem_all.cc
[834/980] Compiling mldsa.cc
[835/980] Compiling mem.cc
[836/980] Compiling obj.cc
[837/980] Compiling md5.cc
[837/980] Compiling mlkem.cc
[839/980] Compiling fips_shared_support.cc
[840/980] Compiling lhash.cc
[841/980] Compiling md4.cc
[842/980] Compiling poly_rq_mul.S
[843/980] Compiling kyber.cc
[844/980] Compiling hrss.cc
[845/980] Compiling hpke.cc
[846/980] Compiling sign.cc
[846/980] Compiling ex_data.cc
[848/980] Compiling scrypt.cc
[849/980] Compiling print.cc
[850/980] Compiling pbkdf.cc
[851/980] Compiling p_x25519.cc
[852/980] Compiling p_x25519_asn1.cc
[853/980] Compiling p_rsa_asn1.cc
[854/980] Compiling p_rsa.cc
[855/980] Compiling p_hkdf.cc
[856/980] Compiling p_ed25519.cc
[857/980] Compiling p_ed25519_asn1.cc
[858/980] Compiling p_ec_asn1.cc
[859/980] Compiling p_ec.cc
[860/980] Compiling p_dsa_asn1.cc
[861/980] Compiling p_dh.cc
[862/980] Compiling p_dh_asn1.cc
[863/980] Compiling evp_ctx.cc
[864/980] Compiling evp.cc
[865/980] Compiling evp_asn1.cc
[866/980] Compiling err.cc
[867/980] Compiling engine.cc
[868/980] Compiling ecdh_extra.cc
[869/980] Compiling ecdsa_asn1.cc
[870/980] Compiling hash_to_curve.cc
[871/980] Compiling ec_derive.cc
[872/980] Compiling ec_asn1.cc
[873/980] Compiling dsa_asn1.cc
[874/980] Compiling dsa.cc
[875/980] Compiling digest_extra.cc
[876/980] Compiling params.cc
[877/980] Compiling x25519-asm-arm.S
[878/980] Compiling dh_asn1.cc
[879/980] Compiling des.cc
[880/980] Compiling spake25519.cc
[881/980] Compiling crypto.cc
[882/980] Compiling cpu_intel.cc
[883/980] Compiling cpu_arm_linux.cc
[884/980] Compiling cpu_arm_freebsd.cc
[885/980] Compiling curve25519.cc
[886/980] Compiling bcm.cc
[887/980] Compiling cpu_aarch64_win.cc
[888/980] Compiling cpu_aarch64_sysreg.cc
[889/980] Compiling cpu_aarch64_openbsd.cc
[890/980] Compiling cpu_aarch64_linux.cc
[891/980] Compiling cpu_aarch64_fuchsia.cc
[891/980] Compiling curve25519_64_adx.cc
[893/980] Compiling cpu_aarch64_apple.cc
[894/980] Compiling tls_cbc.cc
[895/980] Compiling conf.cc
[896/980] Compiling e_tls.cc
[897/980] Compiling e_rc4.cc
[898/980] Compiling e_null.cc
[899/980] Compiling e_rc2.cc
[900/980] Compiling e_des.cc
[901/980] Compiling derive_key.cc
[902/980] Compiling e_chacha20poly1305.cc
[903/980] Compiling e_aesgcmsiv.cc
[904/980] Compiling e_aesctrhmac.cc
[905/980] Compiling unicode.cc
[906/980] Compiling chacha.cc
[907/980] Compiling cipher_extra.cc
[908/980] Compiling ber.cc
[909/980] Compiling buf.cc
[910/980] Compiling asn1_compat.cc
[911/980] Compiling cbb.cc
[912/980] Compiling bn_asn1.cc
[913/980] Compiling cbs.cc
[914/980] Compiling convert.cc
[915/980] Compiling blake2.cc
[916/980] Compiling printf.cc
[917/980] Compiling pair.cc
[918/980] Compiling hexdump.cc
[919/980] Compiling file.cc
[920/980] Compiling errno.cc
[920/980] Compiling fd.cc
[922/980] Compiling bio_mem.cc
[923/980] Compiling base64.cc
[924/980] Compiling bio.cc
[925/980] Compiling tasn_fre.cc
[926/980] Compiling tasn_typ.cc
[927/980] Compiling tasn_new.cc
[928/980] Compiling tasn_utl.cc
[929/980] Compiling tasn_enc.cc
[930/980] Compiling posix_time.cc
[931/980] Compiling f_string.cc
[932/980] Compiling f_int.cc
[933/980] Compiling asn_pack.cc
[934/980] Compiling asn1_par.cc
[935/980] Compiling tasn_dec.cc
[936/980] Compiling a_utctm.cc
[937/980] Compiling a_type.cc
[938/980] Compiling asn1_lib.cc
[939/980] Compiling a_time.cc
[940/980] Compiling a_octet.cc
[941/980] Compiling a_strex.cc
[941/980] Compiling a_strnid.cc
[943/980] Compiling a_i2d_fp.cc
[944/980] Compiling a_mbstr.cc
[945/980] Compiling a_object.cc
[946/980] Write sources
[947/980] Compiling a_gentm.cc
[948/980] Write sources
[949/980] Compiling a_int.cc
[950/980] Compiling a_dup.cc
[951/980] Compiling a_d2i_fp.cc
[952/1030] Compiling a_bool.cc
[953/1030] Compiling a_bitstr.cc
[955/1038] Compiling CryptoBoringWrapper RandomBytes.swift
[956/1038] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[957/1038] Compiling CryptoBoringWrapper EllipticCurve.swift
[958/1038] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[959/1038] Emitting module CryptoBoringWrapper
[960/1038] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[961/1038] Compiling Algorithms Compacted.swift
[962/1038] Compiling Algorithms Cycle.swift
[963/1038] Compiling Algorithms EitherSequence.swift
[964/1038] Compiling Algorithms FirstNonNil.swift
[965/1041] Compiling Algorithms RandomSample.swift
[966/1041] Compiling Algorithms Reductions.swift
[967/1041] Compiling Algorithms Rotate.swift
[971/1044] Compiling Algorithms Split.swift
[972/1044] Compiling Algorithms Stride.swift
[973/1044] Compiling Algorithms Suffix.swift
[977/1044] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[978/1044] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[979/1045] Compiling Algorithms Joined.swift
[980/1045] Compiling Algorithms Keyed.swift
[981/1045] Compiling Algorithms MinMax.swift
[982/1045] Wrapping AST for CryptoBoringWrapper for debugging
[987/1045] Compiling Algorithms Intersperse.swift
[990/1045] Compiling Algorithms Partition.swift
[991/1045] Compiling Algorithms Permutations.swift
[992/1045] Compiling Algorithms Product.swift
[998/1045] Compiling Algorithms FlattenCollection.swift
[999/1045] Compiling Algorithms Grouped.swift
[1000/1045] Compiling Algorithms Indexed.swift
[1005/1116] Compiling Crypto Digest_boring.swift
[1006/1116] Compiling Crypto Digest.swift
[1007/1116] Compiling Crypto Digests.swift
[1011/1116] Compiling Crypto AES-GCM.swift
[1012/1116] Compiling Crypto AES-GCM_boring.swift
[1013/1116] Compiling Crypto ChaChaPoly_boring.swift
[1014/1116] Compiling Crypto ChaChaPoly.swift
[1015/1116] Emitting module Algorithms
[1022/1118] Wrapping AST for Algorithms for debugging
[1024/1118] Compiling Crypto PKCS8PrivateKey.swift
[1025/1118] Compiling Crypto SEC1PrivateKey.swift
[1026/1118] Compiling Crypto SubjectPublicKeyInfo.swift
[1027/1118] Compiling Crypto CryptoKitErrors.swift
[1031/1118] Compiling Crypto HashFunctions.swift
[1032/1118] Compiling Crypto HashFunctions_SHA2.swift
[1033/1118] Compiling Crypto HPKE-AEAD.swift
[1034/1127] Compiling Crypto HKDF.swift
[1035/1127] Compiling Crypto AESWrap.swift
[1036/1127] Compiling Crypto AESWrap_boring.swift
[1037/1127] Compiling Crypto Ed25519_boring.swift
[1038/1127] Compiling Crypto NISTCurvesKeys_boring.swift
[1039/1127] Compiling Crypto X25519Keys_boring.swift
[1040/1127] Compiling Crypto Curve25519.swift
[1041/1127] Compiling Crypto Ed25519Keys.swift
[1042/1127] Compiling Crypto NISTCurvesKeys.swift
[1043/1127] Compiling Crypto X25519Keys.swift
[1044/1127] Compiling Crypto SymmetricKeys.swift
[1045/1127] Compiling Crypto HMAC.swift
[1046/1127] Compiling Crypto MACFunctions.swift
[1047/1127] Compiling Crypto MessageAuthenticationCode.swift
[1048/1127] Compiling Crypto AES.swift
[1049/1127] Compiling Crypto ECDSASignature_boring.swift
[1050/1127] Compiling Crypto ECDSA_boring.swift
[1051/1127] Compiling Crypto EdDSA_boring.swift
[1052/1127] Compiling Crypto ECDSA.swift
[1053/1127] Compiling Crypto Ed25519.swift
[1054/1127] Compiling Crypto HPKE-Ciphersuite.swift
[1055/1127] Compiling Crypto HPKE-KDF.swift
[1056/1127] Compiling Crypto HPKE-KexKeyDerivation.swift
[1057/1127] Compiling Crypto HPKE-LabeledExtract.swift
[1058/1127] Compiling Crypto HPKE-Utils.swift
[1059/1127] Compiling Crypto DHKEM.swift
[1060/1127] Compiling Crypto HPKE-KEM-Curve25519.swift
[1061/1127] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1062/1127] Compiling Crypto HPKE-KEM.swift
[1063/1127] Compiling Crypto HPKE-Errors.swift
[1064/1127] Compiling Crypto HPKE.swift
[1065/1127] Compiling Crypto HPKE-Context.swift
[1066/1127] Compiling Crypto HPKE-KeySchedule.swift
[1067/1127] Compiling Crypto HPKE-Modes.swift
[1068/1127] Compiling Crypto Insecure.swift
[1069/1127] Compiling Crypto Insecure_HashFunctions.swift
[1070/1127] Compiling Crypto KEM.swift
[1071/1127] Compiling Crypto ECDH_boring.swift
[1072/1127] Compiling Crypto DH.swift
[1073/1127] Compiling Crypto ECDH.swift
[1078/1127] Compiling Crypto Cipher.swift
[1079/1127] Compiling Crypto Nonces.swift
[1080/1127] Compiling Crypto ASN1.swift
[1081/1127] Compiling Crypto ASN1Any.swift
[1082/1127] Compiling Crypto ASN1BitString.swift
[1083/1127] Compiling Crypto ASN1Boolean.swift
[1084/1127] Emitting module Crypto
[1085/1127] Compiling Crypto ASN1Identifier.swift
[1086/1127] Compiling Crypto ASN1Integer.swift
[1087/1127] Compiling Crypto ASN1Null.swift
[1088/1127] Compiling Crypto ASN1OctetString.swift
[1089/1127] Compiling Crypto ASN1Strings.swift
[1090/1127] Compiling Crypto ArraySliceBigint.swift
[1091/1127] Compiling Crypto GeneralizedTime.swift
[1092/1127] Compiling Crypto ObjectIdentifier.swift
[1093/1127] Compiling Crypto ECDSASignature.swift
[1094/1127] Compiling Crypto PEMDocument.swift
[1095/1127] Compiling Crypto Signature.swift
[1096/1127] Compiling Crypto CryptoKitErrors_boring.swift
[1097/1127] Compiling Crypto RNG_boring.swift
[1098/1127] Compiling Crypto SafeCompare_boring.swift
[1099/1127] Compiling Crypto Zeroization_boring.swift
[1100/1127] Compiling Crypto PrettyBytes.swift
[1101/1127] Compiling Crypto SafeCompare.swift
[1102/1127] Compiling Crypto SecureBytes.swift
[1103/1127] Compiling Crypto Zeroization.swift
[1104/1128] Wrapping AST for Crypto for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1115/1129] Wrapping AST for SwiftSyntax for debugging
[1117/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
[1118/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
[1119/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
[1120/1187] 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
[1121/1188] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1122/1188] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1123/1188] 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
[1124/1188] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1125/1188] Compiling SwiftParser CollectionNodes+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
[1126/1188] 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
[1127/1188] 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
[1128/1188] 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
[1129/1188] 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
[1130/1188] 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
[1131/1189] 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
[1132/1189] 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
[1134/1189] 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
[1135/1189] 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
[1135/1190] Wrapping AST for SwiftDiagnostics for debugging
[1137/1190] Wrapping AST for SwiftBasicFormat for debugging
[1139/1190] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1140/1190] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1141/1190] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1142/1190] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1143/1190] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1144/1190] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1145/1190] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1146/1190] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1147/1190] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1148/1190] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1149/1190] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1150/1190] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1151/1190] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1152/1190] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1153/1190] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1154/1190] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1155/1190] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1156/1190] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1157/1195] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1158/1195] Compiling SwiftParser 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
[1159/1195] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1160/1195] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1161/1195] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1162/1195] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1163/1195] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1164/1195] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1165/1195] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1166/1195] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1171/1195] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1172/1195] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1173/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
[1174/1195] 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
[1175/1195] 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
[1176/1195] 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
[1177/1195] 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
[1178/1195] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/1195] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[1189/1220] 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
[1190/1220] 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
[1191/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
[1192/1221] 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
[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 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
[1195/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
[1196/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
[1197/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
[1198/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
[1199/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
[1200/1222] Wrapping AST for SwiftOperators for debugging
[1202/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
[1203/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
[1204/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
[1205/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
[1206/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
[1207/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[1217/1238] 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
[1218/1238] 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
[1219/1238] 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
[1220/1238] 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
[1221/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
[1222/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
[1223/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
[1224/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
[1225/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
[1226/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
[1227/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
[1228/1239] 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
[1229/1239] 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
[1230/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
[1231/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
[1232/1240] Wrapping AST for SwiftSyntaxBuilder for debugging
[1234/1257] 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
[1235/1257] 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
[1236/1257] 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/1257] 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/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
[1239/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
[1240/1257] 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
[1241/1257] 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
[1242/1257] 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
[1243/1257] 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
[1244/1257] 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
[1245/1257] 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
[1246/1257] 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
[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 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
[1249/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
[1250/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
[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 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
[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] 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
[1259/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
[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 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
[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] 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
[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 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
[1268/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
[1269/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
[1270/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
[1271/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
[1272/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
[1273/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
[1274/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
[1275/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
[1276/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
[1277/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
[1278/1284] 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
[1279/1284] 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
[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] 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(
[1289/1294] Compiling ObfuscateMacroPlugin ObfuscateMethod+.swift
[1290/1294] Compiling ObfuscateMacroPlugin Data+.swift
[1291/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(
[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] Emitting module ObfuscateMacro
[1298/1301] Compiling ObfuscateMacro Exported.swift
[1300/1301] Emitting module ObfuscateMacro
[1301/1301] Compiling ObfuscateMacro ObfuscateMacro.swift
Build complete! (121.63s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.