The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ObfuscateMacro, reference main (b07258), with Swift 6.1 for Linux on 1 May 2025 11:09:15 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObfuscateMacro.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/p-x9/ObfuscateMacro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/ObfuscateMacro.git
https://github.com/p-x9/ObfuscateMacro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ObfuscateMacro",
  "name" : "ObfuscateMacro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ObfuscateMacro",
      "targets" : [
        "ObfuscateMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObfuscateMacroPlugin",
      "targets" : [
        "ObfuscateMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObfuscateSupport",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateSupport",
      "path" : "Sources/ObfuscateSupport",
      "product_memberships" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "sources" : [
        "Method.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObfuscateMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacroTests",
      "path" : "Tests/ObfuscateMacroTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ObfuscateMacroTests.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObfuscateMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacroPlugin",
      "path" : "Sources/ObfuscateMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "Algorithms",
        "Crypto"
      ],
      "product_memberships" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "sources" : [
        "Extension/Data+.swift",
        "Extension/ObfuscateMethod+.swift",
        "Macros/ObfuscatedString.swift",
        "ObfuscateMacroDiagnostic.swift",
        "ObfuscateMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "ObfuscateSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ObfuscateMacro",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacro",
      "path" : "Sources/ObfuscateMacro",
      "product_dependencies" : [
        "Algorithms",
        "Crypto"
      ],
      "product_memberships" : [
        "ObfuscateMacro"
      ],
      "sources" : [
        "Exported.swift",
        "ObfuscateMacro.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacroPlugin",
        "ObfuscateSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5918] Fetching swift-algorithms
[4381/19776] Fetching swift-algorithms, swift-crypto
[11601/90067] Fetching swift-algorithms, swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
[35441/76209] Fetching swift-algorithms, swift-syntax
Fetched https://github.com/apple/swift-algorithms from cache (4.92s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.99s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (7.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.53s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.76s)
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
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
Building for debugging...
[0/775] Write sources
[26/775] Compiling _SwiftSyntaxCShims dummy.c
[27/775] Compiling _NumericsShims _NumericsShims.c
[29/775] Compiling fiat_p256_adx_mul.S
[30/775] Compiling fiat_p256_adx_sqr.S
[31/775] Compiling md5-x86_64-apple.S
[32/775] Compiling md5-x86_64-linux.S
[33/775] Compiling fiat_curve25519_adx_mul.S
[33/775] Compiling fiat_curve25519_adx_square.S
[35/775] Compiling md5-586-linux.S
[36/775] Compiling md5-586-apple.S
[37/775] Compiling chacha20_poly1305_armv8-win.S
[38/775] Compiling chacha20_poly1305_x86_64-apple.S
[38/775] Write swift-version-24593BA9C3E375BF.txt
[40/775] Compiling chacha20_poly1305_armv8-linux.S
[41/775] Compiling chacha20_poly1305_armv8-apple.S
[42/775] Compiling chacha20_poly1305_x86_64-linux.S
[43/775] Compiling chacha-x86_64-linux.S
[44/775] Compiling chacha-x86_64-apple.S
[45/775] Compiling CCryptoBoringSSLShims shims.c
[47/791] Compiling err_data.cc
[49/805] 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
[50/805] 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
[51/807] Compiling RealModule Real.swift
[52/807] 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
[53/807] 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
[54/809] Compiling RealModule Real.swift
[55/810] Compiling RealModule AugmentedArithmetic.swift
[56/810] Compiling RealModule Double+Real.swift
[57/810] Compiling RealModule ElementaryFunctions.swift
[58/810] Emitting module RealModule
[59/810] 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
[60/810] Compiling RealModule AlgebraicField.swift
[61/810] Compiling RealModule ApproximateEquality.swift
[62/811] Compiling RealModule Float80+Real.swift
[65/811] Compiling RealModule Float16+Real.swift
[66/811] Compiling RealModule Float+Real.swift
[67/811] Emitting module RealModule
[70/811] Compiling RealModule Float80+Real.swift
[72/811] Compiling RealModule RealFunctions.swift
[73/811] 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
[74/811] 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
[75/812] Compiling RealModule Float16+Real.swift
[76/812] Compiling RealModule Float+Real.swift
[77/812] Compiling RealModule ElementaryFunctions.swift
[78/813] 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
[79/813] Compiling RealModule RealFunctions.swift
[81/815] Compiling chacha-x86-linux.S
[82/815] Compiling chacha-x86-apple.S
[86/815] Wrapping AST for SwiftSyntax601 for debugging
[87/815] Wrapping AST for SwiftSyntax509 for debugging
[88/815] Compiling chacha-armv8-win.S
[89/815] Compiling chacha-armv8-linux.S
[90/815] Wrapping AST for SwiftSyntax510 for debugging
[91/815] Wrapping AST for RealModule for debugging
[92/815] Compiling chacha-armv8-apple.S
[93/815] Compiling chacha-armv4-linux.S
[94/815] Compiling aes128gcmsiv-x86_64-linux.S
[95/815] Wrapping AST for SwiftSyntax600 for debugging
[96/815] Compiling aes128gcmsiv-x86_64-apple.S
[97/815] Compiling x86_64-mont5-apple.S
[98/815] Compiling x86_64-mont5-linux.S
[99/815] Compiling x86_64-mont-apple.S
[100/815] Compiling x86_64-mont-linux.S
[101/815] Compiling x86-mont-linux.S
[102/815] Compiling x86-mont-apple.S
[103/879] Compiling vpaes-x86_64-linux.S
[104/879] Compiling vpaes-x86_64-apple.S
[105/879] Compiling vpaes-x86-linux.S
[106/879] Compiling vpaes-x86-apple.S
[107/879] Compiling vpaes-armv8-win.S
[108/879] Compiling vpaes-armv8-linux.S
[109/879] Compiling vpaes-armv8-apple.S
[110/879] Compiling sha512-x86_64-apple.S
[111/879] Compiling vpaes-armv7-linux.S
[112/879] Compiling sha512-x86_64-linux.S
[113/879] Compiling sha512-armv8-linux.S
[114/879] Compiling sha512-armv8-win.S
[115/879] Compiling sha512-armv8-apple.S
[116/879] Compiling sha512-586-linux.S
[117/879] Compiling sha512-586-apple.S
[118/879] Compiling sha256-x86_64-apple.S
[119/879] Compiling sha512-armv4-linux.S
[120/879] Compiling sha256-x86_64-linux.S
[121/879] Compiling sha256-armv8-linux.S
[122/879] Compiling sha256-armv8-apple.S
[123/879] Compiling sha256-armv4-linux.S
[124/879] Compiling sha256-armv8-win.S
[125/879] Compiling sha256-586-linux.S
[126/879] Compiling sha256-586-apple.S
[127/879] Compiling sha1-x86_64-apple.S
[128/879] Compiling sha1-x86_64-linux.S
[129/879] Compiling sha1-armv8-linux.S
[130/879] Compiling sha1-armv8-win.S
[131/879] Compiling sha1-armv8-apple.S
[132/879] Compiling sha1-armv4-large-linux.S
[133/879] Compiling sha1-586-apple.S
[134/879] Compiling sha1-586-linux.S
[135/879] Compiling rsaz-avx2-apple.S
[136/879] Compiling rdrand-x86_64-linux.S
[137/879] Compiling rsaz-avx2-linux.S
[138/879] Compiling rdrand-x86_64-apple.S
[139/879] Compiling p256_beeu-x86_64-asm-apple.S
[140/879] Compiling p256_beeu-x86_64-asm-linux.S
[141/879] Compiling p256_beeu-armv8-asm-win.S
[142/879] Compiling p256_beeu-armv8-asm-linux.S
[143/879] Compiling p256_beeu-armv8-asm-apple.S
[144/879] Compiling p256-x86_64-asm-apple.S
[145/879] Compiling p256-x86_64-asm-linux.S
[146/879] Compiling p256-armv8-asm-linux.S
[147/879] Compiling p256-armv8-asm-win.S
[148/879] Compiling ghashv8-armv8-win.S
[149/879] Compiling p256-armv8-asm-apple.S
[150/879] Compiling ghashv8-armv8-linux.S
[151/879] Compiling ghashv8-armv8-apple.S
[152/879] Compiling ghash-x86_64-linux.S
[153/879] Compiling ghashv8-armv7-linux.S
[154/879] Compiling ghash-x86_64-apple.S
[155/879] Compiling ghash-x86-linux.S
[156/879] Compiling ghash-ssse3-x86_64-linux.S
[157/879] Compiling ghash-ssse3-x86_64-apple.S
[158/879] Compiling ghash-x86-apple.S
[159/879] Compiling ghash-ssse3-x86-linux.S
[160/879] Compiling ghash-neon-armv8-linux.S
[161/879] Compiling ghash-ssse3-x86-apple.S
[162/879] Compiling ghash-neon-armv8-win.S
[163/879] Compiling ghash-neon-armv8-apple.S
[164/879] Compiling ghash-armv4-linux.S
[165/879] Compiling bsaes-armv7-linux.S
[166/879] Compiling co-586-linux.S
[167/879] Compiling co-586-apple.S
[168/879] Compiling bn-armv8-linux.S
[169/879] Compiling bn-armv8-win.S
[170/879] Compiling bn-armv8-apple.S
[171/879] Compiling bn-586-linux.S
[172/879] Compiling bn-586-apple.S
[173/879] Compiling armv8-mont-win.S
[174/879] Compiling armv8-mont-linux.S
[175/879] Compiling armv8-mont-apple.S
[176/879] Compiling armv4-mont-linux.S
[177/879] Compiling aesv8-gcm-armv8-linux.S
[178/879] Compiling aesv8-gcm-armv8-win.S
[179/879] Compiling aesv8-gcm-armv8-apple.S
[180/879] Compiling aesv8-armv8-win.S
[181/879] Compiling aesv8-armv8-linux.S
[182/879] Compiling aesv8-armv8-apple.S
[183/879] Compiling aesv8-armv7-linux.S
[184/879] Compiling aesni-x86_64-apple.S
[185/879] Compiling aesni-x86-apple.S
[186/879] Compiling aesni-x86-linux.S
[187/879] Compiling aesni-x86_64-linux.S
[188/879] Compiling aesni-gcm-x86_64-linux.S
[189/879] Compiling aesni-gcm-x86_64-apple.S
[190/879] Compiling aes-gcm-avx10-x86_64-apple.S
[191/879] Compiling aes-gcm-avx10-x86_64-linux.S
[193/879] Emitting module ObfuscateSupport
[194/879] Compiling ObfuscateSupport Method.swift
[196/879] Emitting module ObfuscateSupport
[198/881] Compiling x_x509a.cc
[199/881] Compiling x_spki.cc
[200/881] Wrapping AST for ObfuscateSupport for debugging
[201/881] Compiling x_sig.cc
[202/881] Compiling x_val.cc
[203/881] Compiling x_x509.cc
[204/881] Compiling x_attrib.cc
[206/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
[207/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
[208/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
[209/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
[210/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
[211/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
[212/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
[213/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
[214/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
[214/890] Compiling x_exten.cc
[215/890] Compiling x_req.cc
[216/890] Compiling x_pubkey.cc
[217/890] Compiling x_name.cc
[218/890] Compiling x_algor.cc
[219/890] Compiling x_all.cc
[220/890] Compiling x_crl.cc
[221/890] Compiling x509spki.cc
[222/890] Compiling x509cset.cc
[223/890] Compiling x509rset.cc
[224/890] Compiling x509name.cc
[225/890] Compiling x509_vpm.cc
[226/890] Compiling x509_vfy.cc
[227/890] Compiling x509_v3.cc
[229/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
[230/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
[231/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
[232/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
[233/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
[233/890] Compiling x509_txt.cc
[234/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
[235/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
[236/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
[237/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
[238/890] Compiling x509_def.cc
[239/890] Compiling x509_trs.cc
[240/890] Compiling x509_lu.cc
[241/890] Compiling x509_obj.cc
[242/890] Compiling x509_req.cc
[243/890] Compiling x509_ext.cc
[244/890] Compiling x509_set.cc
[245/890] Compiling x509_att.cc
[246/890] Compiling x509_d2.cc
[247/890] Compiling x509.cc
[248/890] Compiling x509_cmp.cc
[249/890] Compiling v3_skey.cc
[250/890] Compiling v3_utl.cc
[251/890] Compiling v3_purp.cc
[252/890] Compiling v3_prn.cc
[253/890] Compiling v3_pmaps.cc
[254/890] Compiling v3_pcons.cc
[255/890] Compiling v3_ocsp.cc
[256/890] Compiling v3_int.cc
[257/890] Compiling v3_lib.cc
[258/890] Compiling v3_ncons.cc
[259/890] Compiling v3_ia5.cc
[260/890] Compiling v3_genn.cc
[261/890] Compiling v3_info.cc
[262/890] Compiling v3_extku.cc
[263/890] Compiling v3_enum.cc
[264/890] Compiling v3_crld.cc
[265/890] Compiling v3_cpols.cc
[266/890] Compiling v3_conf.cc
[267/890] Compiling v3_bcons.cc
[268/890] Compiling v3_bitst.cc
[269/890] Compiling v3_alt.cc
[270/890] Compiling v3_akeya.cc
[271/890] Compiling v3_akey.cc
[272/890] Compiling t_x509a.cc
[273/890] Compiling t_x509.cc
[274/890] Compiling t_crl.cc
[275/890] Compiling t_req.cc
[276/890] Compiling rsa_pss.cc
[277/890] Compiling i2d_pr.cc
[278/890] Compiling policy.cc
[279/890] Compiling name_print.cc
[280/890] Compiling by_file.cc
[281/890] Compiling by_dir.cc
[282/890] Compiling algorithm.cc
[283/890] Compiling asn1_gen.cc
[284/890] Compiling a_verify.cc
[285/890] Compiling a_sign.cc
[286/890] Compiling a_digest.cc
[287/890] Compiling thread_win.cc
[288/890] Compiling trust_token.cc
[289/890] Compiling voprf.cc
[290/890] Compiling thread_none.cc
[291/890] Compiling thread_pthread.cc
[292/890] Compiling thread.cc
[293/890] Compiling pmbtoken.cc
[294/890] Compiling wots.cc
[295/890] Compiling thash.cc
[296/890] Compiling stack.cc
[297/890] Compiling merkle.cc
[298/890] Compiling slhdsa.cc
[299/890] Compiling sha256.cc
[300/890] Compiling siphash.cc
[301/890] Compiling sha1.cc
[302/890] Compiling fors.cc
[303/890] Compiling sha512.cc
[304/890] Compiling rsa_print.cc
[305/890] Compiling rsa_extra.cc
[306/890] Compiling rc4.cc
[307/890] Compiling rsa_crypt.cc
[308/890] Compiling refcount.cc
[309/890] Compiling windows.cc
[310/890] Compiling rsa_asn1.cc
[311/890] Compiling trusty.cc
[312/890] Compiling rand_extra.cc
[313/890] Compiling urandom.cc
[314/890] Compiling ios.cc
[315/890] Compiling passive.cc
[316/890] Compiling getentropy.cc
[317/890] Compiling poly1305_arm_asm.S
[318/890] Compiling forkunsafe.cc
[319/890] Compiling deterministic.cc
[320/890] Compiling fork_detect.cc
[321/890] Compiling pool.cc
[322/890] Compiling poly1305_arm.cc
[323/890] Compiling poly1305.cc
[324/890] Compiling poly1305_vec.cc
[326/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
[326/890] Compiling pkcs7.cc
[327/890] Compiling pkcs8_x509.cc
[328/890] Compiling pkcs8.cc
[329/890] Compiling p5_pbev2.cc
[330/890] Compiling pem_x509.cc
[331/890] Compiling pkcs7_x509.cc
[332/890] Compiling pem_xaux.cc
[333/890] Compiling pem_pkey.cc
[334/890] Compiling obj_xref.cc
[335/890] Compiling pem_pk8.cc
[336/890] Compiling pem_oth.cc
[337/890] Compiling pem_info.cc
[338/890] Compiling pem_lib.cc
[339/890] Compiling pem_all.cc
[340/890] Compiling mldsa.cc
[341/890] Compiling mlkem.cc
[342/890] Compiling obj.cc
[343/890] Compiling mem.cc
[344/890] Compiling md5.cc
[345/890] Compiling md4.cc
[346/890] Compiling poly_rq_mul.S
[347/890] Compiling fips_shared_support.cc
[348/890] Compiling lhash.cc
[349/890] Compiling kyber.cc
[350/890] Compiling hrss.cc
[351/890] Compiling sign.cc
[352/890] Compiling ex_data.cc
[353/890] Compiling hpke.cc
[354/890] Compiling scrypt.cc
[355/890] Compiling pbkdf.cc
[356/890] Compiling p_x25519.cc
[357/890] Compiling print.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_asn1.cc
[368/890] Compiling p_dh.cc
[369/890] Compiling evp_ctx.cc
[370/890] Compiling evp.cc
[371/890] Compiling evp_asn1.cc
[372/890] Compiling engine.cc
[372/890] Compiling err.cc
[374/890] Compiling ecdsa_asn1.cc
[375/890] Compiling ecdh_extra.cc
[376/890] Compiling ec_derive.cc
[377/890] Compiling hash_to_curve.cc
[378/890] Compiling dsa_asn1.cc
[379/890] Compiling ec_asn1.cc
[380/890] Compiling dsa.cc
[381/890] Compiling dh_asn1.cc
[382/890] Compiling digest_extra.cc
[383/890] Compiling params.cc
[384/890] Compiling x25519-asm-arm.S
[385/890] Compiling des.cc
[386/890] Compiling crypto.cc
[387/890] Compiling spake25519.cc
[388/890] Compiling cpu_arm_linux.cc
[389/890] Compiling bcm.cc
[390/890] Compiling cpu_intel.cc
[391/890] Compiling curve25519.cc
[392/890] Compiling cpu_aarch64_win.cc
[393/890] Compiling cpu_aarch64_apple.cc
[394/890] Compiling cpu_aarch64_openbsd.cc
[395/890] Compiling cpu_arm_freebsd.cc
[396/890] Compiling curve25519_64_adx.cc
[397/890] Compiling cpu_aarch64_sysreg.cc
[398/890] Compiling cpu_aarch64_linux.cc
[399/890] Compiling cpu_aarch64_fuchsia.cc
[400/890] Compiling tls_cbc.cc
[401/890] Compiling conf.cc
[402/890] Compiling e_rc4.cc
[403/890] Compiling e_tls.cc
[404/890] Compiling e_rc2.cc
[405/890] Compiling e_des.cc
[406/890] Compiling e_null.cc
[407/890] Compiling e_chacha20poly1305.cc
[408/890] Compiling e_aesgcmsiv.cc
[409/890] Compiling derive_key.cc
[410/890] Compiling e_aesctrhmac.cc
[411/890] Compiling chacha.cc
[412/890] Compiling cipher_extra.cc
[413/890] Compiling unicode.cc
[414/890] Compiling convert.cc
[415/890] Compiling cbs.cc
[416/890] Compiling ber.cc
[417/890] Compiling cbb.cc
[418/890] Compiling asn1_compat.cc
[419/890] Compiling buf.cc
[420/890] Compiling bn_asn1.cc
[420/890] Compiling pair.cc
[422/890] Compiling fd.cc
[423/890] Compiling blake2.cc
[424/890] Compiling hexdump.cc
[425/890] Compiling printf.cc
[426/890] Compiling bio_mem.cc
[427/890] Compiling errno.cc
[428/890] Compiling file.cc
[429/890] Compiling tasn_new.cc
[430/890] Compiling base64.cc
[431/890] Compiling bio.cc
[432/890] Compiling tasn_typ.cc
[433/890] Compiling tasn_dec.cc
[434/890] Compiling tasn_utl.cc
[435/890] Compiling tasn_fre.cc
[436/890] Compiling f_int.cc
[437/890] Compiling tasn_enc.cc
[438/890] Compiling posix_time.cc
[439/890] Compiling asn1_par.cc
[440/890] Compiling f_string.cc
[441/890] Compiling asn_pack.cc
[442/890] Compiling a_strex.cc
[443/890] Compiling a_utctm.cc
[444/890] Compiling a_type.cc
[445/890] Compiling asn1_lib.cc
[446/890] Compiling a_time.cc
[447/890] Compiling a_strnid.cc
[448/890] Compiling a_octet.cc
[449/890] Compiling a_mbstr.cc
[450/890] Compiling a_object.cc
[451/890] Compiling a_i2d_fp.cc
[452/890] Compiling fiat_p256_adx_sqr.S
[453/890] Compiling a_int.cc
[454/890] Compiling a_gentm.cc
[455/890] Compiling fiat_p256_adx_mul.S
[456/890] Compiling a_d2i_fp.cc
[457/890] Compiling fiat_curve25519_adx_square.S
[458/890] Compiling a_dup.cc
[459/890] Compiling fiat_curve25519_adx_mul.S
[460/890] Compiling md5-x86_64-apple.S
[461/890] Compiling md5-x86_64-linux.S
[462/890] Compiling md5-586-apple.S
[463/890] Compiling md5-586-linux.S
[464/890] Compiling chacha20_poly1305_x86_64-apple.S
[465/890] Compiling a_bool.cc
[466/890] Compiling chacha20_poly1305_armv8-win.S
[467/890] Compiling chacha20_poly1305_armv8-linux.S
[468/890] Compiling chacha20_poly1305_x86_64-linux.S
[469/890] Compiling chacha-x86_64-linux.S
[470/890] Compiling chacha-x86_64-apple.S
[471/890] Compiling chacha20_poly1305_armv8-apple.S
[472/890] Compiling chacha-x86-linux.S
[473/890] Compiling a_bitstr.cc
[474/890] Compiling chacha-x86-apple.S
[475/890] Compiling chacha-armv8-win.S
[476/890] Compiling chacha-armv8-linux.S
[476/890] Compiling chacha-armv4-linux.S
[478/890] Compiling chacha-armv8-apple.S
[479/890] Compiling x86_64-mont5-apple.S
[480/890] Compiling aes128gcmsiv-x86_64-apple.S
[481/890] Compiling aes128gcmsiv-x86_64-linux.S
[483/890] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[484/890] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[485/890] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[486/890] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[487/890] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[488/890] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[489/890] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[490/890] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[491/890] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[492/890] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[493/890] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[494/890] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[495/890] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[496/890] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[497/890] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[498/890] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[499/890] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[500/890] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[500/890] Compiling err_data.cc
[501/890] Compiling x86-mont-linux.S
[502/890] Compiling x86_64-mont-linux.S
[503/890] Compiling x86_64-mont5-linux.S
[504/890] Compiling x86_64-mont-apple.S
[505/890] Compiling x86-mont-apple.S
[506/890] Compiling vpaes-x86_64-linux.S
[507/890] Compiling vpaes-x86_64-apple.S
[508/890] Compiling vpaes-x86-apple.S
[509/890] Compiling vpaes-armv8-linux.S
[510/890] Compiling vpaes-armv8-win.S
[511/890] Compiling vpaes-x86-linux.S
[512/890] Compiling vpaes-armv8-apple.S
[513/894] Compiling sha512-x86_64-apple.S
[514/898] Compiling sha512-armv8-linux.S
[515/898] Compiling vpaes-armv7-linux.S
[516/898] Compiling sha512-x86_64-linux.S
[517/898] Compiling sha512-armv8-win.S
[518/898] Compiling sha512-armv8-apple.S
[519/898] Compiling sha512-armv4-linux.S
[520/898] Compiling sha512-586-linux.S
[521/898] Compiling sha512-586-apple.S
[522/898] Compiling sha256-x86_64-apple.S
[523/898] Compiling sha256-armv8-win.S
[524/898] Compiling sha256-armv8-linux.S
[525/898] Compiling sha256-armv8-apple.S
[526/898] Compiling sha256-x86_64-linux.S
[527/898] Compiling sha256-armv4-linux.S
[528/898] Compiling sha256-586-apple.S
[529/898] Compiling sha256-586-linux.S
[530/898] Compiling sha1-x86_64-linux.S
[531/898] Compiling sha1-armv8-win.S
[532/898] Compiling sha1-armv8-linux.S
[532/898] Compiling sha1-x86_64-apple.S
[534/898] Compiling sha1-armv8-apple.S
[535/898] Compiling sha1-armv4-large-linux.S
[536/898] Compiling sha1-586-apple.S
[537/898] Compiling rsaz-avx2-apple.S
[538/898] Compiling rdrand-x86_64-linux.S
[539/898] Compiling rsaz-avx2-linux.S
[540/898] Compiling sha1-586-linux.S
[541/898] Compiling rdrand-x86_64-apple.S
[542/898] Compiling p256_beeu-x86_64-asm-apple.S
[543/898] Compiling p256_beeu-x86_64-asm-linux.S
[544/898] Compiling p256_beeu-armv8-asm-win.S
[545/898] Compiling p256_beeu-armv8-asm-linux.S
[546/898] Compiling p256_beeu-armv8-asm-apple.S
[547/898] Compiling p256-armv8-asm-win.S
[548/898] Compiling p256-x86_64-asm-linux.S
[549/898] Compiling p256-armv8-asm-apple.S
[550/898] Compiling p256-x86_64-asm-apple.S
[551/898] Compiling p256-armv8-asm-linux.S
[552/898] Compiling ghashv8-armv8-win.S
[554/898] Compiling CryptoBoringWrapper RandomBytes.swift
[554/898] Compiling ghashv8-armv8-apple.S
[555/898] Compiling ghashv8-armv8-linux.S
[556/898] Compiling ghashv8-armv7-linux.S
[557/898] Compiling ghash-x86_64-linux.S
[557/898] Compiling ghash-x86_64-apple.S
[560/898] Emitting module CryptoBoringWrapper
[560/898] Compiling ghash-x86-linux.S
[561/898] Compiling ghash-ssse3-x86_64-apple.S
[562/898] Compiling ghash-x86-apple.S
[563/898] Compiling ghash-ssse3-x86-linux.S
[564/898] Compiling ghash-ssse3-x86_64-linux.S
[565/898] Compiling ghash-ssse3-x86-apple.S
[566/898] Compiling ghash-neon-armv8-win.S
[568/898] Compiling CryptoBoringWrapper EllipticCurve.swift
[569/898] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[569/898] Compiling ghash-neon-armv8-linux.S
[570/898] Compiling ghash-neon-armv8-apple.S
[571/898] Compiling co-586-linux.S
[573/898] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[574/898] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[574/898] Compiling ghash-armv4-linux.S
[576/898] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[577/898] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[577/898] Compiling co-586-apple.S
[578/898] Compiling bsaes-armv7-linux.S
[579/899] Compiling bn-armv8-win.S
[580/899] Compiling bn-armv8-linux.S
[581/899] Compiling bn-armv8-apple.S
[582/899] Compiling bn-586-linux.S
[583/899] Compiling bn-586-apple.S
[584/899] Compiling armv8-mont-apple.S
[585/899] Compiling armv4-mont-linux.S
[585/899] Compiling armv8-mont-win.S
[587/899] Compiling armv8-mont-linux.S
[588/899] Compiling aesv8-gcm-armv8-win.S
[590/899] Compiling aesv8-gcm-armv8-linux.S
[591/899] Compiling aesv8-gcm-armv8-apple.S
[592/899] Compiling aesv8-armv8-linux.S
[593/899] Compiling aesv8-armv8-win.S
[593/899] Compiling aesv8-armv8-apple.S
[595/899] Compiling aesv8-armv7-linux.S
[596/899] Compiling aesni-x86_64-linux.S
[597/899] Compiling aesni-x86_64-apple.S
[598/899] Compiling aesni-x86-linux.S
[599/899] Compiling aesni-gcm-x86_64-linux.S
[600/899] Compiling aesni-gcm-x86_64-apple.S
[601/899] Compiling aesni-x86-apple.S
[602/899] Compiling aes-gcm-avx10-x86_64-apple.S
[603/899] Compiling aes-gcm-avx10-x86_64-linux.S
[604/970] Compiling x_sig.cc
[605/970] Compiling x_val.cc
[606/970] Compiling x_req.cc
[607/970] Compiling x_x509.cc
[608/970] Compiling x_spki.cc
[609/970] Compiling x_x509a.cc
[610/970] Compiling x_exten.cc
[611/970] Compiling x_name.cc
[612/970] Compiling x_pubkey.cc
[613/970] Compiling x_attrib.cc
[614/970] Compiling x_crl.cc
[615/970] Compiling x_all.cc
[617/970] Compiling Crypto PKCS8PrivateKey.swift
[618/970] Compiling Crypto SEC1PrivateKey.swift
[619/970] Compiling Crypto SubjectPublicKeyInfo.swift
[620/970] Compiling Crypto CryptoKitErrors.swift
[621/970] Compiling Crypto Digest_boring.swift
[622/970] Compiling Crypto Digest.swift
[623/970] Compiling Crypto Digests.swift
[624/970] Compiling Crypto HashFunctions.swift
[625/970] Compiling Crypto HashFunctions_SHA2.swift
[626/970] Compiling Crypto HPKE-AEAD.swift
[627/979] Compiling Crypto SymmetricKeys.swift
[628/979] Compiling Crypto HMAC.swift
[629/979] Compiling Crypto MACFunctions.swift
[630/979] Compiling Crypto MessageAuthenticationCode.swift
[631/979] Compiling Crypto AES.swift
[632/979] Compiling Crypto ECDSASignature_boring.swift
[633/979] Compiling Crypto ECDSA_boring.swift
[634/979] Compiling Crypto EdDSA_boring.swift
[635/979] Compiling Crypto ECDSA.swift
[636/979] Compiling Crypto Ed25519.swift
[637/979] Compiling Crypto HPKE.swift
[638/979] Compiling Crypto HPKE-Context.swift
[639/979] Compiling Crypto HPKE-KeySchedule.swift
[640/979] Compiling Crypto HPKE-Modes.swift
[641/979] Compiling Crypto Insecure.swift
[642/979] Compiling Crypto Insecure_HashFunctions.swift
[643/979] Compiling Crypto KEM.swift
[644/979] Compiling Crypto ECDH_boring.swift
[645/979] Compiling Crypto DH.swift
[646/979] Compiling Crypto ECDH.swift
[647/979] Compiling Crypto HPKE-Ciphersuite.swift
[648/979] Compiling Crypto HPKE-KDF.swift
[649/979] Compiling Crypto HPKE-KexKeyDerivation.swift
[650/979] Compiling Crypto HPKE-LabeledExtract.swift
[651/979] Compiling Crypto HPKE-Utils.swift
[652/979] Compiling Crypto DHKEM.swift
[653/979] Compiling Crypto HPKE-KEM-Curve25519.swift
[654/979] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[655/979] Compiling Crypto HPKE-KEM.swift
[656/979] Compiling Crypto HPKE-Errors.swift
[657/979] Compiling Crypto HKDF.swift
[658/979] Compiling Crypto AESWrap.swift
[659/979] Compiling Crypto AESWrap_boring.swift
[660/979] Compiling Crypto Ed25519_boring.swift
[661/979] Compiling Crypto NISTCurvesKeys_boring.swift
[662/979] Compiling Crypto X25519Keys_boring.swift
[663/979] Compiling Crypto Curve25519.swift
[664/979] Compiling Crypto Ed25519Keys.swift
[665/979] Compiling Crypto NISTCurvesKeys.swift
[666/979] Compiling Crypto X25519Keys.swift
[666/979] Compiling x_algor.cc
[667/979] Compiling x509rset.cc
[668/979] Compiling x509spki.cc
[669/979] Compiling x509name.cc
[670/979] Compiling x509cset.cc
[672/979] Compiling Crypto ASN1Identifier.swift
[673/979] Compiling Crypto ASN1Integer.swift
[674/979] Compiling Crypto ASN1Null.swift
[675/979] Compiling Crypto ASN1OctetString.swift
[676/979] Compiling Crypto ASN1Strings.swift
[677/979] Compiling Crypto ArraySliceBigint.swift
[678/979] Compiling Crypto GeneralizedTime.swift
[679/979] Compiling Crypto ObjectIdentifier.swift
[680/979] Compiling Crypto ECDSASignature.swift
[681/979] Compiling Crypto PEMDocument.swift
[682/979] Compiling Crypto AES-GCM.swift
[683/979] Compiling Crypto AES-GCM_boring.swift
[684/979] Compiling Crypto ChaChaPoly_boring.swift
[685/979] Compiling Crypto ChaChaPoly.swift
[686/979] Compiling Crypto Cipher.swift
[687/979] Compiling Crypto Nonces.swift
[688/979] Compiling Crypto ASN1.swift
[689/979] Compiling Crypto ASN1Any.swift
[690/979] Compiling Crypto ASN1BitString.swift
[691/979] Compiling Crypto ASN1Boolean.swift
[692/979] Emitting module Crypto
[692/979] Compiling x509_txt.cc
[693/979] Compiling x509_vpm.cc
[694/979] Compiling x509_vfy.cc
[695/979] Compiling x509_v3.cc
[697/979] Compiling Crypto Signature.swift
[698/979] Compiling Crypto CryptoKitErrors_boring.swift
[699/979] Compiling Crypto RNG_boring.swift
[700/979] Compiling Crypto SafeCompare_boring.swift
[701/979] Compiling Crypto Zeroization_boring.swift
[702/979] Compiling Crypto PrettyBytes.swift
[703/979] Compiling Crypto SafeCompare.swift
[704/979] Compiling Crypto SecureBytes.swift
[705/979] Compiling Crypto Zeroization.swift
[705/980] Compiling x509_trs.cc
[707/980] Compiling x509_set.cc
[708/980] Compiling x509_lu.cc
[709/980] Compiling x509_req.cc
[710/980] Compiling x509_ext.cc
[711/980] Compiling x509_obj.cc
[712/980] Compiling x509_def.cc
[713/980] Compiling x509_d2.cc
[714/980] Compiling x509_att.cc
[715/980] Compiling x509_cmp.cc
[716/980] Compiling x509.cc
[717/980] Compiling v3_skey.cc
[718/980] Compiling v3_utl.cc
[719/980] Compiling v3_purp.cc
[720/980] Compiling v3_prn.cc
[721/980] Compiling v3_pmaps.cc
[722/980] Compiling v3_ncons.cc
[723/980] Compiling v3_pcons.cc
[724/980] Compiling v3_ocsp.cc
[725/980] Compiling v3_lib.cc
[726/980] Compiling v3_int.cc
[727/980] Compiling v3_info.cc
[728/980] Compiling v3_crld.cc
[729/980] Compiling v3_ia5.cc
[730/980] Compiling v3_genn.cc
[731/980] Compiling v3_extku.cc
[732/980] Compiling v3_enum.cc
[733/980] Compiling v3_bitst.cc
[734/980] Compiling v3_cpols.cc
[735/980] Compiling v3_conf.cc
[736/980] Compiling v3_bcons.cc
[737/980] Compiling v3_akey.cc
[738/980] Compiling v3_alt.cc
[739/980] Compiling v3_akeya.cc
[740/980] Compiling t_x509.cc
[741/980] Compiling t_x509a.cc
[742/980] Compiling t_crl.cc
[743/980] Compiling t_req.cc
[744/980] Compiling rsa_pss.cc
[745/980] Compiling policy.cc
[746/980] Compiling i2d_pr.cc
[747/980] Compiling name_print.cc
[748/980] Compiling by_file.cc
[749/980] Compiling asn1_gen.cc
[750/980] Compiling algorithm.cc
[751/980] Compiling by_dir.cc
[752/980] Compiling a_verify.cc
[753/980] Compiling a_sign.cc
[754/980] Compiling a_digest.cc
[755/980] Compiling thread_win.cc
[756/980] Compiling voprf.cc
[757/980] Compiling trust_token.cc
[758/980] Compiling thread_pthread.cc
[759/980] Compiling thread.cc
[760/980] Compiling pmbtoken.cc
[761/980] Compiling thread_none.cc
[762/980] Compiling wots.cc
[763/980] Compiling merkle.cc
[764/980] Compiling stack.cc
[765/980] Compiling thash.cc
[766/980] Compiling slhdsa.cc
[767/980] Compiling fors.cc
[768/980] Compiling siphash.cc
[769/980] Compiling sha256.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/980] Compiling sha512.cc
[798/980] Compiling sha1.cc
[799/980] Compiling rsa_extra.cc
[800/980] Compiling rsa_print.cc
[801/980] Compiling rsa_crypt.cc
[802/980] Compiling refcount.cc
[803/980] Compiling rc4.cc
[804/980] Compiling rsa_asn1.cc
[805/980] Compiling urandom.cc
[806/980] Compiling windows.cc
[807/980] Compiling trusty.cc
[808/980] Compiling rand_extra.cc
[809/980] Compiling passive.cc
[810/980] Compiling ios.cc
[811/980] Compiling poly1305_arm_asm.S
[812/980] Compiling getentropy.cc
[813/980] Compiling deterministic.cc
[814/980] Compiling fork_detect.cc
[815/980] Compiling forkunsafe.cc
[816/980] Compiling pool.cc
[817/980] Compiling poly1305_vec.cc
[818/980] Compiling poly1305_arm.cc
[819/980] Compiling pkcs7.cc
[820/980] Compiling poly1305.cc
[821/980] Compiling pkcs8_x509.cc
[822/980] Compiling p5_pbev2.cc
[823/980] Compiling pkcs8.cc
[824/980] Compiling pem_x509.cc
[825/980] Compiling pem_xaux.cc
[826/980] Compiling pkcs7_x509.cc
[827/980] Compiling pem_pkey.cc
[828/980] Compiling obj_xref.cc
[829/980] Compiling pem_oth.cc
[830/980] Compiling obj.cc
[831/980] Compiling pem_pk8.cc
[832/980] Compiling pem_lib.cc
[833/980] Compiling mldsa.cc
[834/980] Compiling pem_info.cc
[835/980] Compiling mem.cc
[836/980] Compiling pem_all.cc
[837/980] Compiling poly_rq_mul.S
[838/980] Compiling md5.cc
[839/980] Compiling mlkem.cc
[840/980] Compiling fips_shared_support.cc
[841/980] Compiling lhash.cc
[842/980] Compiling md4.cc
[843/980] Compiling kyber.cc
[844/980] Compiling sign.cc
[845/980] Compiling hrss.cc
[846/980] Compiling ex_data.cc
[847/980] Compiling scrypt.cc
[848/980] Compiling hpke.cc
[849/980] Compiling print.cc
[850/980] Compiling pbkdf.cc
[851/980] Compiling p_ed25519_asn1.cc
[852/980] Compiling p_x25519_asn1.cc
[853/980] Compiling p_x25519.cc
[854/980] Compiling p_rsa_asn1.cc
[855/980] Compiling p_rsa.cc
[856/980] Compiling p_ed25519.cc
[857/980] Compiling p_hkdf.cc
[858/980] Compiling p_ec.cc
[859/980] Compiling p_ec_asn1.cc
[860/980] Compiling p_dsa_asn1.cc
[861/980] Compiling p_dh.cc
[862/980] Compiling evp_ctx.cc
[863/980] Compiling p_dh_asn1.cc
[864/980] Compiling evp.cc
[865/980] Compiling ecdh_extra.cc
[866/980] Compiling evp_asn1.cc
[867/980] Compiling ecdsa_asn1.cc
[868/980] Compiling engine.cc
[869/980] Compiling ec_asn1.cc
[870/980] Compiling err.cc
[871/980] Compiling ec_derive.cc
[872/980] Compiling hash_to_curve.cc
[873/980] Compiling dsa_asn1.cc
[874/980] Compiling params.cc
[875/980] Compiling digest_extra.cc
[876/980] Compiling dsa.cc
[877/980] Compiling x25519-asm-arm.S
[878/980] Compiling dh_asn1.cc
[879/980] Compiling des.cc
[880/980] Compiling crypto.cc
[881/980] Compiling spake25519.cc
[882/980] Compiling cpu_arm_linux.cc
[883/980] Compiling cpu_intel.cc
[884/980] Compiling cpu_arm_freebsd.cc
[885/980] Compiling cpu_aarch64_sysreg.cc
[886/980] Compiling cpu_aarch64_win.cc
[887/980] Compiling curve25519.cc
[888/980] Compiling cpu_aarch64_fuchsia.cc
[889/980] Compiling cpu_aarch64_openbsd.cc
[890/980] Compiling bcm.cc
[891/980] Compiling tls_cbc.cc
[892/980] Compiling cpu_aarch64_linux.cc
[893/980] Compiling cpu_aarch64_apple.cc
[894/980] Compiling curve25519_64_adx.cc
[895/980] Compiling conf.cc
[896/980] Compiling e_tls.cc
[897/980] Compiling e_rc4.cc
[898/980] Compiling e_null.cc
[899/980] Compiling e_rc2.cc
[900/980] Compiling e_des.cc
[901/980] Compiling derive_key.cc
[902/980] Compiling e_aesgcmsiv.cc
[903/980] Compiling e_chacha20poly1305.cc
[904/980] Compiling chacha.cc
[905/980] Compiling e_aesctrhmac.cc
[906/980] Compiling cipher_extra.cc
[907/980] Compiling unicode.cc
[908/980] Compiling ber.cc
[909/980] Compiling convert.cc
[910/980] Compiling buf.cc
[911/980] Compiling cbb.cc
[912/980] Compiling cbs.cc
[913/980] Compiling blake2.cc
[913/980] Compiling asn1_compat.cc
[915/980] Compiling bn_asn1.cc
[916/980] Compiling file.cc
[917/980] Compiling printf.cc
[918/980] Compiling errno.cc
[919/980] Compiling hexdump.cc
[920/980] Compiling pair.cc
[921/980] Compiling fd.cc
[922/980] Compiling bio_mem.cc
[923/980] Compiling tasn_fre.cc
[924/980] Compiling base64.cc
[925/980] Compiling bio.cc
[926/980] Compiling tasn_utl.cc
[927/980] Compiling tasn_typ.cc
[928/980] Compiling tasn_dec.cc
[929/980] Compiling tasn_new.cc
[930/980] Compiling tasn_enc.cc
[931/980] Compiling posix_time.cc
[932/980] Compiling f_int.cc
[933/980] Compiling asn_pack.cc
[934/980] Compiling f_string.cc
[935/980] Compiling asn1_par.cc
[936/980] Compiling a_utctm.cc
[937/980] Compiling asn1_lib.cc
[938/980] Compiling a_type.cc
[939/980] Compiling a_object.cc
[940/980] Compiling a_time.cc
[941/980] Compiling a_strnid.cc
[942/980] Compiling a_octet.cc
[943/980] Compiling a_int.cc
[944/980] Compiling a_strex.cc
[945/980] Compiling a_i2d_fp.cc
[946/980] Write sources
[947/980] Compiling a_mbstr.cc
[948/980] Write sources
[949/980] Compiling a_dup.cc
[950/1005] Compiling a_d2i_fp.cc
[951/1005] Compiling a_bool.cc
[952/1005] Compiling a_gentm.cc
[953/1027] Compiling a_bitstr.cc
[955/1038] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[956/1038] Compiling CryptoBoringWrapper RandomBytes.swift
[957/1038] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[958/1038] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[959/1038] Emitting module CryptoBoringWrapper
[960/1038] Compiling CryptoBoringWrapper EllipticCurve.swift
[961/1038] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[962/1038] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[963/1039] Wrapping AST for CryptoBoringWrapper for debugging
[965/1039] Compiling Algorithms Split.swift
[966/1039] Compiling Algorithms Stride.swift
[967/1039] Compiling Algorithms Suffix.swift
[968/1042] Compiling Algorithms RandomSample.swift
[969/1042] Compiling Algorithms Reductions.swift
[970/1042] Compiling Algorithms Rotate.swift
[971/1043] Compiling Algorithms Joined.swift
[972/1043] Compiling Algorithms Keyed.swift
[973/1043] Compiling Algorithms MinMax.swift
[974/1101] Compiling Crypto SEC1PrivateKey.swift
[975/1101] Compiling Crypto SubjectPublicKeyInfo.swift
[976/1101] Compiling Crypto CryptoKitErrors.swift
[977/1111] Compiling Crypto ArraySliceBigint.swift
[978/1111] Compiling Crypto GeneralizedTime.swift
[979/1111] Compiling Crypto ObjectIdentifier.swift
[980/1111] Compiling Crypto ECDSASignature.swift
[981/1111] Compiling Crypto PEMDocument.swift
[982/1111] Compiling Crypto PKCS8PrivateKey.swift
[983/1116] Compiling Crypto Cipher.swift
[984/1116] Compiling Crypto Nonces.swift
[985/1116] Compiling Crypto ASN1.swift
[986/1116] Compiling Crypto ASN1Any.swift
[990/1116] Compiling Crypto ASN1Integer.swift
[991/1116] Compiling Crypto ASN1Null.swift
[992/1116] Compiling Crypto ASN1OctetString.swift
[993/1116] Compiling Crypto ASN1Strings.swift
[994/1116] Compiling Crypto ASN1BitString.swift
[995/1116] Compiling Crypto ASN1Boolean.swift
[996/1116] Compiling Crypto ASN1Identifier.swift
[997/1116] Compiling Crypto AES-GCM.swift
[998/1116] Compiling Crypto AES-GCM_boring.swift
[999/1116] Compiling Crypto ChaChaPoly_boring.swift
[1000/1116] Compiling Crypto ChaChaPoly.swift
[1009/1116] Compiling Crypto Digest_boring.swift
[1010/1116] Compiling Crypto Digest.swift
[1011/1116] Compiling Crypto Digests.swift
[1019/1116] Compiling Crypto HKDF.swift
[1020/1116] Compiling Crypto AESWrap.swift
[1021/1116] Compiling Crypto AESWrap_boring.swift
[1022/1116] Compiling Crypto Ed25519_boring.swift
[1023/1116] Compiling Crypto NISTCurvesKeys_boring.swift
[1024/1116] Compiling Crypto X25519Keys_boring.swift
[1025/1116] Compiling Crypto Curve25519.swift
[1026/1116] Compiling Crypto Ed25519Keys.swift
[1027/1116] Compiling Crypto NISTCurvesKeys.swift
[1028/1116] Compiling Crypto X25519Keys.swift
[1029/1125] Compiling Crypto SymmetricKeys.swift
[1030/1125] Compiling Crypto HMAC.swift
[1031/1125] Compiling Crypto MACFunctions.swift
[1032/1125] Compiling Crypto MessageAuthenticationCode.swift
[1033/1125] Compiling Crypto AES.swift
[1034/1125] Compiling Crypto ECDSASignature_boring.swift
[1035/1125] Compiling Crypto ECDSA_boring.swift
[1036/1125] Compiling Crypto EdDSA_boring.swift
[1037/1125] Compiling Crypto ECDSA.swift
[1038/1125] Compiling Crypto Ed25519.swift
[1039/1125] Emitting module Crypto
[1040/1125] Emitting module Algorithms
[1044/1127] Compiling Crypto HPKE-Ciphersuite.swift
[1045/1127] Compiling Crypto HPKE-KDF.swift
[1046/1127] Compiling Crypto HPKE-KexKeyDerivation.swift
[1047/1127] Compiling Crypto HPKE-LabeledExtract.swift
[1048/1127] Compiling Crypto HPKE-Utils.swift
[1049/1127] Compiling Crypto DHKEM.swift
[1050/1127] Compiling Crypto HPKE-KEM-Curve25519.swift
[1051/1127] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1052/1127] Compiling Crypto HPKE-KEM.swift
[1053/1127] Compiling Crypto HPKE-Errors.swift
[1061/1127] Compiling Crypto HashFunctions.swift
[1062/1127] Compiling Crypto HashFunctions_SHA2.swift
[1063/1127] Compiling Crypto HPKE-AEAD.swift
[1064/1127] Compiling Crypto HPKE.swift
[1065/1127] Compiling Crypto HPKE-Context.swift
[1066/1127] Compiling Crypto HPKE-KeySchedule.swift
[1067/1127] Compiling Crypto HPKE-Modes.swift
[1068/1127] Compiling Crypto Insecure.swift
[1069/1127] Compiling Crypto Insecure_HashFunctions.swift
[1070/1127] Compiling Crypto KEM.swift
[1071/1127] Compiling Crypto ECDH_boring.swift
[1072/1127] Compiling Crypto DH.swift
[1073/1127] Compiling Crypto ECDH.swift
[1073/1127] Wrapping AST for Algorithms for debugging
[1095/1127] Compiling Crypto Signature.swift
[1096/1127] Compiling Crypto CryptoKitErrors_boring.swift
[1097/1127] Compiling Crypto RNG_boring.swift
[1098/1127] Compiling Crypto SafeCompare_boring.swift
[1099/1127] Compiling Crypto Zeroization_boring.swift
[1100/1127] Compiling Crypto PrettyBytes.swift
[1101/1127] Compiling Crypto SafeCompare.swift
[1102/1127] Compiling Crypto SecureBytes.swift
[1103/1127] Compiling Crypto Zeroization.swift
[1104/1128] Wrapping AST for Crypto for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1115/1129] Wrapping AST for SwiftSyntax for debugging
[1117/1187] Compiling 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
[1118/1188] 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
[1119/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
[1120/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
[1121/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
[1122/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
[1123/1188] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1124/1188] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1125/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
[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] 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
[1128/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
[1129/1188] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1130/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
[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] 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
[1133/1188] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1134/1189] 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
[1136/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/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
[1146/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
[1147/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
[1148/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
[1149/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
[1150/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
[1151/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
[1152/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
[1153/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
[1154/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
[1155/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
[1156/1195] 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
[1157/1195] 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
[1158/1195] 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
[1159/1195] 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
[1160/1195] 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
[1161/1195] 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
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1188/1220] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1189/1221] 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
[1190/1221] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1191/1221] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/1221] Compiling 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
[1193/1221] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/1221] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1197/1221] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1199/1221] Compiling 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
[1200/1221] 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
[1201/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
[1203/1222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1204/1222] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1205/1222] 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
[1205/1222] Wrapping AST for SwiftOperators for debugging
[1207/1222] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1210/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
[1211/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1214/1223] Wrapping AST for SwiftParserDiagnostics for debugging
[1216/1238] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1238] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1218/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
[1219/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
[1220/1239] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1221/1239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1222/1239] Compiling SwiftSyntaxBuilder 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
[1223/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
[1224/1239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1225/1239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1226/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
[1227/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
[1228/1239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1230/1239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1231/1239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1232/1240] Wrapping AST for SwiftSyntaxBuilder for debugging
[1234/1257] Compiling SwiftSyntaxMacros 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
[1235/1257] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1257] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/1257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/1257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[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 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
[1242/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
[1243/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
[1244/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
[1245/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
[1246/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
[1247/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
[1248/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
[1249/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
[1250/1259] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/1259] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/1259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1260] Wrapping AST for SwiftSyntaxMacros for debugging
[1255/1269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/1270] Compiling SwiftSyntaxMacroExpansion 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 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
[1258/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
[1259/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
[1260/1270] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1261/1270] 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
[1262/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
[1263/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
[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 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
[1268/1283] 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
[1269/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
[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 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
[1272/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
[1273/1284] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1274/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
[1275/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
[1276/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
[1277/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
[1278/1284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1279/1284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1280/1285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1282/1287] 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] Compiling ObfuscateMacroPlugin ObfuscateMacroDiagnostic.swift
[1288/1294] Emitting module ObfuscateMacroPlugin
/host/spi-builder-workspace/Sources/ObfuscateMacroPlugin/Macros/ObfuscatedString.swift:109:16: warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 |
108 | extension ObfuscatedString: ExpressionMacro {
109 |     static var randomNumberGenerator: RandomNumberGenerator = SystemRandomNumberGenerator()
    |                |- warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'randomNumberGenerator' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'randomNumberGenerator' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 |
111 |     public static func expansion(
[1289/1294] Compiling ObfuscateMacroPlugin Data+.swift
[1290/1294] Compiling ObfuscateMacroPlugin ObfuscateMethod+.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 Exported.swift
[1300/1301] Emitting module ObfuscateMacro
[1301/1301] Compiling ObfuscateMacro ObfuscateMacro.swift
Build complete! (250.58s)
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.