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

Failed to build AccessibleText, reference main (7a9e55), with Swift 6.1 for macOS (SPM) on 9 Sep 2025 06:11:40 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mcrich23/accessibletext.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mcrich23/accessibletext
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7a9e55c Update Readme.md
Cloned https://github.com/mcrich23/accessibletext.git
Revision (git rev-parse @):
7a9e55c6d1f14e257e5f33ee2453bf08ed8a6129
SUCCESS checkout https://github.com/mcrich23/accessibletext.git at main
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.39s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "accessibletext",
      "name": "AccessibleText",
      "url": "https://github.com/mcrich23/accessibletext.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/accessibletext",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "601.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mcrich23/accessibletext.git
[1/184] Fetching accessibletext
Fetched https://github.com/mcrich23/accessibletext.git from cache (0.74s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.00s)
Creating working copy for https://github.com/mcrich23/accessibletext.git
Working copy of https://github.com/mcrich23/accessibletext.git resolved at main (7a9e55c)
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
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mcrich23/accessibletext.git
https://github.com/mcrich23/accessibletext.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AccessibleText",
  "name" : "AccessibleText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "AccessibleText",
      "targets" : [
        "AccessibleText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AccessibleTextClient",
      "targets" : [
        "AccessibleTextClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AccessibleTextMacros",
      "targets" : [
        "AccessibleTextMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AccessibleTextMacros",
      "module_type" : "SwiftTarget",
      "name" : "AccessibleTextMacros",
      "path" : "Sources/AccessibleTextMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AccessibleText",
        "AccessibleTextClient",
        "AccessibleTextMacros"
      ],
      "sources" : [
        "AccessibleNavigationTitleMacro.swift",
        "AccessibleTextMacro.swift",
        "Main.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AccessibleTextClient",
      "module_type" : "SwiftTarget",
      "name" : "AccessibleTextClient",
      "path" : "Sources/AccessibleTextClient",
      "product_memberships" : [
        "AccessibleTextClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AccessibleText"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AccessibleText",
      "module_type" : "SwiftTarget",
      "name" : "AccessibleText",
      "path" : "Sources/AccessibleText",
      "product_memberships" : [
        "AccessibleText",
        "AccessibleTextClient"
      ],
      "sources" : [
        "AccessibleText.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "AccessibleTextMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/26] Write sources
[7/26] Write AccessibleTextClient-entitlement.plist
[7/26] Write sources
[19/26] Compiling _SwiftSyntaxCShims dummy.c
[20/26] Write swift-version-2F0A5646E1D333AE.txt
[22/34] 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
[23/34] 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
[24/34] 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
[25/34] 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
[26/34] 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
[27/34] 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
[28/34] 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
[29/34] 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
[30/100] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/100] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/100] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/100] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/100] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/100] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/100] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/100] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/107] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/107] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/107] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/107] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/107] 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
[43/107] 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
[44/107] 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
[45/107] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/107] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/107] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/107] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/107] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/107] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/107] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/107] 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
[53/107] 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
[54/107] 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
[55/107] 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
[56/107] 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
[57/107] 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
[58/107] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/107] 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
[60/107] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/107] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/107] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/107] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/107] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/107] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/107] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/107] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/107] 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
[69/107] 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
[70/107] 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
[71/107] 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
[72/107] 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
[73/107] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/107] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/107] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/107] 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
[77/107] 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
[78/107] 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
[79/107] 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
[80/107] 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
[81/107] 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
[82/107] 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
[83/107] 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
[84/107] 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
[85/107] 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
[86/107] 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
[87/107] 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
[88/107] 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
[89/107] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/107] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/107] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/107] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/107] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/107] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/107] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/107] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/107] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/166] 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
[104/167] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/167] 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
[106/167] 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
[107/167] 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
[108/167] 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
[109/167] 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
[110/167] 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
[111/167] 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
[112/167] 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
[113/167] 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
[114/167] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/167] 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
[116/167] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/167] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/167] 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
[119/167] 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
[120/167] 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
[121/167] 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
[122/167] 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
[123/167] 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
[124/167] 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
[125/167] 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
[126/171] 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
[127/171] 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
[128/171] 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
[129/171] 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
[130/171] 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
[131/171] 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
[132/171] 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
[133/171] 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
[134/171] 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
[135/171] 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
[136/171] 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
[137/171] 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
[138/171] 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
[139/171] 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
[140/171] 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
[141/171] 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
[142/171] 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
[143/171] 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
[144/171] 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
[145/171] 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
[146/171] 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
[147/171] 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
[148/171] 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
[149/171] 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
[150/171] 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
[151/171] 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
[152/171] 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
[153/171] 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
[154/171] 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
[155/171] 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
[156/171] 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
[157/171] 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
[158/171] 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
[159/171] 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
[160/171] 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
[161/171] 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
[162/171] 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
[163/171] 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
[164/171] 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
[165/171] 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
[166/171] 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
[167/194] 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
[168/195] 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
[169/195] 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
[170/195] 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
[171/196] 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
[172/196] 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
[173/196] 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
[174/196] 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
[175/196] 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
[176/196] 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
[177/196] 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
[178/196] 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
[179/196] 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
[180/196] 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
[181/196] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/196] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/196] 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
[184/196] 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
[185/196] 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
[186/196] 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
[187/196] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/196] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/196] 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
[190/196] 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
[191/196] 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
[192/211] 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
[193/211] 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
[194/212] 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
[195/212] 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
[196/212] 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
[197/212] 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
[198/212] 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
[199/212] 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
[200/212] 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
[201/212] 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
[202/212] 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
[203/212] 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
[204/212] 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
[205/212] 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
[206/212] 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
[207/212] 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
[208/230] 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
[209/231] 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
[210/231] 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
[211/231] 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
[212/231] 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
[213/231] 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
[214/231] 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
[215/231] 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
[216/231] 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
[217/231] 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
[218/231] 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
[219/231] 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
[220/231] 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
[221/231] 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
[222/231] 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
[223/231] 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
[224/231] 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
[225/231] 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
[226/231] 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
[227/241] 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
[228/241] 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
[229/241] 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
[230/241] 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
[231/241] 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
[232/241] 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
[233/241] 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
[234/241] 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
[235/241] 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
[236/241] 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
[237/253] 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
[238/253] 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
[239/254] 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
[240/254] 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
[241/254] 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
[242/254] 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
[243/254] 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
[244/254] 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
[245/254] 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
[246/254] 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
[247/254] 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
[248/254] 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
[249/254] 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
[250/256] 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
[251/256] 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
[252/260] Compiling AccessibleTextMacros AccessibleTextMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:51:31: warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
49 |
50 |         // Build the base: AccessibleTextContainer
51 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
   |                               |- warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
   |                               `- note: use 'DeclReferenceExprSyntax' instead
52 |
53 |         let member = MemberAccessExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:53:22: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
51 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
52 |
53 |         let member = MemberAccessExprSyntax(
   |                      `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
54 |             base: base,
55 |             dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:60:30: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
58 |
59 |         // Collect interpolated expressions from the string literal
60 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
   |                              |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                              `- note: use 'LabeledExprSyntax' instead
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:62:43: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
60 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
   |                                           |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                           `- note: use 'compactMap(_:)' instead
63 |                     TupleExprElementSyntax(expression: syntax.expression)
64 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:63:21: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
63 |                     TupleExprElementSyntax(expression: syntax.expression)
   |                     |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                     `- note: use 'LabeledExprSyntax' instead
64 |                 }
65 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:69:44: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
67 |             }
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
   |                                            |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                                            `- note: use 'LabeledExprSyntax' instead
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
71 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:69:85: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
67 |             }
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
   |                                                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                                                                     `- note: use 'compactMap(_:)' instead
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
71 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:70:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
   |             |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |             `- note: use 'LabeledExprSyntax' instead
71 |         }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:75:24: warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
73 |
74 |         // Build function call with interpolations
75 |         let callExpr = FunctionCallExprSyntax(
   |                        |- warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
   |                        `- note: use 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' instead
76 |             calledExpression: ExprSyntax(member),
77 |             leftParen: .leftParenToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:78:27: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
76 |             calledExpression: ExprSyntax(member),
77 |             leftParen: .leftParenToken(),
78 |             argumentList: TupleExprElementListSyntax(commaSeparatedInterpolations),
   |                           |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
   |                           `- note: use 'LabeledExprListSyntax' instead
79 |             rightParen: .rightParenToken()
80 |         )
[253/260] Compiling AccessibleTextMacros Main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/260] Emitting module AccessibleTextMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/260] Compiling AccessibleTextMacros AccessibleNavigationTitleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:53:45: warning: 'removingFirst()' is deprecated: Use CollectionType(node.dropFirst())
51 |
52 |         // Make sure it is a string literal
53 |         guard let viewBody = node.arguments.removingFirst().first?.expression.as(ClosureExprSyntax.self) else {
   |                                             `- warning: 'removingFirst()' is deprecated: Use CollectionType(node.dropFirst())
54 |             throw "accessibleText requires a view body as the second argument"
55 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:60:31: warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
58 |
59 |         // Build the base: AccessibleTextContainer
60 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
   |                               |- warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
   |                               `- note: use 'DeclReferenceExprSyntax' instead
61 |
62 |         let member = MemberAccessExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:62:22: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
60 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
61 |
62 |         let member = MemberAccessExprSyntax(
   |                      `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
63 |             base: base,
64 |             dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:69:30: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
67 |
68 |         // Collect interpolated expressions from the string literal
69 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
   |                              |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                              `- note: use 'LabeledExprSyntax' instead
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:71:43: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
69 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
   |                                           |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                           `- note: use 'compactMap(_:)' instead
72 |                     TupleExprElementSyntax(expression: syntax.expression, trailingComma: .commaToken())
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:72:21: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
72 |                     TupleExprElementSyntax(expression: syntax.expression, trailingComma: .commaToken())
   |                     |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                     `- note: use 'LabeledExprSyntax' instead
73 |                 }
74 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:78:59: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
76 |             }
77 |         }
78 |         let interpolationWithViewBody = interpolations + [TupleExprElementSyntax(label: "content", expression: viewBody)]
   |                                                           |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                                                           `- note: use 'LabeledExprSyntax' instead
79 |
80 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:82:24: warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
80 |
81 |         // Build function call with interpolations
82 |         let callExpr = FunctionCallExprSyntax(
   |                        |- warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
   |                        `- note: use 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' instead
83 |             calledExpression: ExprSyntax(member),
84 |             leftParen: .leftParenToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:85:27: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
83 |             calledExpression: ExprSyntax(member),
84 |             leftParen: .leftParenToken(),
85 |             argumentList: TupleExprElementListSyntax(interpolationWithViewBody),
   |                           |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
   |                           `- note: use 'LabeledExprListSyntax' instead
86 |             rightParen: .rightParenToken()
87 |         )
[255/260] Write Objects.LinkFileList
[256/260] Linking AccessibleTextMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/263] Compiling AccessibleText AccessibleText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/263] Emitting module AccessibleText
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:11:38: error: unknown attribute 'MainActor'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                      `- error: unknown attribute 'MainActor'
12 |     private let texts: [Text]
13 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:18:12: error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                                 `- note: add '@preconcurrency' to the 'ExpressibleByArrayLiteral' conformance to defer isolation checking to run time
12 |     private let texts: [Text]
13 |
   :
16 |     }
17 |
18 |     public init(arrayLiteral elements: Text...) {
   |            |- error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
   |            `- note: add 'nonisolated' to 'init(arrayLiteral:)' to make this initializer not isolated to the actor
19 |         self.texts = elements
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:50:1: warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
48 | }
49 |
50 | extension Text: Hashable {
   | |- warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public func hash(into hasher: inout Hasher) {
52 |         hasher.combine(String(describing: self))
[260/263] Compiling AccessibleText Helpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:11:38: error: unknown attribute 'MainActor'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                      `- error: unknown attribute 'MainActor'
12 |     private let texts: [Text]
13 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:18:12: error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                                 `- note: add '@preconcurrency' to the 'ExpressibleByArrayLiteral' conformance to defer isolation checking to run time
12 |     private let texts: [Text]
13 |
   :
16 |     }
17 |
18 |     public init(arrayLiteral elements: Text...) {
   |            |- error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
   |            `- note: add 'nonisolated' to 'init(arrayLiteral:)' to make this initializer not isolated to the actor
19 |         self.texts = elements
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:50:1: warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
48 | }
49 |
50 | extension Text: Hashable {
   | |- warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public func hash(into hasher: inout Hasher) {
52 |         hasher.combine(String(describing: self))
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling SwiftSyntax509 Empty.swift
[3/14] Emitting module SwiftSyntax509
[4/14] Compiling SwiftSyntax600 Empty.swift
[5/14] Emitting module SwiftSyntax600
[6/14] Compiling SwiftSyntax510 Empty.swift
[7/14] Compiling SwiftSyntax601 Empty.swift
[8/14] Emitting module SwiftSyntax510
[9/14] Emitting module SwiftSyntax601
[10/80] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[11/80] Compiling SwiftSyntax SyntaxChildren.swift
[12/80] Compiling SwiftSyntax SyntaxCollection.swift
[13/80] Compiling SwiftSyntax SyntaxHashable.swift
[14/80] Compiling SwiftSyntax SyntaxIdentifier.swift
[15/80] Compiling SwiftSyntax SyntaxNodeFactory.swift
[16/80] Compiling SwiftSyntax SyntaxNodeStructure.swift
[17/87] Compiling SwiftSyntax SyntaxProtocol.swift
[18/87] Compiling SwiftSyntax SyntaxText.swift
[19/87] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[20/87] Compiling SwiftSyntax TokenDiagnostic.swift
[21/87] Compiling SwiftSyntax TokenSequence.swift
[22/87] Compiling SwiftSyntax TokenSyntax.swift
[23/87] Compiling SwiftSyntax Trivia.swift
[24/87] Compiling SwiftSyntax EditorPlaceholder.swift
[25/87] Compiling SwiftSyntax Identifier.swift
[26/87] Compiling SwiftSyntax MemoryLayout.swift
[27/87] Compiling SwiftSyntax MissingNodeInitializers.swift
[28/87] Compiling SwiftSyntax RawSyntax.swift
[29/87] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[30/87] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[31/87] Compiling SwiftSyntax RawSyntaxTokenView.swift
[32/87] Emitting module SwiftSyntax
[33/87] Compiling SwiftSyntax Tokens.swift
[34/87] Compiling SwiftSyntax TriviaPieces.swift
[35/87] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[36/87] Compiling SwiftSyntax RawSyntaxNodesC.swift
[37/87] Compiling SwiftSyntax RawSyntaxNodesD.swift
[38/87] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[39/87] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[40/87] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[41/87] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[42/87] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[43/87] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[44/87] Compiling SwiftSyntax RawSyntaxValidation.swift
[45/87] Compiling SwiftSyntax SyntaxNodesAB.swift
[46/87] Compiling SwiftSyntax SyntaxNodesC.swift
[47/87] Compiling SwiftSyntax SyntaxNodesD.swift
[48/87] Compiling SwiftSyntax SyntaxNodesEF.swift
[49/87] Compiling SwiftSyntax SyntaxNodesGHI.swift
[50/87] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[51/87] Compiling SwiftSyntax SyntaxNodesOP.swift
[52/87] Compiling SwiftSyntax SyntaxNodesQRS.swift
[53/87] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[54/87] Compiling SwiftSyntax SourceEdit.swift
[55/87] Compiling SwiftSyntax SourceLength.swift
[56/87] Compiling SwiftSyntax SourceLocation.swift
[57/87] Compiling SwiftSyntax SourcePresence.swift
[58/87] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[59/87] Compiling SwiftSyntax Syntax.swift
[60/87] Compiling SwiftSyntax SyntaxArena.swift
[61/87] Compiling SwiftSyntax AbsolutePosition.swift
[62/87] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/87] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[64/87] Compiling SwiftSyntax Assert.swift
[65/87] Compiling SwiftSyntax BumpPtrAllocator.swift
[66/87] Compiling SwiftSyntax CommonAncestor.swift
[67/87] Compiling SwiftSyntax Convenience.swift
[68/87] Compiling SwiftSyntax CustomTraits.swift
[69/87] Compiling SwiftSyntax Utils.swift
[70/87] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/87] Compiling SwiftSyntax Keyword.swift
[72/87] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/87] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/87] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/87] Compiling SwiftSyntax SyntaxBaseNodes.swift
[76/87] Compiling SwiftSyntax SyntaxCollections.swift
[77/87] Compiling SwiftSyntax SyntaxEnum.swift
[78/87] Compiling SwiftSyntax SyntaxKind.swift
[79/87] Compiling SwiftSyntax SyntaxRewriter.swift
[80/87] Compiling SwiftSyntax SyntaxTraits.swift
[81/87] Compiling SwiftSyntax SyntaxVisitor.swift
[82/87] Compiling SwiftSyntax TokenKind.swift
[83/146] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[84/146] Compiling SwiftDiagnostics Message.swift
[85/147] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[86/147] Compiling SwiftDiagnostics Note.swift
[87/147] Compiling SwiftDiagnostics FixIt.swift
[88/147] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[89/147] Compiling SwiftBasicFormat Syntax+Extensions.swift
[90/147] Compiling SwiftBasicFormat Indenter.swift
[91/147] Compiling SwiftBasicFormat InferIndentation.swift
[92/147] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[93/147] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[94/147] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[95/147] Compiling SwiftDiagnostics Convenience.swift
[96/147] Emitting module SwiftDiagnostics
[97/147] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[98/147] Compiling SwiftDiagnostics Diagnostic.swift
[99/147] Emitting module SwiftBasicFormat
[100/147] Compiling SwiftBasicFormat BasicFormat.swift
[101/147] Compiling SwiftParser TokenConsumer.swift
[102/147] Compiling SwiftParser TokenPrecedence.swift
[103/147] Compiling SwiftParser TokenSpec.swift
[104/147] Compiling SwiftParser TokenSpecSet.swift
[105/147] Compiling SwiftParser StringLiterals.swift
[106/147] Compiling SwiftParser SwiftParserCompatibility.swift
[107/147] Compiling SwiftParser SwiftVersion.swift
[108/147] Compiling SwiftParser SyntaxUtils.swift
[109/147] Compiling SwiftParser UnicodeScalarExtensions.swift
[110/147] Compiling SwiftParser Lookahead.swift
[111/147] Compiling SwiftParser LoopProgressCondition.swift
[112/147] Compiling SwiftParser Modifiers.swift
[113/147] Compiling SwiftParser Names.swift
[114/147] Compiling SwiftParser TopLevel.swift
[115/147] Compiling SwiftParser TriviaParser.swift
[116/147] Compiling SwiftParser Types.swift
[117/147] Compiling SwiftParser ExperimentalFeatures.swift
[118/151] Emitting module SwiftParser
[119/151] Compiling SwiftParser Directives.swift
[120/151] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[121/151] Compiling SwiftParser Expressions.swift
[122/151] Compiling SwiftParser IncrementalParseTransition.swift
[123/151] Compiling SwiftParser IsValidIdentifier.swift
[124/151] Compiling SwiftParser Recovery.swift
[125/151] Compiling SwiftParser Specifiers.swift
[126/151] Compiling SwiftParser Statements.swift
[127/151] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[128/151] Compiling SwiftParser Cursor.swift
[129/151] Compiling SwiftParser Lexeme.swift
[130/151] Compiling SwiftParser LexemeSequence.swift
[131/151] Compiling SwiftParser Lexer.swift
[132/151] Compiling SwiftParser RegexLiteralLexer.swift
[133/151] Compiling SwiftParser Attributes.swift
[134/151] Compiling SwiftParser Availability.swift
[135/151] Compiling SwiftParser CharacterInfo.swift
[136/151] Compiling SwiftParser CollectionNodes+Parsable.swift
[137/151] Compiling SwiftParser Declarations.swift
[138/151] Compiling SwiftParser Nominals.swift
[139/151] Compiling SwiftParser Parameters.swift
[140/151] Compiling SwiftParser ParseSourceFile.swift
[141/151] Compiling SwiftParser Parser.swift
[142/151] Compiling SwiftParser Patterns.swift
[143/151] Compiling SwiftParser IsLexerClassified.swift
[144/151] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/151] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/151] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/174] Compiling SwiftOperators PrecedenceGroup.swift
[148/174] Compiling SwiftOperators PrecedenceGraph.swift
[149/175] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[150/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[151/176] Compiling SwiftOperators OperatorTable.swift
[152/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[153/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[154/176] Compiling SwiftOperators OperatorError+Diagnostics.swift
[155/176] Emitting module SwiftOperators
[156/176] Compiling SwiftOperators OperatorError.swift
[157/176] Compiling SwiftOperators Operator.swift
[158/176] Compiling SwiftOperators OperatorTable+Folding.swift
[159/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[160/176] Compiling SwiftOperators SyntaxSynthesis.swift
[161/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[162/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[163/176] Compiling SwiftParserDiagnostics Utils.swift
[164/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[165/176] Emitting module SwiftParserDiagnostics
[166/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[167/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[168/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[171/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[172/191] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[173/191] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[174/191] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[175/191] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[176/192] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[177/192] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[178/192] Compiling SwiftSyntaxBuilder Indenter.swift
[179/192] Compiling SwiftSyntaxBuilder ListBuilder.swift
[180/192] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[181/192] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[182/192] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[183/192] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[184/192] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[185/192] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[186/192] Emitting module SwiftSyntaxBuilder
[187/192] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/210] Compiling SwiftSyntaxMacros PreambleMacro.swift
[189/211] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[190/211] Compiling SwiftSyntaxMacros Macro+Format.swift
[191/211] Compiling SwiftSyntaxMacros AttachedMacro.swift
[192/211] Compiling SwiftSyntaxMacros BodyMacro.swift
[193/211] Compiling SwiftSyntaxMacros Macro.swift
[194/211] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[195/211] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[196/211] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[197/211] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[198/211] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[199/211] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/211] Compiling SwiftSyntaxMacros PeerMacro.swift
[201/211] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[202/211] Compiling SwiftSyntaxMacros AccessorMacro.swift
[203/211] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[204/211] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[205/211] Emitting module SwiftSyntaxMacros
[206/211] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[207/221] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[208/221] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[209/221] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[210/221] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[211/221] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[212/221] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[213/221] Emitting module SwiftSyntaxMacroExpansion
[214/221] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[215/221] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[216/221] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[217/233] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[218/234] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[219/234] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[220/234] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[221/234] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[222/234] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[223/234] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[224/234] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[225/234] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[226/234] Emitting module SwiftCompilerPluginMessageHandling
[227/234] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[228/234] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[229/234] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[230/236] Emitting module SwiftCompilerPlugin
[231/236] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[232/240] Compiling AccessibleTextMacros Main.swift
[233/240] Compiling AccessibleTextMacros AccessibleNavigationTitleMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:53:45: warning: 'removingFirst()' is deprecated: Use CollectionType(node.dropFirst())
51 |
52 |         // Make sure it is a string literal
53 |         guard let viewBody = node.arguments.removingFirst().first?.expression.as(ClosureExprSyntax.self) else {
   |                                             `- warning: 'removingFirst()' is deprecated: Use CollectionType(node.dropFirst())
54 |             throw "accessibleText requires a view body as the second argument"
55 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:60:31: warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
58 |
59 |         // Build the base: AccessibleTextContainer
60 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
   |                               |- warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
   |                               `- note: use 'DeclReferenceExprSyntax' instead
61 |
62 |         let member = MemberAccessExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:62:22: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
60 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
61 |
62 |         let member = MemberAccessExprSyntax(
   |                      `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
63 |             base: base,
64 |             dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:69:30: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
67 |
68 |         // Collect interpolated expressions from the string literal
69 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
   |                              |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                              `- note: use 'LabeledExprSyntax' instead
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:71:43: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
69 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
   |                                           |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                           `- note: use 'compactMap(_:)' instead
72 |                     TupleExprElementSyntax(expression: syntax.expression, trailingComma: .commaToken())
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:72:21: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
70 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
71 |                 return interp.expressions.flatMap { syntax in
72 |                     TupleExprElementSyntax(expression: syntax.expression, trailingComma: .commaToken())
   |                     |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                     `- note: use 'LabeledExprSyntax' instead
73 |                 }
74 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:78:59: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
76 |             }
77 |         }
78 |         let interpolationWithViewBody = interpolations + [TupleExprElementSyntax(label: "content", expression: viewBody)]
   |                                                           |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                                                           `- note: use 'LabeledExprSyntax' instead
79 |
80 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:82:24: warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
80 |
81 |         // Build function call with interpolations
82 |         let callExpr = FunctionCallExprSyntax(
   |                        |- warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
   |                        `- note: use 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' instead
83 |             calledExpression: ExprSyntax(member),
84 |             leftParen: .leftParenToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleNavigationTitleMacro.swift:85:27: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
83 |             calledExpression: ExprSyntax(member),
84 |             leftParen: .leftParenToken(),
85 |             argumentList: TupleExprElementListSyntax(interpolationWithViewBody),
   |                           |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
   |                           `- note: use 'LabeledExprListSyntax' instead
86 |             rightParen: .rightParenToken()
87 |         )
[234/240] Emitting module AccessibleTextMacros
[235/240] Compiling AccessibleTextMacros AccessibleTextMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:51:31: warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
49 |
50 |         // Build the base: AccessibleTextContainer
51 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
   |                               |- warning: 'IdentifierExprSyntax' is deprecated: renamed to 'DeclReferenceExprSyntax'
   |                               `- note: use 'DeclReferenceExprSyntax' instead
52 |
53 |         let member = MemberAccessExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:53:22: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
51 |         let base = ExprSyntax(IdentifierExprSyntax(baseName: .identifier("AccessibleTextContainer"), argumentNames: DeclNameArgumentsSyntax(leftParen: TokenSyntax.leftParenToken(), arguments: DeclNameArgumentListSyntax(), rightParen: TokenSyntax.rightParenToken())))
52 |
53 |         let member = MemberAccessExprSyntax(
   |                      `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
54 |             base: base,
55 |             dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:60:30: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
58 |
59 |         // Collect interpolated expressions from the string literal
60 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
   |                              |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                              `- note: use 'LabeledExprSyntax' instead
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:62:43: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
60 |         let interpolations: [TupleExprElementSyntax] = stringLiteral.segments.flatMap { segment in
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
   |                                           |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                           `- note: use 'compactMap(_:)' instead
63 |                     TupleExprElementSyntax(expression: syntax.expression)
64 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:63:21: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
61 |             if let interp = segment.as(ExpressionSegmentSyntax.self) {
62 |                 return interp.expressions.flatMap { syntax in
63 |                     TupleExprElementSyntax(expression: syntax.expression)
   |                     |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                     `- note: use 'LabeledExprSyntax' instead
64 |                 }
65 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:69:44: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
67 |             }
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
   |                                            |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |                                            `- note: use 'LabeledExprSyntax' instead
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
71 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:69:85: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
67 |             }
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
   |                                                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                                                                     `- note: use 'compactMap(_:)' instead
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
71 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:70:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
68 |         }
69 |         let commaSeparatedInterpolations: [TupleExprElementSyntax] = interpolations.flatMap { syntax in
70 |             TupleExprElementSyntax(expression: syntax.expression, trailingComma: syntax == interpolations.last ? nil : .commaToken())
   |             |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
   |             `- note: use 'LabeledExprSyntax' instead
71 |         }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:75:24: warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
73 |
74 |         // Build function call with interpolations
75 |         let callExpr = FunctionCallExprSyntax(
   |                        |- warning: 'init(leadingTrivia:_:calledExpression:_:leftParen:_:argumentList:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)'
   |                        `- note: use 'init(leadingTrivia:_:calledExpression:_:leftParen:_:arguments:_:rightParen:_:trailingClosure:_:additionalTrailingClosures:_:trailingTrivia:)' instead
76 |             calledExpression: ExprSyntax(member),
77 |             leftParen: .leftParenToken(),
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleTextMacros/AccessibleTextMacro.swift:78:27: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
76 |             calledExpression: ExprSyntax(member),
77 |             leftParen: .leftParenToken(),
78 |             argumentList: TupleExprElementListSyntax(commaSeparatedInterpolations),
   |                           |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
   |                           `- note: use 'LabeledExprListSyntax' instead
79 |             rightParen: .rightParenToken()
80 |         )
[235/239] Linking AccessibleTextMacros-tool
[237/242] Compiling AccessibleText Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:11:38: error: unknown attribute 'MainActor'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                      `- error: unknown attribute 'MainActor'
12 |     private let texts: [Text]
13 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:18:12: error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                                 `- note: add '@preconcurrency' to the 'ExpressibleByArrayLiteral' conformance to defer isolation checking to run time
12 |     private let texts: [Text]
13 |
   :
16 |     }
17 |
18 |     public init(arrayLiteral elements: Text...) {
   |            |- error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
   |            `- note: add 'nonisolated' to 'init(arrayLiteral:)' to make this initializer not isolated to the actor
19 |         self.texts = elements
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:50:1: warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
48 | }
49 |
50 | extension Text: Hashable {
   | |- warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public func hash(into hasher: inout Hasher) {
52 |         hasher.combine(String(describing: self))
[238/242] Compiling AccessibleText AccessibleText.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[239/242] Emitting module AccessibleText
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:11:38: error: unknown attribute 'MainActor'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                      `- error: unknown attribute 'MainActor'
12 |     private let texts: [Text]
13 |
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:18:12: error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
 9 | import SwiftUI
10 |
11 | public struct AccessibleTexts: View, @MainActor ExpressibleByArrayLiteral {
   |                                                 `- note: add '@preconcurrency' to the 'ExpressibleByArrayLiteral' conformance to defer isolation checking to run time
12 |     private let texts: [Text]
13 |
   :
16 |     }
17 |
18 |     public init(arrayLiteral elements: Text...) {
   |            |- error: main actor-isolated initializer 'init(arrayLiteral:)' cannot be used to satisfy nonisolated requirement from protocol 'ExpressibleByArrayLiteral'
   |            `- note: add 'nonisolated' to 'init(arrayLiteral:)' to make this initializer not isolated to the actor
19 |         self.texts = elements
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/AccessibleText/Helpers.swift:50:1: warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
48 | }
49 |
50 | extension Text: Hashable {
   | |- warning: extension declares a conformance of imported type 'Text' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public func hash(into hasher: inout Hasher) {
52 |         hasher.combine(String(describing: self))
BUILD FAILURE 6.1 macosSpm