The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-dependencies-extras, reference main (6e484f), with Swift 6.1 for Linux on 28 Apr 2025 01:55:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arasan01/swift-dependencies-extras.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/arasan01/swift-dependencies-extras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6e484fd add sample app & test
Cloned https://github.com/arasan01/swift-dependencies-extras.git
Revision (git rev-parse @):
6e484fd48378b294b2336bf711ac7e4c2afef0f8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/arasan01/swift-dependencies-extras.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/arasan01/swift-dependencies-extras.git
https://github.com/arasan01/swift-dependencies-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-dependencies-extras",
  "name" : "swift-dependencies-extras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "DependenciesExtrasMacros",
      "targets" : [
        "DependenciesExtrasMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DependenciesExtrasBenchmark",
      "targets" : [
        "DependenciesExtrasBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DependenciesExtrasMacrosPlugin",
      "targets" : [
        "DependenciesExtrasMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DependenciesExtrasMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesExtrasMacrosPluginTests",
      "path" : "Tests/DependenciesExtrasMacrosPluginTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "DependenciesExtrasMacrosPluginTests.swift"
      ],
      "target_dependencies" : [
        "DependenciesExtrasMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependenciesExtrasMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesExtrasMacrosPlugin",
      "path" : "Sources/DependenciesExtrasMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DependenciesExtrasMacros",
        "DependenciesExtrasBenchmark",
        "DependenciesExtrasMacrosPlugin"
      ],
      "sources" : [
        "Converting.swift",
        "DependencyLiveDepConformanceMacroPlugin.swift",
        "DependencyProtocolClientMacroPlugin.swift",
        "DependencyTestDepConformanceMacroPlugin.swift",
        "DependencyValueRegisterMacroPlugin.swift",
        "FreeFunctions.swift",
        "Plugins.swift",
        "Support.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DependenciesExtrasMacros",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesExtrasMacros",
      "path" : "Sources/DependenciesExtrasMacros",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "DependenciesExtrasMacros",
        "DependenciesExtrasBenchmark"
      ],
      "sources" : [
        "DependenciesExtrasMacros.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "DependenciesExtrasMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependenciesExtrasBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesExtrasBenchmark",
      "path" : "Sources/DependenciesExtrasBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "DependenciesExtrasBenchmark"
      ],
      "sources" : [
        "HowToUse.swift"
      ],
      "target_dependencies" : [
        "DependenciesExtrasMacros"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-syntax.git
[1/868] Fetching swift-macro-testing
[869/2354] Fetching swift-macro-testing, swift-benchmark
[2355/4403] Fetching swift-macro-testing, swift-benchmark, swift-docc-plugin
[2560/9791] Fetching swift-macro-testing, swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.31s)
[2756/8923] Fetching swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/google/swift-benchmark from cache (0.31s)
[1378/7437] Fetching swift-docc-plugin, xctest-dynamic-overlay
[3648/13638] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
[13639/83871] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
[9655/78483] Fetching swift-docc-plugin, swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/swift-dependencies from cache (4.87s)
Fetched https://github.com/apple/swift-docc-plugin from cache (4.88s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.96s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (7.06s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.03s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (2.20s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.90s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.68s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (3.50s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.48s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.89s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.02s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[283/3262] Fetching swift-concurrency-extras, combine-schedulers
[3263/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.48s)
[2979/3702] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.52s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.61s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.59s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.02s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.03s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-dependencies': 'swift-dependencies' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/62] Write sources
[29/62] Write swift-version-24593BA9C3E375BF.txt
[31/96] Emitting module ArgumentParserToolInfo
[32/96] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/97] Compiling SwiftSyntax509 Empty.swift
[34/97] Emitting module SwiftSyntax509
[36/98] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/98] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/98] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/100] Wrapping AST for SwiftSyntax509 for debugging
[40/100] Compiling ArgumentParserToolInfo ToolInfo.swift
[41/146] Wrapping AST for ArgumentParserToolInfo for debugging
[43/184] Compiling ArgumentParser Parsed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser ParsedValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser Flag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser NameSpecification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser Option.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/184] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/184] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/185] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/186] Wrapping AST for IssueReporting for debugging
[74/186] Wrapping AST for ConcurrencyExtras for debugging
[76/209] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/210] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Wrapping AST for CombineSchedulers for debugging
[99/212] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/213] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/213] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Wrapping AST for Clocks for debugging
[105/214] Wrapping AST for XCTestDynamicOverlay for debugging
[107/237] Compiling Dependencies Clocks.swift
[108/237] Compiling Dependencies Context.swift
[109/237] Compiling Dependencies Date.swift
[110/237] Compiling Dependencies FireAndForget.swift
[111/237] Compiling Dependencies Locale.swift
[112/237] Emitting module ArgumentParser
[113/237] Compiling Dependencies Dependency.swift
[114/237] Compiling Dependencies DependencyContext.swift
[115/237] Compiling Dependencies DependencyKey.swift
[116/237] Compiling Dependencies DependencyValues.swift
[117/237] Compiling Dependencies Assert.swift
[118/237] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/248] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/248] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/251] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling ArgumentParser CollectionExtensions.swift
[146/251] Compiling ArgumentParser Platform.swift
[147/251] Compiling ArgumentParser SequenceExtensions.swift
[148/251] Compiling ArgumentParser StringExtensions.swift
[149/251] Compiling ArgumentParser Tree.swift
[150/251] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/251] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/252] Wrapping AST for Dependencies for debugging
[170/252] Compiling ArgumentParser DumpHelpGenerator.swift
[171/252] Compiling ArgumentParser HelpCommand.swift
[172/252] Compiling ArgumentParser HelpGenerator.swift
[173/252] Compiling ArgumentParser MessageInfo.swift
[174/252] Compiling ArgumentParser UsageGenerator.swift
[175/252] Compiling ArgumentParser ExpressibleByArgument.swift
[176/252] Compiling ArgumentParser ParsableArguments.swift
[177/252] Compiling ArgumentParser ParsableArgumentsValidation.swift
[178/252] Compiling ArgumentParser ParsableCommand.swift
[179/252] Compiling ArgumentParser ArgumentDecoder.swift
[183/252] Compiling ArgumentParser InputKey.swift
[184/252] Compiling ArgumentParser InputOrigin.swift
[185/253] Wrapping AST for ArgumentParser for debugging
[187/269] Compiling Benchmark BenchmarkTermination.swift
[188/269] Compiling Benchmark BenchmarkTime.swift
[189/271] Emitting module Benchmark
[190/271] Compiling Benchmark BenchmarkState.swift
[191/271] Compiling Benchmark BenchmarkSuite.swift
[192/271] Compiling Benchmark BenchmarkCommand.swift
[193/271] Compiling Benchmark BenchmarkFilter.swift
[194/271] Compiling Benchmark Stats.swift
[195/271] Compiling Benchmark TestIntegration.swift
[196/271] Compiling Benchmark BenchmarkRunner.swift
[197/271] Compiling Benchmark BenchmarkSetting.swift
[198/271] Compiling Benchmark BenchmarkFormatter.swift
[199/271] Compiling Benchmark BenchmarkMain.swift
[200/271] Compiling Benchmark BenchmarkReporter.swift
[201/271] Compiling Benchmark BenchmarkResult.swift
[202/271] Compiling Benchmark Benchmark.swift
[203/271] Compiling Benchmark BenchmarkArguments.swift
[204/271] Compiling Benchmark BenchmarkColumn.swift
[205/272] Wrapping AST for Benchmark for debugging
[207/272] Emitting module SwiftSyntax
[239/272] Compiling SwiftSyntax SyntaxDeclNodes.swift
[240/272] Compiling SwiftSyntax SyntaxExprNodes.swift
[241/272] Compiling SwiftSyntax SyntaxNodes.swift
[242/272] Compiling SwiftSyntax SyntaxPatternNodes.swift
[243/272] Compiling SwiftSyntax SyntaxStmtNodes.swift
[244/272] Compiling SwiftSyntax SyntaxTypeNodes.swift
[249/272] Compiling SwiftSyntax RawSyntaxNodes.swift
[250/272] Compiling SwiftSyntax RawSyntaxValidation.swift
[251/283] Wrapping AST for SwiftSyntax for debugging
[253/324] Compiling SwiftDiagnostics Message.swift
[254/324] Compiling SwiftDiagnostics Note.swift
[255/324] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[256/324] Compiling SwiftDiagnostics Convenience.swift
[257/324] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[258/324] Compiling SwiftDiagnostics FixIt.swift
[259/324] Emitting module SwiftDiagnostics
[260/324] Compiling SwiftDiagnostics Diagnostic.swift
[261/324] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[262/325] Emitting module SwiftBasicFormat
[263/325] Compiling SwiftBasicFormat BasicFormat.swift
[264/325] Compiling SwiftBasicFormat Syntax+Extensions.swift
[265/325] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[268/326] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[269/326] Compiling SwiftParser StringLiterals.swift
[270/326] Compiling SwiftParser SwiftParserCompatibility.swift
[271/326] Compiling SwiftParser SyntaxUtils.swift
[272/326] Compiling SwiftParser TokenConsumer.swift
[272/331] Wrapping AST for SwiftDiagnostics for debugging
[273/331] Wrapping AST for SwiftBasicFormat for debugging
[275/331] Compiling SwiftParser TokenPrecedence.swift
[276/331] Compiling SwiftParser TokenSpec.swift
[277/331] Compiling SwiftParser TokenSpecSet.swift
[278/331] Compiling SwiftParser TopLevel.swift
[279/331] Compiling SwiftParser TriviaParser.swift
[280/331] Compiling SwiftParser Modifiers.swift
[281/331] Compiling SwiftParser Names.swift
[282/331] Compiling SwiftParser Nominals.swift
[283/331] Compiling SwiftParser Parameters.swift
[284/331] Compiling SwiftParser ParseSourceFile.swift
[285/331] Compiling SwiftParser Lexer.swift
[286/331] Compiling SwiftParser RegexLiteralLexer.swift
[287/331] Compiling SwiftParser UnicodeScalarExtensions.swift
[288/331] Compiling SwiftParser Lookahead.swift
[289/331] Compiling SwiftParser LoopProgressCondition.swift
[290/331] Compiling SwiftParser Parser.swift
[291/331] Compiling SwiftParser Patterns.swift
[292/331] Compiling SwiftParser Recovery.swift
[293/331] Compiling SwiftParser Specifiers.swift
[294/331] Compiling SwiftParser Statements.swift
[295/331] Emitting module SwiftParser
[296/331] Compiling SwiftParser Types.swift
[297/331] Compiling SwiftParser IsLexerClassified.swift
[298/331] Compiling SwiftParser LayoutNodes+Parsable.swift
[299/331] Compiling SwiftParser Parser+TokenSpecSet.swift
[300/331] Compiling SwiftParser TokenSpecStaticMembers.swift
[301/331] Compiling SwiftParser Attributes.swift
[302/331] Compiling SwiftParser Availability.swift
[303/331] Compiling SwiftParser CharacterInfo.swift
[304/331] Compiling SwiftParser CollectionNodes+Parsable.swift
[305/331] Compiling SwiftParser Declarations.swift
[306/331] Compiling SwiftParser Directives.swift
[307/331] Compiling SwiftParser ExperimentalFeatures.swift
[308/331] Compiling SwiftParser Expressions.swift
[309/331] Compiling SwiftParser IncrementalParseTransition.swift
[310/331] Compiling SwiftParser Cursor.swift
[311/331] Compiling SwiftParser Lexeme.swift
[312/331] Compiling SwiftParser LexemeSequence.swift
[313/332] Wrapping AST for SwiftParser for debugging
[315/355] Compiling SwiftOperators Operator.swift
[316/355] Compiling SwiftOperators OperatorError+Diagnostics.swift
[317/356] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[318/357] Compiling SwiftOperators OperatorTable.swift
[319/357] Compiling SwiftOperators PrecedenceGraph.swift
[320/357] Compiling SwiftOperators PrecedenceGroup.swift
[321/357] Emitting module SwiftOperators
[322/357] Compiling SwiftOperators OperatorTable+Folding.swift
[323/357] Compiling SwiftOperators OperatorError.swift
[324/357] Compiling SwiftOperators OperatorTable+Defaults.swift
[325/357] Compiling SwiftOperators OperatorTable+Semantics.swift
[326/357] Compiling SwiftOperators SyntaxSynthesis.swift
[327/358] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[332/358] Wrapping AST for SwiftOperators for debugging
[334/358] Compiling SwiftParserDiagnostics MissingNodesError.swift
[335/358] Compiling SwiftParserDiagnostics MissingTokenError.swift
[336/358] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[337/358] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[338/358] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[339/358] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[340/358] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[341/358] Emitting module SwiftParserDiagnostics
[342/359] Wrapping AST for SwiftParserDiagnostics for debugging
[344/373] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[345/373] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[346/373] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[347/373] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[348/373] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[349/373] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[350/373] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[351/373] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[352/373] Compiling SwiftSyntaxBuilder Indenter.swift
[353/373] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[354/373] Emitting module SwiftSyntaxBuilder
[355/373] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[356/373] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[357/374] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[358/374] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[359/375] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/389] Compiling SwiftSyntaxMacros MemberMacro.swift
[362/389] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[363/389] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[364/390] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[365/390] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[366/390] Compiling SwiftSyntaxMacros Macro.swift
[367/390] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[368/390] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[369/390] Compiling SwiftSyntaxMacros Macro+Format.swift
[370/390] Compiling SwiftSyntaxMacros AccessorMacro.swift
[371/390] Compiling SwiftSyntaxMacros AttachedMacro.swift
[372/390] Emitting module SwiftSyntaxMacros
[373/390] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[374/390] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[375/390] Compiling SwiftSyntaxMacros PeerMacro.swift
[376/391] Wrapping AST for SwiftSyntaxMacros for debugging
[378/399] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[379/399] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[380/399] Emitting module SwiftSyntaxMacroExpansion
[381/399] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[382/399] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[383/399] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[384/399] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[385/399] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[386/400] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[388/407] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[389/407] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[390/407] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[391/407] Emitting module SwiftCompilerPluginMessageHandling
[392/407] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[393/407] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[394/407] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[395/408] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[397/410] Emitting module SwiftCompilerPlugin
[398/410] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[399/411] Wrapping AST for SwiftCompilerPlugin for debugging
[401/424] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[402/425] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[403/425] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[404/425] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[405/425] Compiling DependenciesExtrasMacrosPlugin DependencyValueRegisterMacroPlugin.swift
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/DependencyValueRegisterMacroPlugin.swift:10:21: warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | extension DependencyValueRegisterMacro: DeclarationMacro {
10 |   public static var formatMode: FormatMode = .disabled
   |                     |- warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'formatMode' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: add '@MainActor' to make static property 'formatMode' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 |   public static func expansion(
[406/425] Compiling DependenciesExtrasMacrosPlugin Support.swift
[407/425] Compiling DependenciesMacrosPlugin Support.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[408/425] Compiling DependenciesMacrosPlugin Plugins.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[409/425] Compiling DependenciesExtrasMacrosPlugin Converting.swift
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:18:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
 16 | extension Converting
 17 | where Input == FunctionDeclSyntax, Output == VariableDeclSyntax {
 18 |   static let convert = Converting { functionSyntax in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |     var attributes = functionSyntax.attributes
 20 |     attributes.append(
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:135:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
133 | where Input == FunctionParameterListSyntax, Output == TupleTypeElementListSyntax
134 | {
135 |   static let convert = Converting { parameters in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |     let elements: [TupleTypeElementSyntax] = parameters.map { fp in
137 |       let originalFirstName = fp.firstToken(viewMode: .sourceAccurate)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:155:14: warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
153 | extension Converting
154 | where Input == (TokenSyntax, VariableDeclSyntax), Output == ExprSyntax {
155 |   static let functionCallConvert = Converting { (callMember, varDecl) in
    |              |- warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'functionCallConvert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |     guard let patternBinding: PatternBindingSyntax = varDecl.bindings.first
157 |     else {
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:249:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
247 | extension Converting
248 | where Input == VariableDeclSyntax, Output == TypeEffectSpecifiersSyntax? {
249 |   static let convert = Converting { decl in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 |     decl.bindings
251 |       .compactMap(\.typeAnnotation?.type)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:262:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
260 | extension Converting
261 | where Input == PatternBindingSyntax, Output == TupleTypeElementListSyntax? {
262 |   static let convert = Converting { binding in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 |     binding.typeAnnotation?
264 |       .type.as(AttributedTypeSyntax.self)?
[410/425] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[411/425] Emitting module DependenciesExtrasMacrosPlugin
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:18:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
 16 | extension Converting
 17 | where Input == FunctionDeclSyntax, Output == VariableDeclSyntax {
 18 |   static let convert = Converting { functionSyntax in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |     var attributes = functionSyntax.attributes
 20 |     attributes.append(
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:135:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
133 | where Input == FunctionParameterListSyntax, Output == TupleTypeElementListSyntax
134 | {
135 |   static let convert = Converting { parameters in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |     let elements: [TupleTypeElementSyntax] = parameters.map { fp in
137 |       let originalFirstName = fp.firstToken(viewMode: .sourceAccurate)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:155:14: warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
153 | extension Converting
154 | where Input == (TokenSyntax, VariableDeclSyntax), Output == ExprSyntax {
155 |   static let functionCallConvert = Converting { (callMember, varDecl) in
    |              |- warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'functionCallConvert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |     guard let patternBinding: PatternBindingSyntax = varDecl.bindings.first
157 |     else {
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:249:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
247 | extension Converting
248 | where Input == VariableDeclSyntax, Output == TypeEffectSpecifiersSyntax? {
249 |   static let convert = Converting { decl in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 |     decl.bindings
251 |       .compactMap(\.typeAnnotation?.type)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:262:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | import SwiftSyntaxMacros
  7 |
  8 | struct Converting<Input, Output> {
    |        `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
  9 |   var run: (Input) throws -> Output
 10 |
    :
260 | extension Converting
261 | where Input == PatternBindingSyntax, Output == TupleTypeElementListSyntax? {
262 |   static let convert = Converting { binding in
    |              |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 |     binding.typeAnnotation?
264 |       .type.as(AttributedTypeSyntax.self)?
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/DependencyValueRegisterMacroPlugin.swift:10:21: warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | extension DependencyValueRegisterMacro: DeclarationMacro {
10 |   public static var formatMode: FormatMode = .disabled
   |                     |- warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'formatMode' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: add '@MainActor' to make static property 'formatMode' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 |   public static func expansion(
[412/426] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[413/426] Write Objects.LinkFileList
[415/426] Emitting module DependenciesMacrosPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[416/426] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[417/426] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[418/427] Wrapping AST for DependenciesMacrosPlugin for debugging
[419/427] Write Objects.LinkFileList
[420/427] Linking DependenciesExtrasMacrosPlugin-tool
[421/427] Linking DependenciesMacrosPlugin-tool
[423/430] Emitting module DependenciesMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[424/430] Compiling DependenciesMacros Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[425/430] Compiling DependenciesMacros 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
[426/431] Wrapping AST for DependenciesMacros for debugging
[428/434] Compiling DependenciesExtrasMacros Exports.swift
[429/434] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.swift
[430/434] Emitting module DependenciesExtrasMacros
[431/435] Wrapping AST for DependenciesExtrasMacros for debugging
[433/437] Compiling DependenciesExtrasBenchmark HowToUse.swift
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |4 | public struct _$ProtocolPersistent: Sendable {
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |  |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |7 |     }
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |7 |     }
   |   +--- macro expansion @DependencyEndpoint ------------------------
   |   |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
   |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
   |   |3 |     return unimplemented("load")
   |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |   |4 |     }
   |   +----------------------------------------------------------------
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   |9 | }
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:66: error: type 'URL' has no member 'documentsDirectory'
28 |                 protocolPersistent
29 |             }
30 |             try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
   |                                                                  `- error: type 'URL' has no member 'documentsDirectory'
31 |         }
32 |     }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:142: error: cannot infer contextual base in reference to member 'text'
28 |                 protocolPersistent
29 |             }
30 |             try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
   |                                                                                                                                              `- error: cannot infer contextual base in reference to member 'text'
31 |         }
32 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[434/437] Emitting module DependenciesExtrasBenchmark
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |4 | public struct _$ProtocolPersistent: Sendable {
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |  |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |7 |     }
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |7 |     }
   |   +--- macro expansion @DependencyEndpoint ------------------------
   |   |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
   |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
   |   |3 |     return unimplemented("load")
   |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |   |4 |     }
   |   +----------------------------------------------------------------
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   |9 | }
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-dependencies': 'swift-dependencies' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/36] Write swift-version-24593BA9C3E375BF.txt
[5/48] Compiling SwiftSyntax509 Empty.swift
[6/48] Emitting module SwiftSyntax509
[8/71] Compiling ConcurrencyExtras LockIsolated.swift
[9/71] Compiling ConcurrencyExtras Task.swift
[10/71] Emitting module ConcurrencyExtras
[11/71] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/71] Compiling ConcurrencyExtras Result.swift
[13/71] Compiling ConcurrencyExtras UncheckedSendable.swift
[14/71] Compiling IssueReporting Deprecations.swift
[15/71] Compiling IssueReporting FailureObserver.swift
[16/71] Compiling IssueReporting LockIsolated.swift
[17/71] Compiling IssueReporting Rethrows.swift
[18/71] Compiling IssueReporting ErrorReporting.swift
[19/71] Compiling IssueReporting AppHostWarning.swift
[21/72] Emitting module ArgumentParserToolInfo
[22/72] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/72] Compiling IssueReporting BreakpointReporter.swift
[24/72] Compiling IssueReporting FatalErrorReporter.swift
[25/72] Emitting module IssueReporting
[26/75] Compiling IssueReporting XCTest.swift
[27/75] Compiling IssueReporting IsTesting.swift
[28/75] Compiling IssueReporting IssueReporter.swift
[29/75] Compiling IssueReporting RuntimeWarningReporter.swift
[30/75] Compiling IssueReporting ReportIssue.swift
[31/75] Compiling IssueReporting TestContext.swift
[32/75] Compiling IssueReporting Unimplemented.swift
[32/75] Wrapping AST for ConcurrencyExtras for debugging
[35/136] Compiling SwiftSyntax RawSyntaxValidation.swift
[36/136] Compiling SwiftSyntax RawSyntax.swift
[37/157] Compiling ArgumentParser ArgumentDefinition.swift
[38/157] Compiling ArgumentParser ArgumentSet.swift
[39/157] Compiling ArgumentParser CommandParser.swift
[40/157] Compiling ArgumentParser InputKey.swift
[41/157] Compiling ArgumentParser InputOrigin.swift
[42/157] Compiling ArgumentParser ExpressibleByArgument.swift
[43/157] Compiling ArgumentParser ParsableArguments.swift
[44/157] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/157] Compiling ArgumentParser ParsableCommand.swift
[47/180] Compiling CombineSchedulers ImmediateScheduler.swift
[48/180] Compiling CombineSchedulers Deprecations.swift
[49/180] Compiling CombineSchedulers AnyScheduler.swift
[50/180] Compiling CombineSchedulers Concurrency.swift
[51/180] Emitting module CombineSchedulers
[52/181] Compiling Clocks Timer.swift
[53/182] Compiling CombineSchedulers Timer.swift
[54/182] Compiling CombineSchedulers UIKit.swift
[55/182] Compiling CombineSchedulers UIScheduler.swift
[56/182] Compiling CombineSchedulers Lock.swift
[57/182] Compiling CombineSchedulers NSRecursiveLock.swift
[58/182] Compiling CombineSchedulers SwiftUI.swift
[59/182] Compiling CombineSchedulers TestScheduler.swift
[60/182] Compiling XCTestDynamicOverlay Exports.swift
[61/182] Compiling Clocks UnimplementedClock.swift
[62/182] Compiling CombineSchedulers UnimplementedScheduler.swift
[63/183] Compiling XCTestDynamicOverlay Deprecations.swift
[64/183] Emitting module XCTestDynamicOverlay
[66/184] Compiling Clocks Lock.swift
[67/184] Compiling Clocks ImmediateClock.swift
[68/184] Compiling Clocks _AsyncTimerSequence.swift
[70/183] Emitting module Clocks
[71/183] Compiling Clocks AnyClock.swift
[72/182] Compiling Clocks SwiftUI.swift
[73/182] Compiling Clocks TestClock.swift
[75/205] Compiling Dependencies Locale.swift
[76/205] Compiling Dependencies MainQueue.swift
[77/205] Compiling Dependencies MainRunLoop.swift
[78/208] Compiling Dependencies Context.swift
[79/208] Compiling Dependencies Date.swift
[80/208] Compiling Dependencies FireAndForget.swift
[81/208] Compiling Dependencies Assert.swift
[82/208] Compiling Dependencies Calendar.swift
[83/208] Compiling Dependencies Clocks.swift
[84/208] Compiling Dependencies Deprecations.swift
[85/208] Compiling Dependencies Exports.swift
[86/208] Compiling Dependencies TypeName.swift
[87/208] Compiling Dependencies UUID.swift
[88/208] Compiling Dependencies WithRandomNumberGenerator.swift
[89/208] Compiling Dependencies AppEntryPoint.swift
[90/208] Emitting module Dependencies
[91/208] Compiling Dependencies OpenURL.swift
[92/208] Compiling Dependencies TimeZone.swift
[93/208] Compiling Dependencies URLSession.swift
[94/208] Compiling Dependencies Dependency.swift
[95/208] Compiling Dependencies DependencyContext.swift
[96/208] Compiling Dependencies DependencyKey.swift
[97/208] Compiling Dependencies DependencyValues.swift
[98/208] Compiling ArgumentParser DumpHelpGenerator.swift
[99/208] Compiling ArgumentParser HelpCommand.swift
[100/208] Compiling ArgumentParser HelpGenerator.swift
[101/208] Compiling ArgumentParser MessageInfo.swift
[102/208] Compiling ArgumentParser UsageGenerator.swift
[103/208] Compiling ArgumentParser Name.swift
[104/208] Compiling ArgumentParser Parsed.swift
[105/208] Compiling ArgumentParser ParsedValues.swift
[106/208] Compiling ArgumentParser ParserError.swift
[107/208] Compiling ArgumentParser SplitArguments.swift
[108/208] Compiling Dependencies PreviewTrait.swift
[109/208] Compiling Dependencies TestTrait.swift
[110/208] Compiling Dependencies WithDependencies.swift
[117/214] Emitting module ArgumentParser
[128/214] Compiling ArgumentParser Argument.swift
[129/214] Compiling ArgumentParser ArgumentHelp.swift
[147/219] Compiling ArgumentParser CollectionExtensions.swift
[148/219] Compiling ArgumentParser Platform.swift
[149/219] Compiling ArgumentParser SequenceExtensions.swift
[150/219] Compiling ArgumentParser StringExtensions.swift
[151/219] Compiling ArgumentParser Tree.swift
[159/235] Compiling Benchmark BenchmarkTermination.swift
[160/235] Compiling Benchmark BenchmarkTime.swift
[161/235] Compiling Benchmark BenchmarkCommand.swift
[162/235] Compiling Benchmark BenchmarkFilter.swift
[163/237] Compiling Benchmark BenchmarkState.swift
[164/237] Compiling Benchmark BenchmarkSuite.swift
[165/237] Compiling Benchmark BenchmarkFormatter.swift
[166/237] Compiling Benchmark BenchmarkMain.swift
[167/237] Compiling Benchmark BenchmarkReporter.swift
[168/237] Compiling Benchmark BenchmarkResult.swift
[169/237] Compiling Benchmark BenchmarkRunner.swift
[170/237] Compiling Benchmark BenchmarkSetting.swift
[171/237] Emitting module Benchmark
[172/237] Compiling Benchmark Benchmark.swift
[173/237] Compiling Benchmark BenchmarkArguments.swift
[174/237] Compiling Benchmark BenchmarkColumn.swift
[175/237] Compiling Benchmark Stats.swift
[176/237] Compiling Benchmark TestIntegration.swift
[177/238] Wrapping AST for Benchmark for debugging
[179/238] Emitting module SwiftSyntax
[184/238] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[185/238] Compiling SwiftSyntax SyntaxBaseNodes.swift
[192/238] Compiling SwiftSyntax SyntaxDeclNodes.swift
[193/238] Compiling SwiftSyntax SyntaxExprNodes.swift
[194/238] Compiling SwiftSyntax SyntaxNodes.swift
[195/238] Compiling SwiftSyntax SyntaxPatternNodes.swift
[196/238] Compiling SwiftSyntax SyntaxStmtNodes.swift
[197/238] Compiling SwiftSyntax SyntaxTypeNodes.swift
[218/258] Compiling SwiftDiagnostics Note.swift
[219/289] Compiling SwiftDiagnostics Convenience.swift
[220/289] Emitting module SwiftDiagnostics
[221/289] Compiling SwiftDiagnostics Diagnostic.swift
[222/289] Compiling SwiftDiagnostics Message.swift
[223/289] Compiling SwiftDiagnostics FixIt.swift
[224/289] Compiling SwiftBasicFormat Syntax+Extensions.swift
[225/289] Emitting module SwiftBasicFormat
[226/289] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[227/289] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[228/289] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[229/289] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[230/290] Compiling SwiftBasicFormat BasicFormat.swift
[233/289] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[234/289] Compiling SwiftParser StringLiterals.swift
[235/289] Compiling SwiftParser SwiftParserCompatibility.swift
[236/289] Compiling SwiftParser SyntaxUtils.swift
[237/289] Compiling SwiftParser TokenConsumer.swift
[238/294] Compiling SwiftParser TokenPrecedence.swift
[239/294] Compiling SwiftParser TokenSpec.swift
[240/294] Compiling SwiftParser TokenSpecSet.swift
[241/294] Compiling SwiftParser TopLevel.swift
[242/294] Compiling SwiftParser TriviaParser.swift
[243/294] Compiling SwiftParser Lexer.swift
[244/294] Compiling SwiftParser RegexLiteralLexer.swift
[245/294] Compiling SwiftParser UnicodeScalarExtensions.swift
[246/294] Compiling SwiftParser Lookahead.swift
[247/294] Compiling SwiftParser LoopProgressCondition.swift
[248/294] Emitting module SwiftParser
[249/294] Compiling SwiftParser Attributes.swift
[250/294] Compiling SwiftParser Availability.swift
[251/294] Compiling SwiftParser CharacterInfo.swift
[252/294] Compiling SwiftParser CollectionNodes+Parsable.swift
[253/294] Compiling SwiftParser Declarations.swift
[254/294] Compiling SwiftParser Directives.swift
[255/294] Compiling SwiftParser Parser.swift
[256/294] Compiling SwiftParser Patterns.swift
[257/294] Compiling SwiftParser Recovery.swift
[258/294] Compiling SwiftParser Specifiers.swift
[259/294] Compiling SwiftParser Statements.swift
[260/294] Compiling SwiftParser Modifiers.swift
[261/294] Compiling SwiftParser Names.swift
[262/294] Compiling SwiftParser Nominals.swift
[263/294] Compiling SwiftParser Parameters.swift
[264/294] Compiling SwiftParser ParseSourceFile.swift
[265/294] Compiling SwiftParser Types.swift
[266/294] Compiling SwiftParser IsLexerClassified.swift
[267/294] Compiling SwiftParser LayoutNodes+Parsable.swift
[268/294] Compiling SwiftParser Parser+TokenSpecSet.swift
[269/294] Compiling SwiftParser TokenSpecStaticMembers.swift
[270/294] Compiling SwiftParser ExperimentalFeatures.swift
[271/294] Compiling SwiftParser Expressions.swift
[272/294] Compiling SwiftParser IncrementalParseTransition.swift
[273/294] Compiling SwiftParser Cursor.swift
[274/294] Compiling SwiftParser Lexeme.swift
[275/294] Compiling SwiftParser LexemeSequence.swift
[276/295] Wrapping AST for SwiftParser for debugging
[278/318] Compiling SwiftOperators PrecedenceGraph.swift
[279/319] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[280/320] Compiling SwiftOperators PrecedenceGroup.swift
[281/320] Compiling SwiftOperators SyntaxSynthesis.swift
[282/320] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[283/320] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[284/320] Compiling SwiftParserDiagnostics MissingNodesError.swift
[285/320] Compiling SwiftParserDiagnostics MissingTokenError.swift
[286/320] Compiling SwiftOperators OperatorTable.swift
[287/320] Compiling SwiftOperators OperatorTable+Semantics.swift
[288/320] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[289/320] Emitting module SwiftParserDiagnostics
[290/320] Emitting module SwiftOperators
[291/320] Compiling SwiftOperators OperatorTable+Folding.swift
[292/321] Wrapping AST for SwiftOperators for debugging
[294/321] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[295/321] Compiling SwiftParserDiagnostics Utils.swift
[296/321] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[299/321] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[300/321] Compiling SwiftParserDiagnostics PresenceUtils.swift
[303/321] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[304/321] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[305/322] Wrapping AST for SwiftParserDiagnostics for debugging
[307/336] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[308/336] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[309/336] Compiling SwiftSyntaxBuilder Indenter.swift
[310/336] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[311/336] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[312/336] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[313/336] Emitting module SwiftSyntaxBuilder
[314/337] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[315/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[316/337] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[317/337] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[318/337] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[319/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[320/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[321/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[322/338] Wrapping AST for SwiftSyntaxBuilder for debugging
[324/352] Compiling SwiftSyntaxMacros AccessorMacro.swift
[325/352] Compiling SwiftSyntaxMacros AttachedMacro.swift
[326/353] Compiling SwiftSyntaxMacros Macro.swift
[327/353] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[328/353] Compiling SwiftSyntaxMacros MemberMacro.swift
[329/353] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[330/353] Compiling SwiftSyntaxMacros Macro+Format.swift
[331/353] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[332/353] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[333/353] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[334/353] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[335/353] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[336/353] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[337/353] Emitting module SwiftSyntaxMacros
[338/353] Compiling SwiftSyntaxMacros PeerMacro.swift
[340/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[341/361] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[342/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[343/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[344/361] Emitting module SwiftSyntaxMacroExpansion
[345/361] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[346/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[347/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[348/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/369] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[351/369] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[352/369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[353/369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[354/369] Emitting module SwiftCompilerPluginMessageHandling
[355/369] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[356/369] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[358/371] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[359/371] Emitting module SwiftCompilerPlugin
[360/372] Wrapping AST for SwiftCompilerPlugin for debugging
[362/385] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[363/385] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[364/386] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[365/386] Compiling DependenciesExtrasMacrosPlugin DependencyValueRegisterMacroPlugin.swift
[366/386] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[367/386] Compiling DependenciesExtrasMacrosPlugin Support.swift
[368/386] Compiling DependenciesMacrosPlugin Plugins.swift
[369/386] Compiling DependenciesMacrosPlugin Support.swift
[370/386] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[371/386] Compiling DependenciesExtrasMacrosPlugin Converting.swift
[372/386] Emitting module DependenciesExtrasMacrosPlugin
[373/386] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[375/387] Emitting module DependenciesMacrosPlugin
[376/387] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[377/387] Write Objects.LinkFileList
[378/387] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[379/387] Write Objects.LinkFileList
[380/387] Linking DependenciesMacrosPlugin-tool
[381/387] Linking DependenciesExtrasMacrosPlugin-tool
[383/390] Compiling DependenciesMacros Exports.swift
[384/390] Emitting module DependenciesMacros
[385/390] Compiling DependenciesMacros Macros.swift
[387/393] Compiling DependenciesExtrasMacros Exports.swift
[388/393] Emitting module DependenciesExtrasMacros
[389/393] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[391/395] Emitting module DependenciesExtrasBenchmark
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |4 | public struct _$ProtocolPersistent: Sendable {
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |  |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |7 |     }
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |7 |     }
   |   +--- macro expansion @DependencyEndpoint ------------------------
   |   |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
   |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
   |   |3 |     return unimplemented("load")
   |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |   |4 |     }
   |   +----------------------------------------------------------------
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   |9 | }
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:21:17: warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | @available(macOS 13.0, *)
20 | struct Runner {
21 |     @Dependency(\.protocolPersistent) var protocolPersistent
   |                 `- warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 |     func run() async throws {
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
  |              `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[392/395] Compiling DependenciesExtrasBenchmark HowToUse.swift
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |4 | public struct _$ProtocolPersistent: Sendable {
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |  |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |7 |     }
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
 6 |     func load(_ url: URL) throws -> Data
 7 |     func save(_ data: Data, _ url: URL) async throws -> Void
 8 | }
   +--- macro expansion @DependencyProtocolClient ----------------------
   |5 |     public var load: @Sendable (_: URL) throws -> Data = { (_) in
   |6 |         unimplemented("load")
   |7 |     }
   |   +--- macro expansion @DependencyEndpoint ------------------------
   |   |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
   |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
   |   |3 |     return unimplemented("load")
   |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
   |   |4 |     }
   |   +----------------------------------------------------------------
   |8 |     public var save: @Sendable (_: Data, _: URL) async throws -> Void
   |9 | }
   +--------------------------------------------------------------------
 9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
    |             `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 |   _ description: @autoclosure @escaping @Sendable () -> String = "",
257 |   file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:21:17: warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | @available(macOS 13.0, *)
20 | struct Runner {
21 |     @Dependency(\.protocolPersistent) var protocolPersistent
   |                 `- warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 |     func run() async throws {
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
  |              `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:66: error: type 'URL' has no member 'documentsDirectory'
28 |                 protocolPersistent
29 |             }
30 |             try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
   |                                                                  `- error: type 'URL' has no member 'documentsDirectory'
31 |         }
32 |     }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:142: error: cannot infer contextual base in reference to member 'text'
28 |                 protocolPersistent
29 |             }
30 |             try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
   |                                                                                                                                              `- error: cannot infer contextual base in reference to member 'text'
31 |         }
32 |     }
BUILD FAILURE 6.1 linux