The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ObfuscateMacro, reference 0.11.0 (b07258), with Swift 6.1 for Android on 30 May 2025 21:16:34 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObfuscateMacro.git
Reference: 0.11.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/p-x9/ObfuscateMacro
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at b072587 Merge pull request #28 from p-x9/feature/swift-syntax-601
Cloned https://github.com/p-x9/ObfuscateMacro.git
Revision (git rev-parse @):
b072587f7cd106cb254acb52758c1fb6ae91ab6e
SUCCESS checkout https://github.com/p-x9/ObfuscateMacro.git at 0.11.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/ObfuscateMacro.git
https://github.com/p-x9/ObfuscateMacro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ObfuscateMacro",
  "name" : "ObfuscateMacro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ObfuscateMacro",
      "targets" : [
        "ObfuscateMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObfuscateMacroPlugin",
      "targets" : [
        "ObfuscateMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObfuscateSupport",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateSupport",
      "path" : "Sources/ObfuscateSupport",
      "product_memberships" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "sources" : [
        "Method.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObfuscateMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacroTests",
      "path" : "Tests/ObfuscateMacroTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ObfuscateMacroTests.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObfuscateMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacroPlugin",
      "path" : "Sources/ObfuscateMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "Algorithms",
        "Crypto"
      ],
      "product_memberships" : [
        "ObfuscateMacro",
        "ObfuscateMacroPlugin"
      ],
      "sources" : [
        "Extension/Data+.swift",
        "Extension/ObfuscateMethod+.swift",
        "Macros/ObfuscatedString.swift",
        "ObfuscateMacroDiagnostic.swift",
        "ObfuscateMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "ObfuscateSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ObfuscateMacro",
      "module_type" : "SwiftTarget",
      "name" : "ObfuscateMacro",
      "path" : "Sources/ObfuscateMacro",
      "product_dependencies" : [
        "Algorithms",
        "Crypto"
      ],
      "product_memberships" : [
        "ObfuscateMacro"
      ],
      "sources" : [
        "Exported.swift",
        "ObfuscateMacro.swift"
      ],
      "target_dependencies" : [
        "ObfuscateMacroPlugin",
        "ObfuscateSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
[2510/19895] Fetching swift-crypto, swift-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/apple/swift-algorithms from cache (1.19s)
[5296/13936] Fetching swift-crypto
[13937/84458] Fetching swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (3.12s)
[9168/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (11.81s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (21.34s)
Fetching https://github.com/apple/swift-numerics.git
[58/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.24s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.70s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/775] Write sources
[26/775] Compiling _SwiftSyntaxCShims dummy.c
[27/775] Compiling _NumericsShims _NumericsShims.c
[28/775] Compiling fiat_p256_adx_sqr.S
[29/775] Compiling fiat_p256_adx_mul.S
[30/775] Compiling fiat_curve25519_adx_square.S
[31/775] Compiling fiat_curve25519_adx_mul.S
[32/775] Compiling md5-x86_64-linux.S
[33/775] Compiling md5-x86_64-apple.S
[34/775] Compiling md5-586-linux.S
[35/775] Compiling md5-586-apple.S
[36/775] Write swift-version-24593BA9C3E375BF.txt
[37/775] Compiling chacha20_poly1305_x86_64-apple.S
[38/775] Compiling CCryptoBoringSSLShims shims.c
[39/775] Compiling chacha20_poly1305_x86_64-linux.S
[40/775] Compiling err_data.cc
[41/775] Compiling a_bool.cc
[41/775] Compiling a_bitstr.cc
[44/795] Compiling a_bool.cc
[45/795] Compiling chacha20_poly1305_armv8-win.S
[46/797] Compiling chacha20_poly1305_armv8-linux.S
[47/797] Compiling chacha20_poly1305_armv8-apple.S
[48/797] Compiling chacha-x86_64-linux.S
[49/797] Compiling chacha-x86_64-apple.S
[50/797] Compiling chacha-x86-linux.S
[51/797] Compiling chacha-x86-apple.S
[52/797] Compiling chacha-armv8-win.S
[54/797] Emitting module RealModule
[54/798] Compiling chacha-armv8-linux.S
[55/798] Compiling chacha-armv8-apple.S
[56/798] Compiling chacha-armv4-linux.S
[57/798] Compiling aes128gcmsiv-x86_64-linux.S
[58/798] Compiling aes128gcmsiv-x86_64-apple.S
[59/798] Compiling x86_64-mont5-linux.S
[60/798] Compiling x86_64-mont5-apple.S
[61/798] Compiling x86_64-mont-linux.S
[62/798] Compiling x86_64-mont-apple.S
[63/798] Compiling x86-mont-linux.S
[64/798] Compiling x86-mont-apple.S
[65/798] Compiling vpaes-x86_64-linux.S
[66/798] Compiling vpaes-x86_64-apple.S
[67/798] Compiling vpaes-x86-linux.S
[68/798] Compiling vpaes-x86-apple.S
[69/798] Compiling vpaes-armv8-win.S
[70/798] Compiling vpaes-armv8-linux.S
[71/798] Compiling vpaes-armv8-apple.S
[72/798] Compiling vpaes-armv7-linux.S
[73/798] Compiling sha512-x86_64-linux.S
[74/798] Compiling sha512-x86_64-apple.S
[75/798] Compiling sha512-armv8-win.S
[76/798] Compiling sha512-armv8-linux.S
[77/798] Compiling sha512-armv8-apple.S
[78/798] Compiling sha512-armv4-linux.S
[79/798] Compiling sha512-586-linux.S
[80/798] Compiling sha512-586-apple.S
[81/798] Compiling sha256-x86_64-linux.S
[82/798] Compiling sha256-x86_64-apple.S
[83/798] Compiling sha256-armv8-win.S
[84/798] Compiling sha256-armv8-linux.S
[85/798] Compiling sha256-armv8-apple.S
[86/798] Compiling sha256-armv4-linux.S
[87/798] Compiling sha256-586-linux.S
[88/798] Compiling sha256-586-apple.S
[89/798] Compiling sha1-x86_64-linux.S
[91/798] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/798] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/799] Compiling RealModule RealFunctions.swift
[94/799] 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
[95/799] 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
[96/800] 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
[97/800] 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
[98/800] Compiling RealModule AugmentedArithmetic.swift
[99/800] Compiling RealModule Double+Real.swift
[99/801] Compiling sha1-x86_64-apple.S
[101/801] Compiling RealModule ElementaryFunctions.swift
[102/801] Compiling RealModule Float+Real.swift
[103/801] Compiling RealModule Float80+Real.swift
[104/801] 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
[105/801] Compiling RealModule Float16+Real.swift
[106/801] Compiling RealModule Real.swift
[107/801] 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
[108/801] Compiling RealModule AlgebraicField.swift
[109/801] Compiling RealModule ApproximateEquality.swift
[109/803] Compiling sha1-armv8-win.S
[112/803] Compiling sha1-armv8-linux.S
[116/803] Compiling sha1-armv4-large-linux.S
[117/803] Compiling sha1-armv8-apple.S
[118/803] Wrapping AST for SwiftSyntax600 for debugging
[119/803] Wrapping AST for SwiftSyntax601 for debugging
[120/803] Wrapping AST for SwiftSyntax510 for debugging
[121/803] Wrapping AST for SwiftSyntax509 for debugging
[122/803] Compiling sha1-586-linux.S
[123/803] Compiling sha1-586-apple.S
[124/803] Compiling rsaz-avx2-apple.S
[125/803] Compiling rsaz-avx2-linux.S
[126/803] Wrapping AST for RealModule for debugging
[127/828] Compiling rdrand-x86_64-linux.S
[128/828] Compiling rdrand-x86_64-apple.S
[129/828] Compiling p256_beeu-x86_64-asm-linux.S
[130/830] Compiling p256_beeu-x86_64-asm-apple.S
[131/864] Compiling p256_beeu-armv8-asm-win.S
[132/892] Compiling p256_beeu-armv8-asm-apple.S
[133/892] Compiling p256_beeu-armv8-asm-linux.S
[134/892] Compiling p256-x86_64-asm-apple.S
[135/892] Compiling p256-x86_64-asm-linux.S
[136/892] Compiling p256-armv8-asm-linux.S
[137/892] Compiling p256-armv8-asm-win.S
[138/892] Compiling p256-armv8-asm-apple.S
[139/892] Compiling ghashv8-armv8-win.S
[140/892] Compiling ghashv8-armv8-linux.S
[141/892] Compiling ghashv8-armv8-apple.S
[142/892] Compiling ghashv8-armv7-linux.S
[143/892] Compiling ghash-x86_64-linux.S
[144/892] Compiling ghash-x86_64-apple.S
[145/892] Compiling ghash-x86-linux.S
[146/892] Compiling ghash-x86-apple.S
[147/892] Compiling ghash-ssse3-x86_64-linux.S
[148/892] Compiling ghash-ssse3-x86_64-apple.S
[149/892] Compiling ghash-ssse3-x86-linux.S
[150/892] Compiling ghash-ssse3-x86-apple.S
[151/892] Compiling ghash-neon-armv8-win.S
[152/892] Compiling ghash-neon-armv8-linux.S
[153/892] Compiling ghash-armv4-linux.S
[154/892] Compiling ghash-neon-armv8-apple.S
[155/892] Compiling co-586-linux.S
[156/892] Compiling co-586-apple.S
[156/892] Compiling bn-armv8-win.S
[158/892] Compiling bsaes-armv7-linux.S
[159/892] Compiling bn-armv8-linux.S
[160/892] Compiling bn-armv8-apple.S
[161/892] Compiling bn-586-linux.S
[162/892] Compiling bn-586-apple.S
[163/892] Compiling armv8-mont-win.S
[164/892] Compiling armv8-mont-apple.S
[165/892] Compiling armv8-mont-linux.S
[166/892] Compiling armv4-mont-linux.S
[167/892] Compiling aesv8-gcm-armv8-win.S
[168/892] Compiling aesv8-gcm-armv8-linux.S
[169/892] Compiling aesv8-armv8-win.S
[170/892] Compiling aesv8-gcm-armv8-apple.S
[171/892] Compiling aesv8-armv8-linux.S
[172/892] Compiling aesv8-armv8-apple.S
[173/892] Compiling aesv8-armv7-linux.S
[174/892] Compiling aesni-x86_64-apple.S
[175/892] Compiling aesni-x86_64-linux.S
[176/892] Compiling aesni-x86-linux.S
[177/892] Compiling aesni-x86-apple.S
[178/892] Compiling aesni-gcm-x86_64-linux.S
[179/892] Compiling aesni-gcm-x86_64-apple.S
[180/892] Compiling aes-gcm-avx10-x86_64-apple.S
[181/892] Compiling aes-gcm-avx10-x86_64-linux.S
[183/892] Compiling SwiftSyntax Syntax.swift
[184/892] Compiling SwiftSyntax SyntaxArena.swift
[185/892] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[186/895] Compiling SwiftSyntax SourceEdit.swift
[187/895] Compiling SwiftSyntax SourceLength.swift
[188/895] Compiling SwiftSyntax Trivia.swift
[189/895] Compiling SwiftSyntax Utils.swift
[190/895] Compiling SwiftSyntax SourceLocation.swift
[191/895] Compiling SwiftSyntax SourcePresence.swift
[192/895] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[193/895] Compiling SwiftSyntax Identifier.swift
[194/895] Compiling SwiftSyntax MemoryLayout.swift
[195/895] Compiling SwiftSyntax MissingNodeInitializers.swift
[196/895] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[197/895] Compiling SwiftSyntax SyntaxBaseNodes.swift
[198/895] Compiling SwiftSyntax SyntaxCollections.swift
[198/895] Compiling x_x509.cc
[199/895] Compiling x_x509a.cc
[200/895] Compiling x_val.cc
[201/895] Compiling x_spki.cc
[203/895] Compiling SwiftSyntax RawSyntax.swift
[204/895] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[205/895] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[206/895] Compiling SwiftSyntax RawSyntaxTokenView.swift
[207/895] Compiling Algorithms Trim.swift
[208/895] Compiling Algorithms Unique.swift
[209/895] Compiling Algorithms Windows.swift
[210/895] Emitting module ObfuscateSupport
[211/895] Compiling ObfuscateSupport Method.swift
[213/896] Compiling SwiftSyntax ChildNameForKeyPath.swift
[214/896] Compiling SwiftSyntax Keyword.swift
[215/896] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[216/896] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[216/896] Compiling x_sig.cc
[217/896] Compiling x_req.cc
[218/896] Compiling x_pubkey.cc
[219/896] Wrapping AST for ObfuscateSupport for debugging
[220/896] Compiling x_name.cc
[221/896] Compiling x_exten.cc
[222/896] Compiling x_crl.cc
[223/896] Compiling x_attrib.cc
[224/896] Compiling x_algor.cc
[225/896] Compiling x_all.cc
[227/896] Emitting module Algorithms
[227/897] Compiling x509spki.cc
[229/897] Compiling x509name.cc
[230/897] Compiling x509cset.cc
[231/897] Compiling x509rset.cc
[232/897] Compiling x509_vpm.cc
[233/897] Compiling x509_vfy.cc
[234/897] Compiling x509_v3.cc
[235/897] Compiling x509_txt.cc
[236/897] Compiling x509_trs.cc
[237/897] Compiling x509_set.cc
[238/897] Compiling x509_req.cc
[239/897] Compiling x509_obj.cc
[240/897] Compiling x509_lu.cc
[241/897] Compiling x509_ext.cc
[242/897] Compiling x509_def.cc
[243/897] Compiling x509_d2.cc
[244/897] Compiling x509_cmp.cc
[246/897] Emitting module ObfuscateSupport
[247/897] Compiling ObfuscateSupport Method.swift
[247/898] Compiling x509_att.cc
[249/898] Compiling x509.cc
[250/898] Compiling v3_skey.cc
[251/898] Compiling v3_prn.cc
[252/898] Compiling v3_utl.cc
[253/898] Compiling v3_purp.cc
[254/898] Compiling v3_ncons.cc
[255/898] Compiling v3_pmaps.cc
[256/898] Compiling v3_ocsp.cc
[257/898] Compiling v3_pcons.cc
[258/898] Compiling v3_lib.cc
[259/898] Compiling v3_ia5.cc
[260/898] Compiling v3_int.cc
[261/898] Compiling v3_info.cc
[262/898] Compiling v3_crld.cc
[263/898] Compiling v3_genn.cc
[264/898] Compiling v3_enum.cc
[265/898] Compiling v3_extku.cc
[266/898] Compiling v3_cpols.cc
[267/898] Compiling v3_alt.cc
[268/898] Compiling v3_bitst.cc
[269/898] Compiling v3_conf.cc
[270/898] Compiling v3_bcons.cc
[271/898] Compiling v3_akeya.cc
[272/898] Compiling v3_akey.cc
[273/898] Compiling t_x509a.cc
[274/898] Compiling t_req.cc
[275/898] Compiling t_crl.cc
[276/898] Compiling rsa_pss.cc
[277/898] Compiling t_x509.cc
[278/898] Compiling i2d_pr.cc
[279/898] Compiling name_print.cc
[280/898] Compiling asn1_gen.cc
[281/898] Compiling policy.cc
[282/898] Compiling by_file.cc
[283/898] Compiling by_dir.cc
[284/898] Compiling algorithm.cc
[285/898] Compiling trust_token.cc
[286/898] Compiling a_verify.cc
[287/898] Compiling thread_win.cc
[288/898] Compiling voprf.cc
[289/898] Compiling a_digest.cc
[290/898] Compiling pmbtoken.cc
[291/898] Compiling a_sign.cc
[292/898] Compiling thread_pthread.cc
[293/898] Compiling thread.cc
[294/898] Compiling thread_none.cc
[295/898] Compiling stack.cc
[296/898] Compiling wots.cc
[297/898] Compiling thash.cc
[299/898] 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
[299/907] Compiling slhdsa.cc
[300/907] Compiling sha512.cc
[301/907] Compiling merkle.cc
[302/907] Compiling siphash.cc
[303/907] Compiling sha256.cc
[304/907] Compiling fors.cc
[305/907] Compiling sha1.cc
[306/907] Compiling rsa_extra.cc
[307/907] Compiling rc4.cc
[308/907] Compiling refcount.cc
[309/907] Compiling rsa_print.cc
[310/907] Compiling rsa_asn1.cc
[311/907] Compiling rsa_crypt.cc
[312/907] Compiling windows.cc
[313/907] Compiling trusty.cc
[314/907] Compiling rand_extra.cc
[315/907] Compiling passive.cc
[316/907] Compiling urandom.cc
[317/907] Compiling getentropy.cc
[318/907] Compiling ios.cc
[319/907] Compiling poly1305_arm_asm.S
[320/907] Compiling forkunsafe.cc
[321/907] Compiling deterministic.cc
[322/907] Compiling fork_detect.cc
[323/907] Compiling poly1305_arm.cc
[324/907] Compiling poly1305.cc
[325/907] Compiling pool.cc
[326/907] Compiling poly1305_vec.cc
[327/907] Compiling pkcs7.cc
[328/907] Compiling p5_pbev2.cc
[329/907] Compiling pkcs8.cc
[330/907] Compiling pkcs8_x509.cc
[331/907] Compiling pkcs7_x509.cc
[332/907] Compiling pem_xaux.cc
[333/907] Compiling pem_x509.cc
[334/907] Compiling pem_pkey.cc
[335/907] Compiling pem_pk8.cc
[336/907] Compiling obj_xref.cc
[337/907] Compiling pem_oth.cc
[338/907] Compiling mldsa.cc
[339/907] Compiling pem_info.cc
[340/907] Compiling pem_lib.cc
[341/907] Compiling pem_all.cc
[342/907] Compiling mem.cc
[343/907] Compiling kyber.cc
[344/907] Compiling mlkem.cc
[345/907] Compiling obj.cc
[346/907] Compiling fips_shared_support.cc
[347/907] Compiling poly_rq_mul.S
[348/907] Compiling md5.cc
[349/907] Compiling lhash.cc
[350/907] Compiling md4.cc
[351/907] Compiling ex_data.cc
[352/907] Compiling hrss.cc
[353/907] Compiling sign.cc
[354/907] Compiling hpke.cc
[355/907] Compiling scrypt.cc
[356/907] Compiling print.cc
[357/907] Compiling pbkdf.cc
[358/907] Compiling p_x25519.cc
[359/907] Compiling p_x25519_asn1.cc
[360/907] Compiling p_rsa_asn1.cc
[361/907] Compiling p_rsa.cc
[362/907] Compiling p_hkdf.cc
[363/907] Compiling p_ed25519.cc
[364/907] Compiling p_ed25519_asn1.cc
[365/907] Compiling p_ec_asn1.cc
[366/907] Compiling p_ec.cc
[367/907] Compiling p_dh_asn1.cc
[368/907] Compiling p_dsa_asn1.cc
[369/907] Compiling p_dh.cc
[370/907] Compiling evp_ctx.cc
[371/907] Compiling evp.cc
[372/907] Compiling err.cc
[373/907] Compiling evp_asn1.cc
[374/907] Compiling engine.cc
[375/907] Compiling ecdsa_asn1.cc
[376/907] Compiling ecdh_extra.cc
[377/907] Compiling hash_to_curve.cc
[378/907] Compiling ec_derive.cc
[379/907] Compiling dsa_asn1.cc
[380/907] Compiling ec_asn1.cc
[381/907] Compiling params.cc
[382/907] Compiling digest_extra.cc
[383/907] Compiling dsa.cc
[384/907] Compiling x25519-asm-arm.S
[385/907] Compiling dh_asn1.cc
[386/907] Compiling des.cc
[387/907] Compiling spake25519.cc
[388/907] Compiling crypto.cc
[389/907] Compiling bcm.cc
[390/907] Compiling cpu_intel.cc
[391/907] Compiling cpu_arm_freebsd.cc
[392/907] Compiling curve25519.cc
[393/907] Compiling cpu_arm_linux.cc
[394/907] Compiling curve25519_64_adx.cc
[394/907] Compiling cpu_aarch64_win.cc
[396/907] Compiling cpu_aarch64_openbsd.cc
[397/907] Compiling cpu_aarch64_sysreg.cc
[398/907] Compiling cpu_aarch64_linux.cc
[399/907] Compiling cpu_aarch64_apple.cc
[400/907] Compiling cpu_aarch64_fuchsia.cc
[401/907] Compiling e_rc4.cc
[402/907] Compiling tls_cbc.cc
[403/907] Compiling e_tls.cc
[404/907] Compiling conf.cc
[405/907] Compiling e_des.cc
[406/907] Compiling e_null.cc
[407/907] Compiling e_rc2.cc
[408/907] Compiling e_chacha20poly1305.cc
[409/907] Compiling derive_key.cc
[410/907] Compiling e_aesgcmsiv.cc
[411/907] Compiling e_aesctrhmac.cc
[412/907] Compiling cipher_extra.cc
[413/907] Compiling chacha.cc
[414/907] Compiling unicode.cc
[415/907] Compiling ber.cc
[416/907] Compiling asn1_compat.cc
[417/907] Compiling cbb.cc
[418/907] Compiling cbs.cc
[419/907] Compiling buf.cc
[420/907] Compiling bn_asn1.cc
[421/907] Compiling convert.cc
[422/907] Compiling blake2.cc
[423/907] Compiling printf.cc
[424/907] Compiling pair.cc
[425/907] Compiling hexdump.cc
[426/907] Compiling file.cc
[427/907] Compiling fd.cc
[428/907] Compiling errno.cc
[429/907] Compiling bio_mem.cc
[430/907] Compiling bio.cc
[431/907] Compiling base64.cc
[432/907] Compiling tasn_typ.cc
[433/907] Compiling tasn_utl.cc
[434/907] Compiling tasn_fre.cc
[435/907] Compiling tasn_new.cc
[436/907] Compiling tasn_enc.cc
[437/907] Compiling posix_time.cc
[438/907] Compiling tasn_dec.cc
[439/907] Compiling f_string.cc
[440/907] Compiling f_int.cc
[441/907] Compiling asn_pack.cc
[442/907] Compiling asn1_par.cc
[443/907] Compiling asn1_lib.cc
[444/907] Compiling a_utctm.cc
[445/907] Compiling a_time.cc
[446/907] Compiling a_type.cc
[447/907] Compiling a_strnid.cc
[448/907] Compiling a_octet.cc
[449/907] Compiling a_strex.cc
[450/907] Compiling a_mbstr.cc
[451/907] Compiling a_object.cc
[452/907] Compiling a_i2d_fp.cc
[453/907] Write sources
[455/907] Compiling a_int.cc
[456/907] Compiling a_dup.cc
[457/907] Compiling a_d2i_fp.cc
[458/907] Compiling _NumericsShims _NumericsShims.c
[459/907] Compiling fiat_p256_adx_sqr.S
[460/907] Compiling a_gentm.cc
[461/907] Compiling fiat_p256_adx_mul.S
[462/907] Compiling fiat_curve25519_adx_square.S
[463/907] Compiling fiat_curve25519_adx_mul.S
[464/907] Compiling md5-x86_64-linux.S
[465/907] Compiling md5-x86_64-apple.S
[466/907] Wrapping AST for Algorithms for debugging
[467/907] Compiling md5-586-linux.S
[468/907] Compiling md5-586-apple.S
[469/907] Compiling chacha20_poly1305_x86_64-linux.S
[470/907] Compiling chacha20_poly1305_armv8-win.S
[471/907] Compiling chacha20_poly1305_x86_64-apple.S
[472/907] Compiling chacha20_poly1305_armv8-apple.S
[473/915] Compiling chacha-x86_64-linux.S
[474/925] Compiling chacha-x86_64-apple.S
[475/925] Compiling chacha20_poly1305_armv8-linux.S
[476/925] Compiling chacha-x86-linux.S
[477/925] Compiling chacha-x86-apple.S
[478/925] Compiling chacha-armv8-win.S
[479/925] Compiling chacha-armv8-linux.S
[481/925] Compiling RealModule ElementaryFunctions.swift
[481/925] Compiling chacha-armv8-apple.S
[482/926] Compiling chacha-armv4-linux.S
[483/926] Compiling CCryptoBoringSSLShims shims.c
[484/926] Compiling x86_64-mont5-apple.S
[485/926] Compiling x86_64-mont5-linux.S
[486/926] Compiling aes128gcmsiv-x86_64-linux.S
[487/926] Compiling aes128gcmsiv-x86_64-apple.S
[488/926] Compiling x86_64-mont-apple.S
[489/926] Compiling x86-mont-apple.S
[491/926] Compiling RealModule Float80+Real.swift
[491/926] Compiling x86_64-mont-linux.S
[492/926] Compiling x86-mont-linux.S
[494/926] Compiling RealModule Real.swift
[495/926] Compiling RealModule RealFunctions.swift
[495/926] Compiling vpaes-x86_64-linux.S
[496/926] Compiling vpaes-x86_64-apple.S
[497/926] Compiling vpaes-x86-apple.S
[498/926] Compiling vpaes-x86-linux.S
[499/926] Compiling vpaes-armv8-win.S
[500/926] Compiling vpaes-armv7-linux.S
[501/926] Compiling vpaes-armv8-apple.S
[502/926] Compiling vpaes-armv8-linux.S
[504/926] Compiling RealModule Float16+Real.swift
[504/926] Compiling sha512-x86_64-linux.S
[506/926] Compiling RealModule Float+Real.swift
[506/926] Compiling sha512-armv8-win.S
[507/926] Compiling sha512-x86_64-apple.S
[509/926] Compiling RealModule AugmentedArithmetic.swift
[510/926] Compiling RealModule Double+Real.swift
[510/926] Compiling sha512-armv8-linux.S
[511/926] Compiling sha512-armv8-apple.S
[512/926] Compiling sha512-586-linux.S
[513/926] Compiling sha512-armv4-linux.S
[514/926] Compiling sha512-586-apple.S
[515/926] Compiling err_data.cc
[516/926] Compiling sha256-x86_64-linux.S
[517/926] Compiling sha256-x86_64-apple.S
[518/926] Compiling sha256-armv8-win.S
[519/926] Compiling sha256-armv8-linux.S
[521/926] Emitting module RealModule
[521/926] Compiling sha256-armv8-apple.S
[523/926] Compiling RealModule AlgebraicField.swift
[524/926] Compiling RealModule ApproximateEquality.swift
[524/926] Compiling sha256-armv4-linux.S
[525/927] Compiling sha256-586-linux.S
[526/927] Compiling sha256-586-apple.S
[527/927] Compiling sha1-x86_64-linux.S
[528/927] Compiling sha1-armv8-win.S
[529/927] Compiling sha1-x86_64-apple.S
[530/927] Compiling sha1-armv4-large-linux.S
[531/927] Compiling sha1-armv8-apple.S
[532/927] Compiling sha1-armv8-linux.S
[533/927] Compiling sha1-586-linux.S
[535/927] Compiling sha1-586-apple.S
[536/927] Compiling rsaz-avx2-linux.S
[536/927] Compiling rsaz-avx2-apple.S
[538/927] Compiling rdrand-x86_64-linux.S
[539/927] Compiling rdrand-x86_64-apple.S
[540/927] Compiling p256_beeu-x86_64-asm-linux.S
[541/927] Compiling p256_beeu-x86_64-asm-apple.S
[542/927] Compiling p256_beeu-armv8-asm-linux.S
[543/927] Compiling p256_beeu-armv8-asm-win.S
[544/927] Compiling p256_beeu-armv8-asm-apple.S
[545/927] Compiling p256-x86_64-asm-linux.S
[546/927] Compiling p256-x86_64-asm-apple.S
[547/927] Compiling p256-armv8-asm-win.S
[548/927] Compiling p256-armv8-asm-linux.S
[549/927] Compiling p256-armv8-asm-apple.S
[549/927] Compiling ghashv8-armv8-win.S
[551/927] Compiling ghashv8-armv8-linux.S
[552/927] Compiling ghashv8-armv8-apple.S
[553/927] Compiling ghash-x86_64-linux.S
[554/927] Compiling ghashv8-armv7-linux.S
[555/927] Compiling ghash-x86_64-apple.S
[556/927] Compiling ghash-x86-linux.S
[557/927] Compiling ghash-x86-apple.S
[558/927] Compiling ghash-ssse3-x86_64-linux.S
[559/927] Compiling ghash-ssse3-x86_64-apple.S
[560/927] Compiling CryptoBoringWrapper RandomBytes.swift
[561/927] Compiling ghash-ssse3-x86-linux.S
[562/927] Compiling ghash-ssse3-x86-apple.S
[563/952] Compiling ghash-neon-armv8-win.S
[564/952] Compiling ghash-neon-armv8-linux.S
[565/952] Compiling ghash-neon-armv8-apple.S
[566/952] Compiling co-586-linux.S
[567/952] Compiling ghash-armv4-linux.S
[568/952] Compiling bsaes-armv7-linux.S
[569/952] Compiling co-586-apple.S
[570/952] Compiling bn-armv8-win.S
[571/952] Compiling bn-armv8-linux.S
[572/952] Compiling bn-armv8-apple.S
[573/952] Compiling bn-586-linux.S
[574/952] Compiling bn-586-apple.S
[575/952] Compiling armv8-mont-win.S
[576/952] Compiling armv8-mont-apple.S
[577/952] Compiling armv8-mont-linux.S
[578/952] Compiling aesv8-gcm-armv8-win.S
[579/952] Compiling armv4-mont-linux.S
[580/952] Compiling aesv8-gcm-armv8-linux.S
[581/952] Compiling aesv8-gcm-armv8-apple.S
[582/952] Compiling aesv8-armv8-win.S
[583/952] Compiling aesv8-armv8-apple.S
[584/952] Compiling aesv8-armv8-linux.S
[585/952] Compiling aesni-x86_64-apple.S
[586/952] Compiling aesni-x86_64-linux.S
[587/952] Compiling aesv8-armv7-linux.S
[588/952] Compiling aesni-x86-apple.S
[589/952] Compiling aesni-x86-linux.S
[590/952] Compiling aesni-gcm-x86_64-apple.S
[591/952] Compiling aes-gcm-avx10-x86_64-linux.S
[592/952] Compiling aesni-gcm-x86_64-linux.S
[594/952] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[594/952] Compiling aes-gcm-avx10-x86_64-apple.S
[596/952] Emitting module CryptoBoringWrapper
[597/952] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[598/952] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[599/952] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[600/952] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[601/952] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[602/952] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[603/952] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[604/952] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[605/952] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[606/952] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[607/952] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[608/952] 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
[609/952] 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
[610/952] 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
[611/952] 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
[612/952] 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
[613/952] 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
[614/952] 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
[615/952] 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
[616/952] 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
[617/952] 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
[618/952] 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
[619/952] 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
[620/952] 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
[621/952] 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
[622/952] 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
[623/952] 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
[624/952] 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
[625/952] 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
[626/952] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[627/952] Compiling CryptoBoringWrapper EllipticCurve.swift
[628/952] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[630/953] Compiling Algorithms Split.swift
[631/953] Compiling Algorithms Stride.swift
[632/953] Compiling Algorithms Suffix.swift
[633/953] Compiling Algorithms RandomSample.swift
[634/953] Compiling Algorithms Reductions.swift
[635/953] Compiling Algorithms Rotate.swift
[635/956] Compiling x_sig.cc
[636/956] Compiling x_val.cc
[637/956] Compiling x_spki.cc
[638/956] Compiling x_x509a.cc
[639/956] Compiling x_x509.cc
[640/956] Wrapping AST for CryptoBoringWrapper for debugging
[642/956] Compiling Algorithms Partition.swift
[643/956] Compiling Algorithms Permutations.swift
[644/956] Compiling Algorithms Product.swift
[645/956] Compiling Algorithms Joined.swift
[646/956] Compiling Algorithms Keyed.swift
[647/956] Compiling Algorithms MinMax.swift
[648/1027] Compiling Crypto Digest_boring.swift
[649/1027] Compiling Crypto Digest.swift
[650/1027] Compiling Crypto Digests.swift
[651/1027] Compiling Crypto HashFunctions.swift
[652/1027] Compiling Crypto HashFunctions_SHA2.swift
[653/1027] Compiling Crypto HPKE-AEAD.swift
[654/1027] Compiling Crypto ASN1Identifier.swift
[655/1027] Compiling Crypto ASN1Integer.swift
[655/1027] Compiling x_req.cc
[657/1027] Compiling Crypto HPKE-Utils.swift
[658/1027] Compiling Crypto DHKEM.swift
[659/1027] Compiling Crypto HPKE-KEM-Curve25519.swift
[660/1027] Compiling Crypto PKCS8PrivateKey.swift
[661/1027] Compiling Crypto SEC1PrivateKey.swift
[662/1027] Compiling Crypto SubjectPublicKeyInfo.swift
[663/1027] Compiling Crypto CryptoKitErrors.swift
[663/1027] Compiling x_name.cc
[664/1027] Compiling x_pubkey.cc
[665/1027] Compiling x_exten.cc
[666/1027] Compiling x_crl.cc
[667/1027] Compiling x_attrib.cc
[669/1027] Emitting module Algorithms
[670/1028] Compiling Crypto HKDF.swift
[671/1028] Compiling Crypto AESWrap.swift
[672/1028] Compiling Crypto AESWrap_boring.swift
[673/1028] Compiling Crypto Ed25519_boring.swift
[674/1028] Compiling Crypto NISTCurvesKeys_boring.swift
[675/1028] Compiling Crypto X25519Keys_boring.swift
[676/1028] Compiling Crypto Curve25519.swift
[677/1028] Compiling Crypto Ed25519Keys.swift
[678/1028] Compiling Crypto NISTCurvesKeys.swift
[679/1028] Compiling Crypto X25519Keys.swift
[680/1037] Compiling Crypto SymmetricKeys.swift
[681/1037] Compiling Crypto HMAC.swift
[682/1037] Compiling Crypto MACFunctions.swift
[683/1037] Compiling Crypto MessageAuthenticationCode.swift
[684/1037] Compiling Crypto AES.swift
[685/1037] Compiling Crypto ECDSASignature_boring.swift
[686/1037] Compiling Crypto ECDSA_boring.swift
[687/1037] Compiling Crypto EdDSA_boring.swift
[688/1037] Compiling Crypto ECDSA.swift
[689/1037] Compiling Crypto Ed25519.swift
[690/1037] Compiling x_algor.cc
[691/1037] Compiling x509spki.cc
[692/1037] Compiling x_all.cc
[694/1037] Compiling Crypto HPKE-Ciphersuite.swift
[695/1037] Compiling Crypto HPKE-KDF.swift
[696/1037] Compiling Crypto HPKE-KexKeyDerivation.swift
[697/1037] Compiling Crypto HPKE-LabeledExtract.swift
[701/1037] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[702/1037] Compiling Crypto HPKE-KEM.swift
[703/1037] Compiling Crypto HPKE-Errors.swift
[704/1037] Compiling Crypto HPKE.swift
[705/1037] Compiling Crypto HPKE-Context.swift
[706/1037] Compiling Crypto HPKE-KeySchedule.swift
[707/1037] Compiling Crypto HPKE-Modes.swift
[708/1037] Compiling Crypto Insecure.swift
[709/1037] Compiling Crypto Insecure_HashFunctions.swift
[710/1037] Compiling Crypto KEM.swift
[711/1037] Compiling Crypto ECDH_boring.swift
[712/1037] Compiling Crypto DH.swift
[713/1037] Compiling Crypto ECDH.swift
[713/1037] Compiling x509rset.cc
[714/1037] Compiling x509name.cc
[726/1037] Compiling Crypto AES-GCM.swift
[727/1037] Compiling Crypto AES-GCM_boring.swift
[728/1037] Compiling Crypto ChaChaPoly_boring.swift
[729/1037] Compiling Crypto ChaChaPoly.swift
[730/1037] Compiling Crypto Cipher.swift
[731/1037] Compiling Crypto Nonces.swift
[732/1037] Compiling Crypto ASN1.swift
[733/1037] Compiling Crypto ASN1Any.swift
[734/1037] Compiling Crypto ASN1BitString.swift
[735/1037] Compiling Crypto ASN1Boolean.swift
[736/1037] Emitting module Crypto
[739/1037] Compiling Crypto ASN1Null.swift
[740/1037] Compiling Crypto ASN1OctetString.swift
[741/1037] Compiling Crypto ASN1Strings.swift
[742/1037] Compiling Crypto ArraySliceBigint.swift
[743/1037] Compiling Crypto GeneralizedTime.swift
[744/1037] Compiling Crypto ObjectIdentifier.swift
[745/1037] Compiling Crypto ECDSASignature.swift
[746/1037] Compiling Crypto PEMDocument.swift
[746/1037] Compiling x509cset.cc
[747/1037] Compiling x509_vpm.cc
[748/1037] Compiling x509_v3.cc
[749/1037] Compiling x509_txt.cc
[750/1037] Compiling x509_vfy.cc
[752/1037] Compiling Crypto Signature.swift
[753/1037] Compiling Crypto CryptoKitErrors_boring.swift
[754/1037] Compiling Crypto RNG_boring.swift
[755/1037] Compiling Crypto SafeCompare_boring.swift
[756/1037] Compiling Crypto Zeroization_boring.swift
[757/1037] Compiling Crypto PrettyBytes.swift
[758/1037] Compiling Crypto SafeCompare.swift
[759/1037] Compiling Crypto SecureBytes.swift
[760/1037] Compiling Crypto Zeroization.swift
[760/1038] Compiling x509_trs.cc
[762/1038] Compiling x509_set.cc
[763/1038] Compiling x509_obj.cc
[764/1038] Compiling x509_req.cc
[765/1038] Wrapping AST for Crypto for debugging
[766/1038] Compiling x509_ext.cc
[767/1038] Compiling x509_lu.cc
[768/1038] Compiling x509_def.cc
[769/1038] Compiling x509_d2.cc
[770/1038] Compiling v3_utl.cc
[771/1038] Compiling x509_att.cc
[772/1038] Compiling x509_cmp.cc
[773/1038] Compiling x509.cc
[774/1038] Compiling v3_skey.cc
[775/1038] Compiling v3_prn.cc
[776/1038] Compiling v3_purp.cc
[777/1038] Compiling v3_pcons.cc
[778/1038] Compiling v3_ncons.cc
[779/1038] Compiling v3_pmaps.cc
[780/1038] Compiling v3_ocsp.cc
[781/1038] Compiling v3_lib.cc
[782/1038] Compiling v3_int.cc
[783/1038] Compiling v3_info.cc
[784/1038] Compiling v3_genn.cc
[785/1038] Compiling v3_ia5.cc
[786/1038] Compiling v3_enum.cc
[787/1038] Compiling v3_extku.cc
[788/1038] Compiling v3_cpols.cc
[789/1038] Compiling v3_crld.cc
[790/1038] Compiling v3_conf.cc
[791/1038] Compiling v3_bitst.cc
[792/1038] Compiling v3_bcons.cc
[793/1038] Compiling v3_akeya.cc
[794/1038] Compiling v3_alt.cc
[795/1038] Compiling v3_akey.cc
[796/1038] Compiling t_x509a.cc
[797/1038] Compiling t_x509.cc
[798/1038] Compiling i2d_pr.cc
[799/1038] Compiling t_crl.cc
[800/1038] Compiling t_req.cc
[801/1038] Compiling policy.cc
[802/1038] Compiling rsa_pss.cc
[803/1038] Compiling name_print.cc
[804/1038] Compiling by_file.cc
[805/1038] Compiling a_sign.cc
[806/1038] Compiling asn1_gen.cc
[807/1038] Compiling a_verify.cc
[808/1038] Compiling by_dir.cc
[809/1038] Compiling a_digest.cc
[810/1038] Compiling algorithm.cc
[811/1038] Compiling thread_pthread.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/1038] Compiling thread_none.cc
[849/1038] Compiling thread.cc
[850/1038] Compiling thread_win.cc
[851/1038] Compiling trust_token.cc
[852/1038] Compiling voprf.cc
[853/1038] Compiling stack.cc
[854/1038] Compiling pmbtoken.cc
[855/1038] Compiling wots.cc
[856/1038] Compiling merkle.cc
[857/1038] Compiling thash.cc
[858/1038] Compiling fors.cc
[859/1038] Compiling siphash.cc
[860/1038] Compiling sha512.cc
[861/1038] Compiling slhdsa.cc
[862/1038] Compiling sha256.cc
[863/1038] Compiling sha1.cc
[864/1038] Compiling rsa_extra.cc
[865/1038] Compiling rsa_print.cc
[866/1038] Compiling rsa_crypt.cc
[867/1038] Compiling windows.cc
[868/1038] Compiling refcount.cc
[869/1038] Compiling rc4.cc
[870/1038] Compiling rsa_asn1.cc
[871/1038] Compiling passive.cc
[872/1038] Compiling trusty.cc
[873/1038] Compiling urandom.cc
[874/1038] Compiling rand_extra.cc
[875/1038] Compiling getentropy.cc
[876/1038] Compiling poly1305_arm_asm.S
[877/1038] Compiling ios.cc
[878/1038] Compiling forkunsafe.cc
[879/1038] Compiling fork_detect.cc
[880/1038] Compiling deterministic.cc
[881/1038] Compiling poly1305_vec.cc
[882/1038] Compiling poly1305.cc
[883/1038] Compiling poly1305_arm.cc
[884/1038] Compiling pool.cc
[885/1038] Compiling pkcs8.cc
[886/1038] Compiling pkcs7.cc
[887/1038] Compiling p5_pbev2.cc
[888/1038] Compiling pkcs8_x509.cc
[889/1038] Compiling pkcs7_x509.cc
[890/1038] Compiling pem_xaux.cc
[891/1038] Compiling pem_x509.cc
[892/1038] Compiling pem_oth.cc
[893/1038] Compiling pem_pk8.cc
[894/1038] Compiling pem_pkey.cc
[895/1038] Compiling obj_xref.cc
[896/1038] Compiling pem_lib.cc
[897/1038] Compiling pem_info.cc
[898/1038] Compiling pem_all.cc
[899/1038] Compiling mldsa.cc
[900/1038] Compiling md5.cc
[901/1038] Compiling mem.cc
[902/1038] Compiling poly_rq_mul.S
[903/1038] Compiling obj.cc
[904/1038] Compiling md4.cc
[905/1038] Compiling mlkem.cc
[906/1038] Compiling fips_shared_support.cc
[907/1038] Compiling hrss.cc
[908/1038] Compiling lhash.cc
[909/1038] Compiling kyber.cc
[910/1038] Compiling pbkdf.cc
[911/1038] Compiling ex_data.cc
[912/1038] Compiling print.cc
[913/1038] Compiling hpke.cc
[914/1038] Compiling sign.cc
[915/1038] Compiling scrypt.cc
[916/1038] Compiling p_rsa_asn1.cc
[917/1038] Compiling p_x25519.cc
[918/1038] Compiling p_x25519_asn1.cc
[919/1038] Compiling p_ed25519.cc
[920/1038] Compiling p_rsa.cc
[921/1038] Compiling p_hkdf.cc
[922/1038] Compiling p_ed25519_asn1.cc
[923/1038] Compiling p_ec_asn1.cc
[924/1038] Compiling p_ec.cc
[925/1038] Compiling p_dh.cc
[926/1038] Compiling p_dh_asn1.cc
[927/1038] Compiling evp_ctx.cc
[928/1038] Compiling p_dsa_asn1.cc
[929/1038] Compiling evp_asn1.cc
[930/1038] Compiling evp.cc
[931/1038] Compiling engine.cc
[932/1038] Compiling err.cc
[933/1038] Compiling ecdh_extra.cc
[934/1038] Compiling ecdsa_asn1.cc
[935/1038] Compiling ec_derive.cc
[936/1038] Compiling hash_to_curve.cc
[937/1038] Compiling dsa_asn1.cc
[938/1038] Compiling dsa.cc
[939/1038] Compiling bcm.cc
[940/1038] Compiling ec_asn1.cc
[941/1038] Compiling params.cc
[942/1038] Compiling digest_extra.cc
[943/1038] Compiling x25519-asm-arm.S
[944/1038] Compiling dh_asn1.cc
[945/1038] Compiling des.cc
[946/1038] Compiling curve25519_64_adx.cc
[947/1038] Compiling cpu_intel.cc
[948/1038] Compiling crypto.cc
[949/1038] Compiling cpu_arm_linux.cc
[950/1038] Compiling spake25519.cc
[951/1038] Compiling curve25519.cc
[952/1038] Compiling cpu_aarch64_win.cc
[953/1038] Compiling cpu_aarch64_sysreg.cc
[954/1038] Compiling cpu_aarch64_openbsd.cc
[955/1038] Compiling cpu_arm_freebsd.cc
[956/1038] Compiling cpu_aarch64_linux.cc
[957/1038] Compiling cpu_aarch64_fuchsia.cc
[958/1038] Compiling cpu_aarch64_apple.cc
[959/1038] Compiling conf.cc
[960/1038] Compiling e_rc4.cc
[961/1038] Compiling e_tls.cc
[962/1038] Compiling tls_cbc.cc
[963/1038] Compiling e_null.cc
[964/1038] Compiling e_rc2.cc
[965/1038] Compiling e_des.cc
[966/1038] Compiling e_chacha20poly1305.cc
[967/1038] Compiling cipher_extra.cc
[968/1038] Compiling e_aesctrhmac.cc
[969/1038] Compiling e_aesgcmsiv.cc
[970/1038] Compiling derive_key.cc
[971/1038] Compiling chacha.cc
[972/1038] Compiling unicode.cc
[973/1038] Compiling buf.cc
[974/1038] Compiling cbb.cc
[975/1038] Compiling ber.cc
[976/1038] Compiling cbs.cc
[977/1038] Compiling convert.cc
[978/1038] Compiling asn1_compat.cc
[979/1038] Compiling bn_asn1.cc
[980/1038] Compiling blake2.cc
[981/1038] Compiling pair.cc
[982/1038] Compiling fd.cc
[983/1038] Compiling printf.cc
[984/1038] Compiling hexdump.cc
[985/1038] Compiling errno.cc
[986/1038] Compiling file.cc
[987/1038] Compiling bio_mem.cc
[988/1038] Compiling bio.cc
[989/1038] Compiling base64.cc
[990/1038] Compiling tasn_typ.cc
[991/1038] Compiling tasn_utl.cc
[992/1038] Compiling tasn_fre.cc
[993/1038] Compiling tasn_new.cc
[994/1038] Compiling tasn_enc.cc
[995/1038] Compiling posix_time.cc
[996/1038] Compiling f_string.cc
[997/1038] Compiling f_int.cc
[998/1038] Compiling asn1_par.cc
[999/1038] Compiling asn_pack.cc
[1000/1038] Compiling tasn_dec.cc
[1001/1038] Compiling asn1_lib.cc
[1002/1038] Compiling a_strex.cc
[1003/1038] Compiling a_utctm.cc
[1004/1038] Compiling a_octet.cc
[1005/1038] Compiling a_time.cc
[1006/1038] Compiling a_strnid.cc
[1007/1038] Compiling a_type.cc
[1008/1038] Compiling a_i2d_fp.cc
[1009/1038] Compiling a_object.cc
[1010/1038] Compiling a_mbstr.cc
[1010/1038] Compiling a_int.cc
[1012/1038] Compiling a_d2i_fp.cc
[1013/1038] Compiling a_dup.cc
[1014/1038] Compiling a_gentm.cc
[1016/1046] Compiling CryptoBoringWrapper RandomBytes.swift
[1017/1046] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1018/1046] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1019/1046] Emitting module CryptoBoringWrapper
[1020/1046] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1021/1046] Compiling CryptoBoringWrapper EllipticCurve.swift
[1022/1046] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1023/1046] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1025/1118] Emitting module Crypto
[1026/1127] Compiling Crypto SymmetricKeys.swift
[1027/1127] Compiling Crypto HMAC.swift
[1028/1127] Compiling Crypto MACFunctions.swift
[1029/1127] Compiling Crypto MessageAuthenticationCode.swift
[1030/1127] Compiling Crypto AES.swift
[1031/1127] Compiling Crypto ECDSASignature_boring.swift
[1032/1127] Compiling Crypto ECDSA_boring.swift
[1033/1127] Compiling Crypto EdDSA_boring.swift
[1034/1127] Compiling Crypto ECDSA.swift
[1035/1127] Compiling Crypto Ed25519.swift
[1036/1127] Compiling Crypto HPKE-Ciphersuite.swift
[1037/1127] Compiling Crypto HPKE-KDF.swift
[1038/1127] Compiling Crypto HPKE-KexKeyDerivation.swift
[1039/1127] Compiling Crypto HPKE-LabeledExtract.swift
[1040/1127] Compiling Crypto HPKE-Utils.swift
[1041/1127] Compiling Crypto DHKEM.swift
[1042/1127] Compiling Crypto HPKE-KEM-Curve25519.swift
[1043/1127] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1044/1127] Compiling Crypto HPKE-KEM.swift
[1045/1127] Compiling Crypto HPKE-Errors.swift
[1046/1127] Compiling Crypto HKDF.swift
[1047/1127] Compiling Crypto AESWrap.swift
[1048/1127] Compiling Crypto AESWrap_boring.swift
[1049/1127] Compiling Crypto Ed25519_boring.swift
[1050/1127] Compiling Crypto NISTCurvesKeys_boring.swift
[1051/1127] Compiling Crypto X25519Keys_boring.swift
[1052/1127] Compiling Crypto Curve25519.swift
[1053/1127] Compiling Crypto Ed25519Keys.swift
[1054/1127] Compiling Crypto NISTCurvesKeys.swift
[1055/1127] Compiling Crypto X25519Keys.swift
[1056/1127] Compiling Crypto PKCS8PrivateKey.swift
[1057/1127] Compiling Crypto SEC1PrivateKey.swift
[1058/1127] Compiling Crypto SubjectPublicKeyInfo.swift
[1059/1127] Compiling Crypto CryptoKitErrors.swift
[1060/1127] Compiling Crypto Digest_boring.swift
[1061/1127] Compiling Crypto Digest.swift
[1062/1127] Compiling Crypto Digests.swift
[1063/1127] Compiling Crypto HashFunctions.swift
[1064/1127] Compiling Crypto HashFunctions_SHA2.swift
[1065/1127] Compiling Crypto HPKE-AEAD.swift
[1066/1127] Compiling Crypto HPKE.swift
[1067/1127] Compiling Crypto HPKE-Context.swift
[1068/1127] Compiling Crypto HPKE-KeySchedule.swift
[1069/1127] Compiling Crypto HPKE-Modes.swift
[1070/1127] Compiling Crypto Insecure.swift
[1071/1127] Compiling Crypto Insecure_HashFunctions.swift
[1072/1127] Compiling Crypto KEM.swift
[1073/1127] Compiling Crypto ECDH_boring.swift
[1074/1127] Compiling Crypto DH.swift
[1075/1127] Compiling Crypto ECDH.swift
[1076/1127] Compiling Crypto AES-GCM.swift
[1077/1127] Compiling Crypto AES-GCM_boring.swift
[1078/1127] Compiling Crypto ChaChaPoly_boring.swift
[1079/1127] Compiling Crypto ChaChaPoly.swift
[1080/1127] Compiling Crypto Cipher.swift
[1081/1127] Compiling Crypto Nonces.swift
[1082/1127] Compiling Crypto ASN1.swift
[1083/1127] Compiling Crypto ASN1Any.swift
[1084/1127] Compiling Crypto ASN1BitString.swift
[1085/1127] Compiling Crypto ASN1Boolean.swift
[1086/1127] Compiling Crypto ASN1Identifier.swift
[1087/1127] Compiling Crypto ASN1Integer.swift
[1088/1127] Compiling Crypto ASN1Null.swift
[1089/1127] Compiling Crypto ASN1OctetString.swift
[1090/1127] Compiling Crypto ASN1Strings.swift
[1091/1127] Compiling Crypto ArraySliceBigint.swift
[1092/1127] Compiling Crypto GeneralizedTime.swift
[1093/1127] Compiling Crypto ObjectIdentifier.swift
[1094/1127] Compiling Crypto ECDSASignature.swift
[1095/1127] Compiling Crypto PEMDocument.swift
[1096/1127] Compiling Crypto Signature.swift
[1097/1127] Compiling Crypto CryptoKitErrors_boring.swift
[1098/1127] Compiling Crypto RNG_boring.swift
[1099/1127] Compiling Crypto SafeCompare_boring.swift
[1100/1127] Compiling Crypto Zeroization_boring.swift
[1101/1127] Compiling Crypto PrettyBytes.swift
[1102/1127] Compiling Crypto SafeCompare.swift
[1103/1127] Compiling Crypto SecureBytes.swift
[1104/1127] Compiling Crypto Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1115/1187] Wrapping AST for SwiftSyntax for debugging
[1117/1187] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1118/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
[1119/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
[1120/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
[1121/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
[1122/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
[1123/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
[1124/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
[1125/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
[1126/1188] 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
[1127/1188] 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
[1128/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
[1129/1188] 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
[1130/1188] 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
[1131/1188] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1132/1188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1133/1189] Wrapping AST for SwiftDiagnostics for debugging
[1135/1189] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1136/1189] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1137/1190] Wrapping AST for SwiftBasicFormat for debugging
[1139/1190] 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
[1140/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
[1141/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
[1142/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
[1143/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
[1144/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
[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 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
[1151/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
[1152/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
[1153/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
[1154/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
[1155/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
[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 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
[1163/1195] 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
[1164/1195] 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
[1165/1195] 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
[1166/1195] 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
[1167/1195] 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
[1168/1195] 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
[1169/1195] 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
[1170/1195] 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
[1171/1195] 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
[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] 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
[1190/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
[1191/1221] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/1221] Compiling SwiftOperators 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
[1193/1221] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1221] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1221] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/1221] Compiling SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1197/1221] Compiling SwiftOperators OperatorError+Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1198/1221] 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
[1199/1221] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1200/1222] Wrapping AST for SwiftOperators 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
[1204/1222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1205/1222] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1206/1222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1207/1222] 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
[1208/1222] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1211/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
[1212/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
[1213/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
[1214/1223] Wrapping AST for SwiftParserDiagnostics for debugging
[1216/1238] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1238] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1218/1238] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/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
[1220/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
[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 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
[1225/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
[1226/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
[1227/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
[1228/1239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1230/1239] Compiling SwiftSyntaxBuilder 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
[1231/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
[1232/1240] Wrapping AST for SwiftSyntaxBuilder for debugging
[1234/1257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1235/1257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1257] Compiling SwiftSyntaxMacros 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
[1237/1257] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/1257] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/1257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1240/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
[1241/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
[1242/1259] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1243/1259] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/1259] Compiling SwiftSyntaxMacros 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
[1245/1259] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/1259] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/1259] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/1259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/1259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/1259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/1259] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/1259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1260] Wrapping AST for SwiftSyntaxMacros for debugging
[1255/1269] Compiling SwiftSyntaxMacroExpansion 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
[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 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
[1258/1270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/1270] Compiling SwiftSyntaxMacroExpansion 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
[1260/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
[1261/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
[1262/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
[1263/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
[1264/1270] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/1271] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1267/1283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1268/1283] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1269/1284] Compiling SwiftCompilerPluginMessageHandling 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
[1270/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
[1271/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
[1272/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
[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 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
[1275/1284] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1276/1284] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1277/1284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1278/1284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1279/1284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1280/1285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1282/1287] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1283/1287] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1284/1288] Wrapping AST for SwiftCompilerPlugin for debugging
[1286/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroDiagnostic.swift
[1287/1294] Compiling ObfuscateMacroPlugin ObfuscateMacroPlugin.swift
[1288/1294] Compiling ObfuscateMacroPlugin ObfuscateMethod+.swift
[1289/1294] Compiling ObfuscateMacroPlugin Data+.swift
[1290/1294] Emitting module ObfuscateMacroPlugin
/host/spi-builder-workspace/Sources/ObfuscateMacroPlugin/Macros/ObfuscatedString.swift:109:16: warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 |
108 | extension ObfuscatedString: ExpressionMacro {
109 |     static var randomNumberGenerator: RandomNumberGenerator = SystemRandomNumberGenerator()
    |                |- warning: static property 'randomNumberGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'randomNumberGenerator' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'randomNumberGenerator' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 |
111 |     public static func expansion(
[1291/1294] Compiling ObfuscateMacroPlugin 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] Emitting module ObfuscateMacro
[1297/1301] Compiling ObfuscateMacro Exported.swift
[1298/1301] Compiling ObfuscateMacro ObfuscateMacro.swift
[1300/1302] Compiling ObfuscateMacro Exported.swift
[1302/1302] Emitting module ObfuscateMacro
Build complete! (576.81s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.