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 0.11.0 (b07258), with Swift 6.1 for Linux on 1 May 2025 11:09:00 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObfuscateMacro.git
Reference: 0.11.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/p-x9/ObfuscateMacro
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at b072587 Merge pull request #28 from p-x9/feature/swift-syntax-601
Cloned https://github.com/p-x9/ObfuscateMacro.git
Revision (git rev-parse @):
b072587f7cd106cb254acb52758c1fb6ae91ab6e
SUCCESS checkout https://github.com/p-x9/ObfuscateMacro.git at 0.11.0
========================================
Build
========================================
Selected platform:         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-4609320-2":/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/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-algorithms
[1/5918] Fetching swift-algorithms
[3493/19776] Fetching swift-algorithms, swift-crypto
Fetched https://github.com/apple/swift-algorithms from cache (0.52s)
[2911/13858] Fetching swift-crypto
[3327/84149] Fetching swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
[34443/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.07s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (10.98s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.28s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.33s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.10s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.95s)
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/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-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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/775] Write sources
[7/775] Compiling sha512.cc
[8/775] Compiling mem.cc
[9/775] Compiling _SwiftSyntaxCShims dummy.c
[10/775] Compiling _NumericsShims _NumericsShims.c
[11/775] Write sources
[30/775] Compiling _NumericsShims _NumericsShims.c
[31/775] Compiling refcount.cc
[32/775] Write swift-version-24593BA9C3E375BF.txt
[33/775] Compiling mldsa.cc
[34/775] Compiling fiat_p256_adx_sqr.S
[35/775] Compiling fiat_p256_adx_mul.S
[36/777] Compiling pem_x509.cc
[37/781] Compiling CCryptoBoringSSLShims shims.c
[38/781] Compiling by_dir.cc
[39/781] Compiling CCryptoBoringSSLShims shims.c
[40/781] Compiling x_algor.cc
[42/781] 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
[43/807] Emitting module RealModule
[44/808] Compiling RealModule Real.swift
[45/808] 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
[46/808] 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
[47/809] Compiling RealModule AugmentedArithmetic.swift
[48/809] Compiling RealModule Double+Real.swift
[49/809] 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
[50/811] 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
[51/811] 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
[52/811] 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
[53/811] 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
[54/812] Compiling RealModule Float+Real.swift
[55/813] Compiling RealModule Float80+Real.swift
[56/813] Compiling RealModule ElementaryFunctions.swift
[57/813] Emitting module RealModule
[58/813] Compiling RealModule AlgebraicField.swift
[59/813] Compiling RealModule ApproximateEquality.swift
[60/813] Compiling RealModule Float16+Real.swift
[63/813] Compiling RealModule RealFunctions.swift
[64/813] Compiling RealModule ElementaryFunctions.swift
[65/813] Compiling RealModule RealFunctions.swift
[68/813] Compiling RealModule Float+Real.swift
[73/814] Compiling RealModule Float80+Real.swift
[74/814] Compiling RealModule Real.swift
[75/814] Compiling RealModule Float16+Real.swift
[78/815] Compiling ObfuscateSupport Method.swift
[79/815] Emitting module ObfuscateSupport
[81/816] Compiling ObfuscateSupport Method.swift
[83/817] Wrapping AST for SwiftSyntax510 for debugging
[84/817] Wrapping AST for RealModule for debugging
[85/817] Wrapping AST for SwiftSyntax509 for debugging
[86/817] Wrapping AST for SwiftSyntax601 for debugging
[87/817] Compiling fiat_curve25519_adx_mul.S
[88/817] Compiling fiat_curve25519_adx_square.S
[89/817] Compiling md5-x86_64-linux.S
[90/817] Compiling md5-x86_64-apple.S
[91/817] Compiling md5-586-apple.S
[92/817] Compiling md5-586-linux.S
[93/817] Wrapping AST for SwiftSyntax600 for debugging
[94/818] Wrapping AST for ObfuscateSupport for debugging
[95/881] Compiling chacha20_poly1305_armv8-linux.S
[95/881] Compiling chacha20_poly1305_x86_64-apple.S
[97/881] Compiling chacha20_poly1305_armv8-apple.S
[98/881] Compiling chacha20_poly1305_armv8-win.S
[99/881] Compiling chacha20_poly1305_x86_64-linux.S
[100/881] Compiling chacha-x86_64-linux.S
[101/881] Compiling err_data.cc
[102/881] Compiling chacha-x86_64-apple.S
[103/881] Compiling chacha-armv8-win.S
[104/881] Compiling chacha-x86-linux.S
[105/881] Compiling chacha-x86-apple.S
[106/881] Compiling chacha-armv8-linux.S
[107/881] Compiling chacha-armv4-linux.S
[108/881] Compiling chacha-armv8-apple.S
[109/881] Compiling aes128gcmsiv-x86_64-apple.S
[110/881] Compiling aes128gcmsiv-x86_64-linux.S
[111/881] Compiling x86_64-mont5-apple.S
[112/881] Compiling x86_64-mont-linux.S
[113/881] Compiling x86_64-mont5-linux.S
[114/881] Compiling x86_64-mont-apple.S
[115/881] Compiling x86-mont-apple.S
[116/881] Compiling x86-mont-linux.S
[117/881] Compiling vpaes-x86_64-linux.S
[118/881] Compiling vpaes-x86_64-apple.S
[119/881] Compiling vpaes-x86-linux.S
[120/881] Compiling vpaes-x86-apple.S
[121/881] Compiling vpaes-armv8-win.S
[122/881] Compiling vpaes-armv8-apple.S
[123/881] Compiling vpaes-armv8-linux.S
[124/881] Compiling vpaes-armv7-linux.S
[125/881] Compiling sha512-armv8-win.S
[126/881] Compiling sha512-x86_64-linux.S
[126/881] Compiling sha512-x86_64-apple.S
[128/881] Compiling sha512-armv8-linux.S
[129/881] Compiling sha512-armv8-apple.S
[130/881] Compiling sha512-armv4-linux.S
[131/881] Compiling sha512-586-linux.S
[132/881] Compiling sha512-586-apple.S
[133/881] Compiling sha256-armv8-win.S
[134/881] Compiling sha256-armv8-linux.S
[135/881] Compiling sha256-x86_64-apple.S
[136/881] Compiling sha256-x86_64-linux.S
[137/881] Compiling sha256-armv8-apple.S
[138/881] Compiling sha256-586-linux.S
[139/881] Compiling sha256-armv4-linux.S
[140/881] Compiling sha256-586-apple.S
[141/881] Compiling sha1-x86_64-apple.S
[142/881] Compiling sha1-armv8-linux.S
[143/881] Compiling sha1-armv8-win.S
[144/881] Compiling sha1-x86_64-linux.S
[145/881] Compiling sha1-armv8-apple.S
[146/881] Compiling sha1-armv4-large-linux.S
[147/881] Compiling sha1-586-linux.S
[148/881] Compiling sha1-586-apple.S
[149/881] Compiling rsaz-avx2-apple.S
[150/881] Compiling rsaz-avx2-linux.S
[151/881] Compiling rdrand-x86_64-apple.S
[152/881] Compiling p256_beeu-x86_64-asm-linux.S
[153/881] Compiling rdrand-x86_64-linux.S
[154/881] Compiling p256_beeu-armv8-asm-win.S
[155/881] Compiling p256_beeu-armv8-asm-linux.S
[156/881] Compiling p256_beeu-armv8-asm-apple.S
[157/881] Compiling p256_beeu-x86_64-asm-apple.S
[158/881] Compiling p256-x86_64-asm-linux.S
[159/881] Compiling p256-armv8-asm-linux.S
[160/881] Compiling p256-x86_64-asm-apple.S
[161/881] Compiling p256-armv8-asm-win.S
[162/881] Compiling ghashv8-armv8-win.S
[163/881] Compiling p256-armv8-asm-apple.S
[163/881] Compiling ghashv8-armv8-apple.S
[165/881] Compiling ghashv8-armv8-linux.S
[166/881] Compiling ghashv8-armv7-linux.S
[167/881] Compiling ghash-x86_64-apple.S
[168/881] Compiling ghash-x86_64-linux.S
[169/881] Compiling ghash-x86-linux.S
[170/881] Compiling ghash-ssse3-x86_64-apple.S
[171/881] Compiling ghash-ssse3-x86_64-linux.S
[171/881] Compiling ghash-x86-apple.S
[173/881] Compiling ghash-ssse3-x86-linux.S
[174/881] Compiling ghash-ssse3-x86-apple.S
[175/881] Compiling ghash-neon-armv8-win.S
[176/881] Compiling ghash-neon-armv8-linux.S
[177/881] Compiling co-586-linux.S
[178/881] Compiling ghash-armv4-linux.S
[179/881] Compiling ghash-neon-armv8-apple.S
[180/881] Compiling bn-armv8-linux.S
[181/881] Compiling co-586-apple.S
[182/881] Compiling bsaes-armv7-linux.S
[183/881] Compiling bn-armv8-win.S
[184/881] Compiling bn-586-linux.S
[184/881] Compiling bn-586-apple.S
[186/881] Compiling bn-armv8-apple.S
[187/881] Compiling armv8-mont-win.S
[188/881] Compiling armv8-mont-apple.S
[189/881] Compiling aesv8-gcm-armv8-win.S
[190/881] Compiling armv4-mont-linux.S
[191/881] Compiling armv8-mont-linux.S
[192/881] Compiling aesv8-gcm-armv8-apple.S
[193/881] Compiling aesv8-gcm-armv8-linux.S
[194/881] Compiling aesv8-armv8-win.S
[195/881] Compiling aesv8-armv8-linux.S
[196/881] Compiling aesv8-armv7-linux.S
[197/881] Compiling aesv8-armv8-apple.S
[198/881] Compiling aesni-x86_64-linux.S
[199/881] Compiling aesni-x86-apple.S
[200/881] Compiling aesni-x86_64-apple.S
[201/881] Compiling aesni-gcm-x86_64-apple.S
[202/881] Compiling aesni-x86-linux.S
[203/881] Compiling aesni-gcm-x86_64-linux.S
[204/881] Compiling aes-gcm-avx10-x86_64-apple.S
[205/881] Compiling aes-gcm-avx10-x86_64-linux.S
[207/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
[208/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
[209/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
[210/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
[211/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
[212/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
[213/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
[214/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
[215/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
[215/890] Compiling x_req.cc
[216/890] Compiling x_x509a.cc
[217/890] Compiling x_sig.cc
[218/890] Compiling x_spki.cc
[219/890] Compiling x_x509.cc
[220/890] Compiling x_pubkey.cc
[221/890] Compiling x_val.cc
[223/890] 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
[224/890] 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
[225/890] 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
[226/890] 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
[227/890] 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
[228/890] 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
[229/890] 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
[230/890] 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
[231/890] 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
[231/890] Compiling x_exten.cc
[232/890] Compiling x_attrib.cc
[233/890] Compiling x_name.cc
[234/890] Compiling x_all.cc
[235/890] Compiling x509spki.cc
[236/890] Compiling x_crl.cc
[237/890] Compiling x509rset.cc
[238/890] Compiling x509_v3.cc
[239/890] Compiling x509name.cc
[240/890] Compiling x509cset.cc
[241/890] Compiling x509_txt.cc
[242/890] Compiling x509_vpm.cc
[243/890] Compiling x509_set.cc
[244/890] Compiling x509_vfy.cc
[245/890] Compiling x509_trs.cc
[246/890] Compiling x509_ext.cc
[247/890] Compiling x509_obj.cc
[248/890] Compiling x509_req.cc
[249/890] Compiling x509_def.cc
[250/890] Compiling x509_lu.cc
[251/890] Compiling x509_d2.cc
[252/890] Compiling x509_cmp.cc
[253/890] Compiling x509.cc
[254/890] Compiling x509_att.cc
[255/890] Compiling v3_utl.cc
[256/890] Compiling v3_prn.cc
[257/890] Compiling v3_skey.cc
[258/890] Compiling v3_purp.cc
[259/890] Compiling v3_pmaps.cc
[260/890] Compiling v3_ncons.cc
[261/890] Compiling v3_ocsp.cc
[262/890] Compiling v3_pcons.cc
[263/890] Compiling v3_int.cc
[264/890] Compiling v3_lib.cc
[265/890] Compiling v3_info.cc
[266/890] Compiling v3_ia5.cc
[267/890] Compiling v3_genn.cc
[268/890] Compiling v3_extku.cc
[269/890] Compiling v3_enum.cc
[270/890] Compiling v3_cpols.cc
[271/890] Compiling v3_crld.cc
[272/890] Compiling v3_conf.cc
[273/890] Compiling v3_alt.cc
[274/890] Compiling v3_bitst.cc
[275/890] Compiling v3_bcons.cc
[276/890] Compiling v3_akey.cc
[277/890] Compiling v3_akeya.cc
[278/890] Compiling t_x509a.cc
[279/890] Compiling t_x509.cc
[280/890] Compiling t_req.cc
[281/890] Compiling policy.cc
[282/890] Compiling i2d_pr.cc
[283/890] Compiling t_crl.cc
[284/890] Compiling rsa_pss.cc
[285/890] Compiling name_print.cc
[286/890] Compiling by_file.cc
[287/890] Compiling voprf.cc
[288/890] Compiling asn1_gen.cc
[289/890] Compiling a_verify.cc
[290/890] Compiling a_digest.cc
[291/890] Compiling thread_win.cc
[292/890] Compiling algorithm.cc
[293/890] Compiling a_sign.cc
[294/890] Compiling thread_pthread.cc
[295/890] Compiling thread_none.cc
[296/890] Compiling thread.cc
[297/890] Compiling trust_token.cc
[298/890] Compiling pmbtoken.cc
[299/890] Compiling wots.cc
[300/890] Compiling stack.cc
[302/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
[302/890] Compiling thash.cc
[303/890] Compiling slhdsa.cc
[304/890] Compiling siphash.cc
[305/890] Compiling merkle.cc
[306/890] Compiling fors.cc
[307/890] Compiling sha256.cc
[308/890] Compiling sha1.cc
[309/890] Compiling rsa_print.cc
[310/890] Compiling rsa_extra.cc
[311/890] Compiling rc4.cc
[312/890] Compiling rsa_crypt.cc
[313/890] Compiling windows.cc
[314/890] Compiling rsa_asn1.cc
[315/890] Compiling urandom.cc
[316/890] Compiling trusty.cc
[317/890] Compiling rand_extra.cc
[318/890] Compiling getentropy.cc
[319/890] Compiling ios.cc
[320/890] Compiling passive.cc
[321/890] Compiling forkunsafe.cc
[322/890] Compiling poly1305_arm_asm.S
[323/890] Compiling deterministic.cc
[324/890] Compiling fork_detect.cc
[325/890] Compiling poly1305_arm.cc
[326/890] Compiling pool.cc
[327/890] Compiling poly1305.cc
[328/890] Compiling poly1305_vec.cc
[329/890] Compiling pkcs7.cc
[330/890] Compiling pkcs8_x509.cc
[331/890] Compiling pkcs8.cc
[332/890] Compiling p5_pbev2.cc
[333/890] Compiling pem_xaux.cc
[334/890] Compiling pem_pkey.cc
[335/890] Compiling pkcs7_x509.cc
[336/890] Compiling pem_pk8.cc
[337/890] Compiling obj_xref.cc
[338/890] Compiling pem_oth.cc
[339/890] Compiling pem_lib.cc
[340/890] Compiling pem_all.cc
[341/890] Compiling obj.cc
[342/890] Compiling pem_info.cc
[343/890] Compiling md5.cc
[344/890] Compiling md4.cc
[345/890] Compiling poly_rq_mul.S
[346/890] Compiling fips_shared_support.cc
[347/890] Compiling mlkem.cc
[348/890] Compiling lhash.cc
[349/890] Compiling kyber.cc
[350/890] Compiling sign.cc
[351/890] Compiling ex_data.cc
[352/890] Compiling hrss.cc
[353/890] Compiling hpke.cc
[354/890] Compiling scrypt.cc
[355/890] Compiling pbkdf.cc
[356/890] Compiling print.cc
[357/890] Compiling p_x25519.cc
[358/890] Compiling p_x25519_asn1.cc
[359/890] Compiling p_rsa_asn1.cc
[360/890] Compiling p_rsa.cc
[361/890] Compiling p_ed25519.cc
[362/890] Compiling p_hkdf.cc
[363/890] Compiling p_ed25519_asn1.cc
[364/890] Compiling p_ec_asn1.cc
[365/890] Compiling p_ec.cc
[366/890] Compiling p_dsa_asn1.cc
[367/890] Compiling p_dh.cc
[368/890] Compiling p_dh_asn1.cc
[369/890] Compiling evp_ctx.cc
[370/890] Compiling evp.cc
[371/890] Compiling evp_asn1.cc
[372/890] Compiling err.cc
[373/890] Compiling ecdh_extra.cc
[374/890] Compiling engine.cc
[375/890] Compiling hash_to_curve.cc
[376/890] Compiling ecdsa_asn1.cc
[377/890] Compiling ec_derive.cc
[378/890] Compiling ec_asn1.cc
[379/890] Compiling digest_extra.cc
[380/890] Compiling params.cc
[381/890] Compiling dsa_asn1.cc
[382/890] Compiling dh_asn1.cc
[383/890] Compiling dsa.cc
[384/890] Compiling x25519-asm-arm.S
[385/890] Compiling des.cc
[386/890] Compiling cpu_intel.cc
[387/890] Compiling spake25519.cc
[388/890] Compiling crypto.cc
[389/890] Compiling curve25519.cc
[390/890] Compiling cpu_arm_linux.cc
[391/890] Compiling bcm.cc
[392/890] Compiling cpu_arm_freebsd.cc
[393/890] Compiling cpu_aarch64_sysreg.cc
[394/890] Compiling cpu_aarch64_win.cc
[395/890] Compiling cpu_aarch64_openbsd.cc
[396/890] Compiling cpu_aarch64_linux.cc
[397/890] Compiling cpu_aarch64_fuchsia.cc
[398/890] Compiling curve25519_64_adx.cc
[399/890] Compiling tls_cbc.cc
[400/890] Compiling cpu_aarch64_apple.cc
[401/890] Compiling conf.cc
[402/890] Compiling e_tls.cc
[403/890] Compiling e_rc4.cc
[404/890] Compiling e_rc2.cc
[405/890] Compiling e_null.cc
[406/890] Compiling e_des.cc
[407/890] Compiling e_chacha20poly1305.cc
[408/890] Compiling derive_key.cc
[409/890] Compiling e_aesgcmsiv.cc
[410/890] Compiling e_aesctrhmac.cc
[411/890] Compiling cipher_extra.cc
[412/890] Compiling chacha.cc
[413/890] Compiling unicode.cc
[414/890] Compiling ber.cc
[415/890] Compiling cbs.cc
[416/890] Compiling asn1_compat.cc
[417/890] Compiling cbb.cc
[418/890] Compiling buf.cc
[419/890] Compiling bn_asn1.cc
[420/890] Compiling convert.cc
[421/890] Compiling printf.cc
[422/890] Compiling blake2.cc
[423/890] Compiling pair.cc
[424/890] Compiling hexdump.cc
[425/890] Compiling fd.cc
[426/890] Compiling file.cc
[427/890] Compiling errno.cc
[428/890] Compiling bio_mem.cc
[429/890] Compiling base64.cc
[430/890] Compiling bio.cc
[431/890] Compiling tasn_utl.cc
[432/890] Compiling tasn_typ.cc
[433/890] Compiling tasn_fre.cc
[434/890] Compiling tasn_new.cc
[435/890] Compiling tasn_enc.cc
[436/890] Compiling f_string.cc
[437/890] Compiling f_int.cc
[438/890] Compiling posix_time.cc
[439/890] Compiling tasn_dec.cc
[440/890] Compiling asn1_par.cc
[441/890] Compiling asn_pack.cc
[442/890] Compiling a_type.cc
[443/890] Compiling asn1_lib.cc
[444/890] Compiling a_utctm.cc
[445/890] Compiling a_time.cc
[446/890] Compiling a_strex.cc
[447/890] Compiling a_strnid.cc
[448/890] Compiling a_object.cc
[449/890] Compiling a_int.cc
[450/890] Compiling a_mbstr.cc
[451/890] Compiling a_octet.cc
[452/890] Compiling a_i2d_fp.cc
[453/890] Compiling fiat_p256_adx_sqr.S
[454/890] Compiling fiat_p256_adx_mul.S
[455/890] Compiling fiat_curve25519_adx_square.S
[456/890] Compiling md5-x86_64-linux.S
[457/890] Compiling fiat_curve25519_adx_mul.S
[458/890] Compiling md5-x86_64-apple.S
[459/890] Compiling md5-586-linux.S
[460/890] Compiling md5-586-apple.S
[461/890] Compiling a_d2i_fp.cc
[462/890] Compiling chacha20_poly1305_x86_64-apple.S
[463/890] Compiling chacha20_poly1305_x86_64-linux.S
[464/890] Compiling a_gentm.cc
[465/890] Compiling a_dup.cc
[466/890] Compiling a_bool.cc
[467/890] Compiling chacha20_poly1305_armv8-win.S
[468/890] Compiling chacha20_poly1305_armv8-linux.S
[469/890] Compiling chacha20_poly1305_armv8-apple.S
[470/890] Compiling chacha-x86_64-linux.S
[471/890] Compiling a_bitstr.cc
[472/890] Compiling chacha-x86_64-apple.S
[473/890] Compiling chacha-x86-apple.S
[474/890] Compiling err_data.cc
[475/890] Compiling chacha-x86-linux.S
[476/890] Compiling chacha-armv8-win.S
[477/890] Compiling chacha-armv8-linux.S
[478/890] Compiling chacha-armv8-apple.S
[479/890] Compiling chacha-armv4-linux.S
[480/890] Compiling aes128gcmsiv-x86_64-linux.S
[481/890] Compiling aes128gcmsiv-x86_64-apple.S
[482/890] Compiling x86_64-mont5-apple.S
[483/890] Compiling x86_64-mont-linux.S
[484/890] Compiling x86_64-mont5-linux.S
[485/890] Compiling x86_64-mont-apple.S
[486/890] Compiling x86-mont-apple.S
[487/890] Compiling vpaes-x86_64-linux.S
[487/890] Compiling x86-mont-linux.S
[489/893] Compiling vpaes-x86-apple.S
[490/894] Compiling vpaes-x86-linux.S
[491/895] Compiling vpaes-x86_64-apple.S
[492/897] Compiling vpaes-armv8-win.S
[493/898] Compiling vpaes-armv8-linux.S
[494/898] Compiling vpaes-armv7-linux.S
[495/898] Compiling vpaes-armv8-apple.S
[496/898] Compiling sha512-armv8-win.S
[497/898] Compiling sha512-x86_64-apple.S
[498/898] Compiling sha512-armv8-linux.S
[499/898] Compiling sha512-x86_64-linux.S
[500/898] Compiling sha512-armv8-apple.S
[501/898] Compiling sha512-armv4-linux.S
[502/898] Compiling sha512-586-apple.S
[503/898] Compiling sha256-x86_64-apple.S
[504/898] Compiling sha512-586-linux.S
[505/898] Compiling sha256-x86_64-linux.S
[506/898] Compiling sha256-armv8-win.S
[507/898] Compiling sha256-586-linux.S
[507/898] Compiling sha256-armv8-linux.S
[509/898] Compiling sha256-armv8-apple.S
[510/898] Compiling sha256-586-apple.S
[511/898] Compiling sha256-armv4-linux.S
[512/898] Compiling sha1-armv8-win.S
[513/898] Compiling sha1-x86_64-apple.S
[514/898] Compiling sha1-armv8-linux.S
[515/898] Compiling sha1-x86_64-linux.S
[516/898] Compiling sha1-armv8-apple.S
[517/898] Compiling sha1-armv4-large-linux.S
[518/898] Compiling sha1-586-linux.S
[519/898] Compiling rsaz-avx2-linux.S
[520/898] Compiling sha1-586-apple.S
[521/898] Compiling rsaz-avx2-apple.S
[522/898] Compiling rdrand-x86_64-linux.S
[523/898] Compiling rdrand-x86_64-apple.S
[524/898] Compiling p256_beeu-x86_64-asm-linux.S
[525/898] Compiling p256_beeu-x86_64-asm-apple.S
[526/898] Compiling p256_beeu-armv8-asm-win.S
[527/898] Compiling p256_beeu-armv8-asm-linux.S
[528/898] Compiling p256_beeu-armv8-asm-apple.S
[529/898] Compiling p256-x86_64-asm-linux.S
[530/898] Compiling p256-x86_64-asm-apple.S
[531/898] Compiling p256-armv8-asm-win.S
[532/898] Compiling p256-armv8-asm-linux.S
[533/898] Compiling p256-armv8-asm-apple.S
[534/898] Compiling ghashv8-armv8-apple.S
[535/898] Compiling ghashv8-armv8-linux.S
[536/898] Compiling ghashv8-armv8-win.S
[537/898] Compiling ghash-x86_64-linux.S
[538/898] Compiling ghashv8-armv7-linux.S
[539/898] Compiling ghash-x86_64-apple.S
[540/898] Compiling ghash-x86-apple.S
[541/898] Compiling ghash-x86-linux.S
[542/898] Compiling ghash-ssse3-x86_64-linux.S
[543/898] Compiling ghash-ssse3-x86-linux.S
[544/898] Compiling ghash-ssse3-x86_64-apple.S
[545/898] Compiling ghash-ssse3-x86-apple.S
[546/898] Compiling ghash-armv4-linux.S
[546/898] Compiling ghash-neon-armv8-linux.S
[548/898] Compiling ghash-neon-armv8-apple.S
[549/898] Compiling ghash-neon-armv8-win.S
[550/898] Compiling co-586-linux.S
[551/898] Compiling co-586-apple.S
[552/898] Compiling bsaes-armv7-linux.S
[553/898] Compiling bn-armv8-win.S
[554/898] Compiling bn-armv8-apple.S
[555/898] Compiling bn-armv8-linux.S
[556/898] Compiling bn-586-linux.S
[557/898] Compiling armv8-mont-linux.S
[558/898] Compiling bn-586-apple.S
[559/898] Compiling armv8-mont-win.S
[560/898] Compiling armv4-mont-linux.S
[561/898] Compiling armv8-mont-apple.S
[562/898] Compiling aesv8-gcm-armv8-win.S
[563/898] Compiling aesv8-gcm-armv8-linux.S
[564/898] Compiling aesv8-armv8-apple.S
[565/898] Compiling aesv8-armv8-win.S
[566/898] Compiling aesv8-armv8-linux.S
[567/898] Compiling aesv8-gcm-armv8-apple.S
[568/898] Compiling aesni-x86_64-apple.S
[569/898] Compiling aesni-x86_64-linux.S
[570/898] Compiling aesv8-armv7-linux.S
[571/898] Compiling aesni-x86-linux.S
[572/898] Compiling aesni-x86-apple.S
[573/898] Compiling aesni-gcm-x86_64-apple.S
[574/898] Compiling aesni-gcm-x86_64-linux.S
[575/898] Compiling aes-gcm-avx10-x86_64-apple.S
[576/898] Compiling aes-gcm-avx10-x86_64-linux.S
[578/898] Compiling CryptoBoringWrapper RandomBytes.swift
[579/898] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[580/898] Emitting module CryptoBoringWrapper
[581/898] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[582/898] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[582/898] Compiling x_sig.cc
[584/898] Compiling CryptoBoringWrapper EllipticCurve.swift
[585/898] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[586/898] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[587/899] Compiling x_val.cc
[588/899] Compiling x_req.cc
[589/899] Compiling x_x509a.cc
[590/899] Compiling x_x509.cc
[590/899] Compiling x_spki.cc
[593/899] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[594/899] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[595/899] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[596/899] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[597/899] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[598/899] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[599/899] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[600/899] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[601/899] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[602/899] 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
[603/899] 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
[604/899] 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
[605/899] 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
[606/899] 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
[607/899] 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
[608/899] 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
[609/899] 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
[610/899] 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
[611/899] 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
[612/899] 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
[613/899] 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
[614/899] 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
[615/899] 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
[616/899] 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
[617/899] 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
[618/899] 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
[619/899] 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
[620/899] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[621/899] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[622/899] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[623/899] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[624/899] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[625/899] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[626/899] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[627/899] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[628/899] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[628/970] Compiling x_pubkey.cc
[629/970] Compiling x_crl.cc
[630/970] Compiling x_name.cc
[631/970] Compiling x_exten.cc
[632/970] Compiling x_all.cc
[633/970] Compiling x_attrib.cc
[635/970] Compiling Crypto SymmetricKeys.swift
[636/970] Compiling Crypto HMAC.swift
[637/970] Compiling Crypto MACFunctions.swift
[638/970] Compiling Crypto MessageAuthenticationCode.swift
[639/970] Compiling Crypto AES.swift
[640/970] Compiling Crypto ECDSASignature_boring.swift
[641/970] Compiling Crypto ECDSA_boring.swift
[642/970] Compiling Crypto EdDSA_boring.swift
[643/970] Compiling Crypto ECDSA.swift
[644/970] Compiling Crypto Ed25519.swift
[644/979] Compiling x_algor.cc
[645/979] Compiling x509spki.cc
[646/979] Compiling x509name.cc
[647/979] Compiling x509rset.cc
[648/979] Compiling x509cset.cc
[649/979] Compiling x509_vpm.cc
[651/979] Compiling Crypto HPKE-Ciphersuite.swift
[652/979] Compiling Crypto HPKE-KDF.swift
[653/979] Compiling Crypto HPKE-KexKeyDerivation.swift
[654/979] Compiling Crypto HPKE-LabeledExtract.swift
[655/979] Compiling Crypto HPKE-Utils.swift
[656/979] Compiling Crypto DHKEM.swift
[657/979] Compiling Crypto HPKE-KEM-Curve25519.swift
[658/979] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[659/979] Compiling Crypto HPKE-KEM.swift
[660/979] Compiling Crypto HPKE-Errors.swift
[661/979] Compiling Crypto PKCS8PrivateKey.swift
[662/979] Compiling Crypto SEC1PrivateKey.swift
[663/979] Compiling Crypto SubjectPublicKeyInfo.swift
[664/979] Compiling Crypto CryptoKitErrors.swift
[665/979] Compiling Crypto Digest_boring.swift
[666/979] Compiling Crypto Digest.swift
[667/979] Compiling Crypto Digests.swift
[668/979] Compiling Crypto HashFunctions.swift
[669/979] Compiling Crypto HashFunctions_SHA2.swift
[670/979] Compiling Crypto HPKE-AEAD.swift
[671/979] Compiling Crypto HPKE.swift
[672/979] Compiling Crypto HPKE-Context.swift
[673/979] Compiling Crypto HPKE-KeySchedule.swift
[674/979] Compiling Crypto HPKE-Modes.swift
[675/979] Compiling Crypto Insecure.swift
[676/979] Compiling Crypto Insecure_HashFunctions.swift
[677/979] Compiling Crypto KEM.swift
[678/979] Compiling Crypto ECDH_boring.swift
[679/979] Compiling Crypto DH.swift
[680/979] Compiling Crypto ECDH.swift
[681/979] Compiling Crypto HKDF.swift
[682/979] Compiling Crypto AESWrap.swift
[683/979] Compiling Crypto AESWrap_boring.swift
[684/979] Compiling Crypto Ed25519_boring.swift
[685/979] Compiling Crypto NISTCurvesKeys_boring.swift
[686/979] Compiling Crypto X25519Keys_boring.swift
[687/979] Compiling Crypto Curve25519.swift
[688/979] Compiling Crypto Ed25519Keys.swift
[689/979] Compiling Crypto NISTCurvesKeys.swift
[690/979] Compiling Crypto X25519Keys.swift
[690/979] Compiling x509_txt.cc
[691/979] Compiling x509_v3.cc
[692/979] Compiling x509_vfy.cc
[693/979] Compiling x509_trs.cc
[694/979] Compiling x509_set.cc
[696/979] Compiling Crypto Signature.swift
[697/979] Compiling Crypto CryptoKitErrors_boring.swift
[698/979] Compiling Crypto RNG_boring.swift
[699/979] Compiling Crypto SafeCompare_boring.swift
[700/979] Compiling Crypto Zeroization_boring.swift
[701/979] Compiling Crypto PrettyBytes.swift
[702/979] Compiling Crypto SafeCompare.swift
[703/979] Compiling Crypto SecureBytes.swift
[704/979] Compiling Crypto Zeroization.swift
[704/979] Compiling x509_req.cc
[706/979] Emitting module Crypto
[707/979] Compiling Crypto ASN1Identifier.swift
[708/979] Compiling Crypto ASN1Integer.swift
[709/979] Compiling Crypto ASN1Null.swift
[710/979] Compiling Crypto ASN1OctetString.swift
[711/979] Compiling Crypto ASN1Strings.swift
[712/979] Compiling Crypto ArraySliceBigint.swift
[713/979] Compiling Crypto GeneralizedTime.swift
[714/979] Compiling Crypto ObjectIdentifier.swift
[715/979] Compiling Crypto ECDSASignature.swift
[716/979] Compiling Crypto PEMDocument.swift
[717/979] Compiling Crypto AES-GCM.swift
[718/979] Compiling Crypto AES-GCM_boring.swift
[719/979] Compiling Crypto ChaChaPoly_boring.swift
[720/979] Compiling Crypto ChaChaPoly.swift
[721/979] Compiling Crypto Cipher.swift
[722/979] Compiling Crypto Nonces.swift
[723/979] Compiling Crypto ASN1.swift
[724/979] Compiling Crypto ASN1Any.swift
[725/979] Compiling Crypto ASN1BitString.swift
[726/979] Compiling Crypto ASN1Boolean.swift
[726/979] Compiling x509_obj.cc
[727/980] Compiling x509_def.cc
[728/980] Compiling x509_d2.cc
[729/980] Compiling x509_lu.cc
[730/980] Compiling x509_ext.cc
[731/980] Compiling x509_cmp.cc
[731/980] Compiling x509.cc
[734/980] Compiling x509_att.cc
[735/980] Compiling v3_utl.cc
[735/980] Compiling v3_prn.cc
[735/980] Compiling v3_skey.cc
[738/980] Compiling v3_purp.cc
[739/980] Compiling v3_pcons.cc
[740/980] Compiling v3_pmaps.cc
[741/980] Compiling v3_int.cc
[742/980] Compiling v3_ocsp.cc
[743/980] Compiling v3_ncons.cc
[744/980] Compiling v3_lib.cc
[744/980] Compiling v3_info.cc
[746/980] Compiling v3_ia5.cc
[747/980] Compiling v3_genn.cc
[748/980] Compiling v3_cpols.cc
[749/980] Compiling v3_extku.cc
[750/980] Compiling v3_conf.cc
[751/980] Compiling v3_crld.cc
[752/980] Compiling v3_enum.cc
[753/980] Compiling v3_alt.cc
[754/980] Compiling v3_bcons.cc
[755/980] Compiling v3_akey.cc
[756/980] Compiling v3_bitst.cc
[757/980] Compiling v3_akeya.cc
[758/980] Compiling t_x509a.cc
[759/980] Compiling t_x509.cc
[760/980] Compiling t_req.cc
[761/980] Compiling i2d_pr.cc
[762/980] Compiling t_crl.cc
[763/980] Compiling rsa_pss.cc
[764/980] Compiling policy.cc
[765/980] Compiling name_print.cc
[766/980] Compiling by_file.cc
[767/980] Compiling by_dir.cc
[768/980] Compiling a_verify.cc
[769/980] Compiling asn1_gen.cc
[770/980] Compiling a_sign.cc
[771/980] Compiling voprf.cc
[772/980] Compiling algorithm.cc
[773/980] Compiling thread_pthread.cc
[774/980] Compiling a_digest.cc
[775/980] Compiling thread.cc
[776/980] Compiling thread_win.cc
[777/980] Compiling pmbtoken.cc
[778/980] Compiling thread_none.cc
[779/980] Compiling trust_token.cc
[780/980] Compiling wots.cc
[781/980] Compiling stack.cc
[782/980] Compiling thash.cc
[783/980] Compiling slhdsa.cc
[784/980] Compiling sha256.cc
[785/980] Compiling merkle.cc
[786/980] Compiling sha512.cc
[787/980] Compiling fors.cc
[788/980] Compiling siphash.cc
[789/980] Compiling sha1.cc
[790/980] Compiling rsa_extra.cc
[791/980] Compiling rsa_print.cc
[792/980] Compiling rsa_asn1.cc
[793/980] Compiling rc4.cc
[794/980] Compiling rsa_crypt.cc
[795/980] Compiling refcount.cc
[796/980] Compiling rand_extra.cc
[797/980] Compiling windows.cc
[798/980] Compiling trusty.cc
[799/980] Compiling urandom.cc
[800/980] Compiling forkunsafe.cc
[801/980] Compiling ios.cc
[802/980] Compiling getentropy.cc
[803/980] Compiling poly1305_arm_asm.S
[804/980] Compiling passive.cc
[805/980] Compiling pool.cc
[806/980] Compiling fork_detect.cc
[807/980] Compiling deterministic.cc
[808/980] Compiling poly1305_arm.cc
[809/980] Compiling poly1305.cc
[810/980] Compiling poly1305_vec.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
[820/980] Compiling pkcs7.cc
[821/980] Compiling pkcs8.cc
[822/980] Compiling pkcs8_x509.cc
[823/980] Compiling p5_pbev2.cc
[824/980] Compiling pkcs7_x509.cc
[825/980] Compiling pem_xaux.cc
[826/980] Compiling pem_x509.cc
[827/980] Compiling pem_pkey.cc
[828/980] Compiling pem_oth.cc
[829/980] Compiling obj_xref.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 obj.cc
[836/980] Compiling mlkem.cc
[837/980] Compiling poly_rq_mul.S
[838/980] Compiling mem.cc
[839/980] Compiling fips_shared_support.cc
[840/980] Compiling md5.cc
[841/980] Compiling kyber.cc
[842/980] Compiling md4.cc
[843/980] Compiling lhash.cc
[844/980] Compiling sign.cc
[845/980] Compiling hpke.cc
[846/980] Compiling scrypt.cc
[847/980] Compiling p_x25519.cc
[848/980] Compiling hrss.cc
[849/980] Compiling ex_data.cc
[850/980] Compiling pbkdf.cc
[851/980] Compiling print.cc
[852/980] Compiling p_x25519_asn1.cc
[853/980] Compiling p_rsa_asn1.cc
[854/980] Compiling p_ed25519.cc
[855/980] Compiling p_ed25519_asn1.cc
[856/980] Compiling p_rsa.cc
[857/980] Compiling p_ec_asn1.cc
[858/980] Compiling p_hkdf.cc
[859/980] Compiling evp_ctx.cc
[860/980] Compiling p_ec.cc
[861/980] Compiling p_dh_asn1.cc
[862/980] Compiling p_dh.cc
[863/980] Compiling p_dsa_asn1.cc
[864/980] Compiling evp_asn1.cc
[865/980] Compiling engine.cc
[866/980] Compiling evp.cc
[867/980] Compiling ecdh_extra.cc
[868/980] Compiling err.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.cc
[874/980] Compiling dsa_asn1.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 cpu_intel.cc
[882/980] Compiling curve25519.cc
[883/980] Compiling crypto.cc
[884/980] Compiling cpu_arm_linux.cc
[885/980] Compiling cpu_arm_freebsd.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 curve25519_64_adx.cc
[892/980] Compiling cpu_aarch64_fuchsia.cc
[893/980] Compiling cpu_aarch64_apple.cc
[894/980] Compiling tls_cbc.cc
[895/980] Compiling e_tls.cc
[896/980] Compiling conf.cc
[897/980] Compiling e_rc4.cc
[898/980] Compiling e_rc2.cc
[899/980] Compiling e_null.cc
[900/980] Compiling e_des.cc
[901/980] Compiling e_chacha20poly1305.cc
[902/980] Compiling derive_key.cc
[903/980] Compiling e_aesctrhmac.cc
[904/980] Compiling e_aesgcmsiv.cc
[905/980] Compiling chacha.cc
[906/980] Compiling cipher_extra.cc
[907/980] Compiling unicode.cc
[908/980] Compiling asn1_compat.cc
[909/980] Compiling ber.cc
[910/980] Compiling cbb.cc
[911/980] Compiling buf.cc
[912/980] Compiling cbs.cc
[913/980] Compiling bn_asn1.cc
[914/980] Compiling blake2.cc
[915/980] Compiling convert.cc
[916/980] Compiling printf.cc
[917/980] Compiling hexdump.cc
[918/980] Compiling pair.cc
[919/980] Compiling fd.cc
[920/980] Compiling file.cc
[921/980] Compiling errno.cc
[922/980] Compiling base64.cc
[923/980] Compiling bio_mem.cc
[924/980] Compiling tasn_utl.cc
[925/980] Compiling tasn_typ.cc
[926/980] Compiling tasn_fre.cc
[927/980] Compiling bio.cc
[928/980] Compiling tasn_new.cc
[929/980] Compiling tasn_enc.cc
[930/980] Compiling f_string.cc
[931/980] Compiling f_int.cc
[932/980] Compiling posix_time.cc
[933/980] Compiling asn1_par.cc
[934/980] Compiling tasn_dec.cc
[935/980] Compiling asn_pack.cc
[936/980] Compiling asn1_lib.cc
[937/980] Compiling a_utctm.cc
[938/980] Compiling a_time.cc
[939/980] Compiling a_octet.cc
[940/980] Compiling a_type.cc
[941/980] Compiling a_strnid.cc
[942/980] Compiling a_object.cc
[943/980] Compiling a_mbstr.cc
[944/980] Compiling a_strex.cc
[945/980] Compiling a_dup.cc
[946/980] Write sources
[947/980] Compiling a_i2d_fp.cc
[948/980] Write sources
[949/980] Compiling a_d2i_fp.cc
[950/980] Compiling a_int.cc
[951/985] Compiling a_gentm.cc
[952/1005] Compiling a_bitstr.cc
[953/1030] Compiling a_bool.cc
[955/1038] Compiling CryptoBoringWrapper EllipticCurve.swift
[956/1038] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[957/1038] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[958/1038] Compiling CryptoBoringWrapper RandomBytes.swift
[959/1038] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[960/1038] Emitting module CryptoBoringWrapper
[961/1038] Compiling Algorithms Split.swift
[962/1038] Compiling Algorithms Stride.swift
[963/1038] Compiling Algorithms Suffix.swift
[964/1041] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[965/1041] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[966/1042] Compiling Algorithms RandomSample.swift
[967/1042] Compiling Algorithms Reductions.swift
[968/1042] Compiling Algorithms Rotate.swift
[969/1045] Compiling Algorithms Compacted.swift
[970/1045] Compiling Algorithms Cycle.swift
[971/1045] Compiling Algorithms EitherSequence.swift
[972/1045] Compiling Algorithms FirstNonNil.swift
[977/1045] Compiling Algorithms Partition.swift
[978/1045] Compiling Algorithms Permutations.swift
[979/1045] Compiling Algorithms Product.swift
[979/1045] Wrapping AST for CryptoBoringWrapper for debugging
[984/1045] Compiling Algorithms Joined.swift
[985/1045] Compiling Algorithms Keyed.swift
[986/1045] Compiling Algorithms MinMax.swift
[987/1116] Compiling Crypto ASN1BitString.swift
[988/1116] Compiling Crypto ASN1Boolean.swift
[989/1116] Compiling Crypto ASN1Identifier.swift
[990/1116] Compiling Crypto AES-GCM_boring.swift
[991/1116] Compiling Crypto ChaChaPoly_boring.swift
[992/1116] Compiling Crypto ChaChaPoly.swift
[993/1116] Compiling Crypto Cipher.swift
[994/1116] Compiling Crypto Nonces.swift
[995/1116] Compiling Crypto ASN1.swift
[996/1116] Compiling Crypto ASN1Any.swift
[997/1116] Compiling Crypto PKCS8PrivateKey.swift
[998/1116] Compiling Crypto SEC1PrivateKey.swift
[999/1116] Compiling Crypto SubjectPublicKeyInfo.swift
[1000/1116] Compiling Crypto CryptoKitErrors.swift
[1001/1116] Compiling Crypto ASN1Strings.swift
[1002/1116] Compiling Crypto ArraySliceBigint.swift
[1003/1116] Compiling Crypto GeneralizedTime.swift
[1008/1116] Compiling Crypto HashFunctions.swift
[1009/1116] Compiling Crypto HashFunctions_SHA2.swift
[1010/1116] Compiling Crypto HPKE-AEAD.swift
[1011/1116] Compiling Crypto AES-GCM.swift
[1019/1116] Compiling Crypto HPKE-Ciphersuite.swift
[1020/1116] Compiling Crypto HPKE-KDF.swift
[1021/1116] Compiling Crypto HPKE-KexKeyDerivation.swift
[1022/1116] Compiling Crypto HPKE-LabeledExtract.swift
[1023/1116] Compiling Crypto HPKE-Utils.swift
[1024/1116] Compiling Crypto DHKEM.swift
[1025/1116] Compiling Crypto HPKE-KEM-Curve25519.swift
[1026/1116] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1027/1116] Compiling Crypto HPKE-KEM.swift
[1028/1116] Compiling Crypto HPKE-Errors.swift
[1033/1125] Compiling Crypto Digest_boring.swift
[1034/1125] Compiling Crypto Digest.swift
[1035/1125] Compiling Crypto Digests.swift
[1039/1125] Emitting module Algorithms
[1040/1126] Wrapping AST for Algorithms for debugging
[1042/1126] Emitting module Crypto
[1043/1126] Emitting module Algorithms
[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.swift
[1055/1127] Compiling Crypto HPKE-Context.swift
[1056/1127] Compiling Crypto HPKE-KeySchedule.swift
[1057/1127] Compiling Crypto HPKE-Modes.swift
[1058/1127] Compiling Crypto Insecure.swift
[1059/1127] Compiling Crypto Insecure_HashFunctions.swift
[1060/1127] Compiling Crypto KEM.swift
[1061/1127] Compiling Crypto ECDH_boring.swift
[1062/1127] Compiling Crypto DH.swift
[1063/1127] Compiling Crypto ECDH.swift
[1064/1127] Compiling Crypto HKDF.swift
[1065/1127] Compiling Crypto AESWrap.swift
[1066/1127] Compiling Crypto AESWrap_boring.swift
[1067/1127] Compiling Crypto Ed25519_boring.swift
[1068/1127] Compiling Crypto NISTCurvesKeys_boring.swift
[1069/1127] Compiling Crypto X25519Keys_boring.swift
[1070/1127] Compiling Crypto Curve25519.swift
[1071/1127] Compiling Crypto Ed25519Keys.swift
[1072/1127] Compiling Crypto NISTCurvesKeys.swift
[1073/1127] Compiling Crypto X25519Keys.swift
[1076/1127] Compiling Crypto ASN1Integer.swift
[1077/1127] Compiling Crypto ASN1Null.swift
[1078/1127] Compiling Crypto ASN1OctetString.swift
[1082/1127] Compiling Crypto ObjectIdentifier.swift
[1083/1127] Compiling Crypto ECDSASignature.swift
[1084/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/1136] Wrapping AST for SwiftSyntax for debugging
[1117/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
[1118/1188] 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
[1119/1188] 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
[1120/1188] 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
[1121/1188] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[1124/1188] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[1126/1188] 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
[1127/1188] 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
[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 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
[1130/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
[1131/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
[1132/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
[1134/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/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/1190] Wrapping AST for SwiftDiagnostics for debugging
[1137/1190] Wrapping AST for SwiftBasicFormat for debugging
[1139/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
[1140/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
[1141/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
[1142/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
[1143/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
[1144/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
[1145/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
[1146/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
[1147/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
[1148/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
[1149/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
[1150/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
[1151/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
[1152/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
[1153/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
[1154/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
[1155/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
[1156/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
[1157/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
[1158/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
[1159/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
[1160/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
[1161/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
[1162/1195] 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
[1163/1195] 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
[1164/1195] 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
[1165/1195] 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
[1166/1195] 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
[1167/1195] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1172/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
[1173/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
[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 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
[1188/1220] 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
[1189/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
[1190/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
[1191/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
[1192/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
[1193/1221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1221] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1221] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/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
[1197/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
[1198/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
[1199/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1202/1222] Wrapping AST for SwiftOperators for debugging
[1204/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
[1205/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
[1206/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1209/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
[1210/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
[1211/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
[1212/1222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1213/1222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1214/1223] Wrapping AST for SwiftParserDiagnostics for debugging
[1216/1238] Compiling SwiftSyntaxBuilder 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
[1217/1238] 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
[1218/1239] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/1239] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1220/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
[1221/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
[1222/1239] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1223/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
[1224/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
[1225/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
[1226/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
[1227/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
[1228/1239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[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] 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
[1235/1259] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1259] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/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
[1238/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
[1239/1259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1240/1259] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1241/1259] 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
[1242/1259] 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
[1243/1259] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/1259] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1245/1259] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/1259] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/1259] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/1259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/1259] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/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
[1251/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
[1252/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
[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 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
[1257/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
[1258/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
[1259/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
[1260/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
[1261/1270] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/1270] Compiling SwiftSyntaxMacroExpansion 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
[1263/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
[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 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
[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 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
[1272/1284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1273/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
[1274/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
[1275/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
[1276/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
[1277/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
[1278/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
[1279/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
[1280/1285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1282/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
[1283/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
[1284/1288] Wrapping AST for SwiftCompilerPlugin for debugging
[1286/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroPlugin.swift
[1287/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(
[1288/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroDiagnostic.swift
[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] Compiling ObfuscateMacro Exported.swift
[1298/1301] Emitting module ObfuscateMacro
[1299/1301] Compiling ObfuscateMacro ObfuscateMacro.swift
[1300/1301] Compiling ObfuscateMacro Exported.swift
[1301/1301] Emitting module ObfuscateMacro
Build complete! (247.78s)
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.