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 0.1.1 (7153d4), with Swift 6.1 for Linux on 28 Apr 2025 01:54:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: 0.1.1
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
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 7153d43 update readme
Cloned https://github.com/arasan01/swift-dependencies-extras.git
Revision (git rev-parse @):
7153d4379191b63f50ca1e3d29ab53a73aaa61a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/arasan01/swift-dependencies-extras.git at 0.1.1
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/868] Fetching swift-macro-testing
[175/2354] Fetching swift-macro-testing, swift-benchmark
[2355/4403] Fetching swift-macro-testing, swift-benchmark, swift-docc-plugin
[2601/9791] Fetching swift-macro-testing, swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/google/swift-benchmark from cache (0.28s)
[1707/8305] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[5990/14506] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.50s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.50s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.51s)
[1/70233] Fetching swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.63s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.66s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (5.49s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
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.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.48s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.06s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.12s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.66s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.48s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1292] Fetching swift-clocks
[247/3702] Fetching swift-clocks, combine-schedulers
[3703/4554] Fetching swift-clocks, combine-schedulers, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.32s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.87s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.48s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.48s)
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/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/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/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/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/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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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 SwiftSyntax509
[32/96] 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
[33/96] 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
[34/98] Compiling SwiftSyntax509 Empty.swift
[35/99] Emitting module ArgumentParserToolInfo
[36/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/100] Wrapping AST for SwiftSyntax509 for debugging
[39/100] Wrapping AST for ArgumentParserToolInfo for debugging
[41/183] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/183] Compiling ArgumentParser ParsableArgumentsValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/183] 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
[44/183] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] 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
[46/183] Compiling ArgumentParser ExpressibleByArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] 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
[48/183] 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
[49/183] 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
[50/183] 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
[51/183] 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
[52/183] 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
[53/183] 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
[54/184] 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
[55/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
[56/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
[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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[62/184] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[65/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
[66/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
[67/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
[68/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
[69/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
[70/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
[71/185] 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
[73/186] Wrapping AST for IssueReporting for debugging
[74/186] Wrapping AST for ConcurrencyExtras for debugging
[83/212] 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
[84/216] 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
[85/216] 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
[86/216] 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
[87/217] 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
[88/217] 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
[89/217] 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
[90/217] 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
[91/217] 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
[92/217] 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
[93/217] 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
[94/217] 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
[95/217] 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
[96/217] 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
[97/217] 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
[98/217] 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
[99/217] 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
[100/217] 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
[101/217] 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
[102/217] 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
[103/218] 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
[106/219] 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
[107/219] 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
[108/219] 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
[109/219] 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
[110/220] Wrapping AST for XCTestDynamicOverlay for debugging
[111/220] Wrapping AST for CombineSchedulers for debugging
[112/220] Wrapping AST for Clocks for debugging
[114/243] Emitting module ArgumentParser
[115/248] Compiling Dependencies Context.swift
[116/248] Compiling Dependencies Date.swift
[117/248] Compiling Dependencies FireAndForget.swift
[118/248] Compiling Dependencies OpenURL.swift
[119/248] Compiling Dependencies TimeZone.swift
[120/248] Compiling Dependencies URLSession.swift
[121/248] 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
[122/251] Compiling Dependencies PreviewTrait.swift
[123/251] Compiling Dependencies TestTrait.swift
[124/251] Compiling Dependencies WithDependencies.swift
[125/251] Compiling ArgumentParser ParserError.swift
[126/251] Compiling ArgumentParser SplitArguments.swift
[127/251] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/251] 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
[129/251] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[131/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
[132/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[136/251] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[138/251] 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
[142/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
[143/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
[144/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
[148/251] Compiling Dependencies Dependency.swift
[149/251] Compiling Dependencies DependencyContext.swift
[150/251] Compiling Dependencies DependencyKey.swift
[164/251] Compiling ArgumentParser DumpHelpGenerator.swift
[165/251] Compiling ArgumentParser HelpCommand.swift
[166/251] Compiling ArgumentParser HelpGenerator.swift
[167/251] Compiling ArgumentParser MessageInfo.swift
[168/251] Compiling ArgumentParser UsageGenerator.swift
[169/251] Compiling Dependencies DependencyValues.swift
[180/251] Compiling ArgumentParser CollectionExtensions.swift
[181/251] Compiling ArgumentParser Platform.swift
[182/251] Compiling ArgumentParser SequenceExtensions.swift
[183/251] Compiling ArgumentParser StringExtensions.swift
[184/251] Compiling ArgumentParser Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[194/251] Compiling ArgumentParser ArgumentDefinition.swift
[195/251] Compiling ArgumentParser ArgumentSet.swift
[196/251] Compiling ArgumentParser CommandParser.swift
[197/251] Compiling ArgumentParser InputKey.swift
[198/251] Compiling ArgumentParser InputOrigin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[203/253] Wrapping AST for Dependencies for debugging
[204/253] Wrapping AST for ArgumentParser for debugging
[206/269] Compiling Benchmark BenchmarkTermination.swift
[207/269] Compiling Benchmark BenchmarkTime.swift
[208/271] Compiling Benchmark BenchmarkFormatter.swift
[209/271] Compiling Benchmark BenchmarkMain.swift
[210/271] Emitting module Benchmark
[211/271] Compiling Benchmark BenchmarkCommand.swift
[212/271] Compiling Benchmark BenchmarkFilter.swift
[213/271] Compiling Benchmark BenchmarkState.swift
[214/271] Compiling Benchmark BenchmarkSuite.swift
[215/271] Compiling Benchmark Stats.swift
[216/271] Compiling Benchmark TestIntegration.swift
[217/271] Compiling Benchmark BenchmarkRunner.swift
[218/271] Compiling Benchmark BenchmarkSetting.swift
[219/271] Compiling Benchmark BenchmarkReporter.swift
[220/271] Compiling Benchmark BenchmarkResult.swift
[221/271] Compiling Benchmark Benchmark.swift
[222/271] Compiling Benchmark BenchmarkArguments.swift
[223/271] Compiling Benchmark BenchmarkColumn.swift
[224/272] Wrapping AST for Benchmark for debugging
[226/272] Emitting module SwiftSyntax
[233/272] Compiling SwiftSyntax SyntaxDeclNodes.swift
[234/272] Compiling SwiftSyntax SyntaxExprNodes.swift
[235/272] Compiling SwiftSyntax SyntaxNodes.swift
[236/272] Compiling SwiftSyntax SyntaxPatternNodes.swift
[237/272] Compiling SwiftSyntax SyntaxStmtNodes.swift
[238/272] Compiling SwiftSyntax SyntaxTypeNodes.swift
[249/272] Compiling SwiftSyntax RawSyntaxNodes.swift
[250/272] Compiling SwiftSyntax RawSyntaxValidation.swift
[251/273] Wrapping AST for SwiftSyntax for debugging
[253/324] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[254/324] Compiling SwiftDiagnostics Convenience.swift
[255/324] Emitting module SwiftDiagnostics
[256/324] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[257/324] Compiling SwiftDiagnostics Note.swift
[258/324] Compiling SwiftDiagnostics Message.swift
[259/324] Compiling SwiftDiagnostics FixIt.swift
[260/324] Compiling SwiftBasicFormat Syntax+Extensions.swift
[261/324] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[262/324] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[263/324] Compiling SwiftDiagnostics Diagnostic.swift
[265/325] Compiling SwiftBasicFormat BasicFormat.swift
[266/325] Emitting module SwiftBasicFormat
[267/326] Wrapping AST for SwiftDiagnostics for debugging
[269/326] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[270/326] Compiling SwiftParser StringLiterals.swift
[271/326] Compiling SwiftParser SwiftParserCompatibility.swift
[272/326] Compiling SwiftParser SyntaxUtils.swift
[273/326] Compiling SwiftParser TokenConsumer.swift
[273/331] Wrapping AST for SwiftBasicFormat for debugging
[275/331] Compiling SwiftParser Modifiers.swift
[276/331] Compiling SwiftParser Names.swift
[277/331] Compiling SwiftParser Nominals.swift
[278/331] Compiling SwiftParser Parameters.swift
[279/331] Compiling SwiftParser ParseSourceFile.swift
[280/331] Compiling SwiftParser Parser.swift
[281/331] Compiling SwiftParser Patterns.swift
[282/331] Compiling SwiftParser Recovery.swift
[283/331] Compiling SwiftParser Specifiers.swift
[284/331] Compiling SwiftParser Statements.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 TokenPrecedence.swift
[291/331] Compiling SwiftParser TokenSpec.swift
[292/331] Compiling SwiftParser TokenSpecSet.swift
[293/331] Compiling SwiftParser TopLevel.swift
[294/331] Compiling SwiftParser TriviaParser.swift
[295/331] Compiling SwiftParser Types.swift
[296/331] Compiling SwiftParser IsLexerClassified.swift
[297/331] Compiling SwiftParser LayoutNodes+Parsable.swift
[298/331] Compiling SwiftParser Parser+TokenSpecSet.swift
[299/331] Compiling SwiftParser TokenSpecStaticMembers.swift
[300/331] Emitting module SwiftParser
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[316/356] Compiling SwiftOperators OperatorTable.swift
[317/356] Compiling SwiftOperators PrecedenceGraph.swift
[318/356] Compiling SwiftOperators OperatorTable+Semantics.swift
[319/356] Compiling SwiftOperators PrecedenceGroup.swift
[320/357] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[321/357] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[322/357] Compiling SwiftParserDiagnostics Utils.swift
[323/357] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[324/357] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[325/357] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[326/357] Compiling SwiftParserDiagnostics PresenceUtils.swift
[327/357] Compiling SwiftOperators OperatorTable+Folding.swift
[328/357] Emitting module SwiftOperators
[329/357] Compiling SwiftOperators SyntaxSynthesis.swift
[330/358] Wrapping AST for SwiftOperators for debugging
[332/358] Emitting module SwiftParserDiagnostics
[333/358] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[336/358] Compiling SwiftParserDiagnostics MissingNodesError.swift
[337/358] Compiling SwiftParserDiagnostics MissingTokenError.swift
[340/358] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[341/358] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[342/359] Wrapping AST for SwiftParserDiagnostics for debugging
[344/373] Emitting module SwiftSyntaxBuilder
[345/373] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[346/373] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[347/374] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[348/374] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[349/374] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[350/374] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[351/374] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[352/374] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[353/374] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[354/374] Compiling SwiftSyntaxBuilder Indenter.swift
[355/374] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[356/374] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[357/374] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[358/374] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[359/375] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/389] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[362/389] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[363/390] Compiling SwiftSyntaxMacros MemberMacro.swift
[364/390] Compiling SwiftSyntaxMacros Macro.swift
[365/390] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[366/390] Compiling SwiftSyntaxMacros AccessorMacro.swift
[367/390] Compiling SwiftSyntaxMacros AttachedMacro.swift
[368/390] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[369/390] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[370/390] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[371/390] Compiling SwiftSyntaxMacros Macro+Format.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 BasicMacroExpansionContext.swift
[379/399] Emitting module SwiftSyntaxMacroExpansion
[380/399] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[381/399] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[382/399] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[383/399] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[384/399] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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] Emitting module SwiftCompilerPluginMessageHandling
[391/407] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[392/407] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[393/407] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[394/407] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[395/408] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[397/410] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[398/410] Emitting module SwiftCompilerPlugin
[399/411] Wrapping AST for SwiftCompilerPlugin for debugging
[401/424] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[402/425] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[403/425] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[404/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(
[405/425] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[406/425] Compiling DependenciesExtrasMacrosPlugin Support.swift
[407/425] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[408/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(
[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/426] 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
[411/426] 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
[412/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
[413/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
[414/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/427] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[417/427] Write Objects.LinkFileList
[418/427] Wrapping AST for DependenciesMacrosPlugin for debugging
[419/427] Write Objects.LinkFileList
[420/427] Linking DependenciesMacrosPlugin-tool
[421/430] Linking DependenciesExtrasMacrosPlugin-tool
[423/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
[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] 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
[426/431] Wrapping AST for DependenciesMacros for debugging
[428/434] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.swift
[429/434] Emitting module DependenciesExtrasMacros
[430/434] Compiling DependenciesExtrasMacros Exports.swift
[431/435] Wrapping AST for DependenciesExtrasMacros for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[433/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$CGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$AGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) async -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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,
[434/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$CGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$AGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) async -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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-0":/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/70] Compiling SwiftSyntax509 Empty.swift
[6/70] Compiling IssueReporting TestContext.swift
[7/70] Compiling IssueReporting Unimplemented.swift
[8/70] Emitting module SwiftSyntax509
[9/73] Compiling ConcurrencyExtras Locking.swift
[10/73] Compiling ConcurrencyExtras UncheckedBox.swift
[11/73] Compiling ConcurrencyExtras AsyncStream.swift
[12/73] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[14/74] Compiling ConcurrencyExtras LockIsolated.swift
[15/74] Compiling ConcurrencyExtras MainSerialExecutor.swift
[16/74] Compiling ConcurrencyExtras Result.swift
[17/74] Compiling ConcurrencyExtras Task.swift
[18/74] Compiling ConcurrencyExtras ActorIsolated.swift
[19/74] Compiling ConcurrencyExtras AnyHashableSendable.swift
[20/74] Emitting module ConcurrencyExtras
[21/73] Emitting module IssueReporting
[22/73] Compiling IssueReporting XCTest.swift
[23/73] Compiling IssueReporting IsTesting.swift
[24/73] Compiling IssueReporting IssueReporter.swift
[25/73] Compiling IssueReporting BreakpointReporter.swift
[26/73] Compiling IssueReporting FatalErrorReporter.swift
[27/73] Compiling IssueReporting RuntimeWarningReporter.swift
[28/73] Compiling IssueReporting ReportIssue.swift
[29/73] Compiling ConcurrencyExtras UncheckedSendable.swift
[31/74] Compiling IssueReporting WithExpectedIssue.swift
[32/74] Compiling IssueReporting WithIssueContext.swift
[33/74] Emitting module ArgumentParserToolInfo
[34/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/75] Wrapping AST for ConcurrencyExtras for debugging
[40/74] Compiling IssueReporting SwiftTesting.swift
[41/74] Compiling IssueReporting UncheckedSendable.swift
[42/74] Compiling IssueReporting Warn.swift
[47/180] Emitting module CombineSchedulers
[48/181] Compiling CombineSchedulers SwiftUI.swift
[49/181] Compiling CombineSchedulers TestScheduler.swift
[50/181] Compiling CombineSchedulers Timer.swift
[51/181] Compiling CombineSchedulers ImmediateScheduler.swift
[52/181] Compiling CombineSchedulers Deprecations.swift
[53/181] Compiling CombineSchedulers AnyScheduler.swift
[54/181] Compiling CombineSchedulers Concurrency.swift
[55/181] Compiling CombineSchedulers Lock.swift
[56/181] Compiling CombineSchedulers NSRecursiveLock.swift
[57/181] Compiling CombineSchedulers UIKit.swift
[58/181] Compiling XCTestDynamicOverlay Exports.swift
[59/181] Compiling CombineSchedulers UIScheduler.swift
[60/181] Compiling CombineSchedulers UnimplementedScheduler.swift
[61/182] Compiling Clocks Timer.swift
[62/182] Emitting module Clocks
[63/182] Compiling Clocks AnyClock.swift
[65/182] Compiling XCTestDynamicOverlay Deprecations.swift
[66/182] Emitting module XCTestDynamicOverlay
[67/183] Compiling Clocks Lock.swift
[68/183] Compiling Clocks ImmediateClock.swift
[69/183] Compiling Clocks _AsyncTimerSequence.swift
[70/183] Compiling Clocks UnimplementedClock.swift
[74/182] Compiling ArgumentParser CommandConfiguration.swift
[75/182] Compiling ArgumentParser CommandGroup.swift
[76/182] Compiling ArgumentParser EnumerableFlag.swift
[77/187] Compiling Clocks SwiftUI.swift
[78/187] Compiling Clocks TestClock.swift
[80/210] Compiling Dependencies Locale.swift
[81/210] Compiling Dependencies MainQueue.swift
[82/210] Compiling Dependencies MainRunLoop.swift
[83/213] Compiling ArgumentParser CollectionExtensions.swift
[84/213] Compiling ArgumentParser Platform.swift
[85/213] Compiling ArgumentParser SequenceExtensions.swift
[86/213] Compiling ArgumentParser StringExtensions.swift
[87/213] Compiling ArgumentParser Tree.swift
[88/213] Compiling Dependencies Assert.swift
[89/213] Compiling Dependencies Calendar.swift
[90/213] Compiling Dependencies Clocks.swift
[91/213] Compiling Dependencies OpenURL.swift
[92/213] Compiling Dependencies TimeZone.swift
[93/213] Compiling Dependencies URLSession.swift
[94/213] Compiling Dependencies Context.swift
[95/213] Compiling Dependencies Date.swift
[96/213] Compiling Dependencies FireAndForget.swift
[97/213] Compiling Dependencies UUID.swift
[98/213] Compiling Dependencies WithRandomNumberGenerator.swift
[99/213] Compiling Dependencies AppEntryPoint.swift
[100/213] Compiling Dependencies Deprecations.swift
[101/213] Compiling Dependencies Exports.swift
[102/213] Compiling Dependencies TypeName.swift
[103/213] Compiling Dependencies Dependency.swift
[104/213] Compiling Dependencies DependencyContext.swift
[105/213] Compiling Dependencies DependencyKey.swift
[106/213] Compiling Dependencies DependencyValues.swift
[109/213] Emitting module ArgumentParser
[110/213] Compiling Dependencies PreviewTrait.swift
[111/213] Compiling Dependencies TestTrait.swift
[112/213] Compiling Dependencies WithDependencies.swift
[113/213] Emitting module Dependencies
[143/219] Compiling ArgumentParser DumpHelpGenerator.swift
[144/219] Compiling ArgumentParser HelpCommand.swift
[145/219] Compiling ArgumentParser HelpGenerator.swift
[146/219] Compiling ArgumentParser MessageInfo.swift
[147/219] Compiling ArgumentParser UsageGenerator.swift
[151/219] Compiling ArgumentParser InputKey.swift
[152/219] Compiling ArgumentParser InputOrigin.swift
[153/219] Compiling ArgumentParser Name.swift
[154/219] Compiling ArgumentParser Parsed.swift
[155/219] Compiling ArgumentParser ParsedValues.swift
[156/219] Compiling ArgumentParser ParserError.swift
[157/219] Compiling ArgumentParser SplitArguments.swift
[166/235] Emitting module Benchmark
[167/235] Compiling Benchmark BenchmarkTermination.swift
[168/235] Compiling Benchmark BenchmarkTime.swift
[169/237] Compiling Benchmark BenchmarkState.swift
[170/237] Compiling Benchmark BenchmarkSuite.swift
[171/237] Compiling Benchmark BenchmarkFormatter.swift
[172/237] Compiling Benchmark BenchmarkMain.swift
[173/237] Compiling Benchmark BenchmarkReporter.swift
[174/237] Compiling Benchmark BenchmarkResult.swift
[175/237] Compiling Benchmark BenchmarkRunner.swift
[176/237] Compiling Benchmark BenchmarkSetting.swift
[177/237] Compiling Benchmark Stats.swift
[178/237] Compiling Benchmark TestIntegration.swift
[179/237] Compiling Benchmark BenchmarkCommand.swift
[180/237] Compiling Benchmark BenchmarkFilter.swift
[181/237] Compiling Benchmark Benchmark.swift
[182/237] Compiling Benchmark BenchmarkArguments.swift
[183/237] Compiling Benchmark BenchmarkColumn.swift
[184/238] Wrapping AST for Benchmark for debugging
[186/238] Emitting module SwiftSyntax
[193/238] Compiling SwiftSyntax SyntaxDeclNodes.swift
[194/238] Compiling SwiftSyntax SyntaxExprNodes.swift
[195/238] Compiling SwiftSyntax SyntaxNodes.swift
[196/238] Compiling SwiftSyntax SyntaxPatternNodes.swift
[197/238] Compiling SwiftSyntax SyntaxStmtNodes.swift
[198/238] Compiling SwiftSyntax SyntaxTypeNodes.swift
[215/238] Compiling SwiftSyntax RawSyntaxNodes.swift
[216/238] Compiling SwiftSyntax RawSyntaxValidation.swift
[218/272] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[219/289] Compiling SwiftDiagnostics Convenience.swift
[220/289] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[221/289] Compiling SwiftBasicFormat Syntax+Extensions.swift
[222/289] Compiling SwiftDiagnostics FixIt.swift
[223/289] Compiling SwiftDiagnostics Note.swift
[224/289] Compiling SwiftDiagnostics Message.swift
[225/289] Emitting module SwiftBasicFormat
[226/289] Compiling SwiftBasicFormat BasicFormat.swift
[227/289] Emitting module SwiftDiagnostics
[229/289] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[230/289] Compiling SwiftDiagnostics Diagnostic.swift
[231/289] Compiling SwiftDiagnostics DiagnosticsFormatter.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 Lexer.swift
[239/294] Compiling SwiftParser RegexLiteralLexer.swift
[240/294] Compiling SwiftParser UnicodeScalarExtensions.swift
[241/294] Compiling SwiftParser Lookahead.swift
[242/294] Compiling SwiftParser LoopProgressCondition.swift
[243/294] Compiling SwiftParser Modifiers.swift
[244/294] Compiling SwiftParser Names.swift
[245/294] Compiling SwiftParser Nominals.swift
[246/294] Compiling SwiftParser Parameters.swift
[247/294] Compiling SwiftParser ParseSourceFile.swift
[248/294] Compiling SwiftParser Parser.swift
[249/294] Compiling SwiftParser Patterns.swift
[250/294] Compiling SwiftParser Recovery.swift
[251/294] Compiling SwiftParser Specifiers.swift
[252/294] Compiling SwiftParser Statements.swift
[253/294] Compiling SwiftParser TokenPrecedence.swift
[254/294] Compiling SwiftParser TokenSpec.swift
[255/294] Compiling SwiftParser TokenSpecSet.swift
[256/294] Compiling SwiftParser TopLevel.swift
[257/294] Compiling SwiftParser TriviaParser.swift
[258/294] Emitting module SwiftParser
[259/294] Compiling SwiftParser Types.swift
[260/294] Compiling SwiftParser IsLexerClassified.swift
[261/294] Compiling SwiftParser LayoutNodes+Parsable.swift
[262/294] Compiling SwiftParser Parser+TokenSpecSet.swift
[263/294] Compiling SwiftParser TokenSpecStaticMembers.swift
[264/294] Compiling SwiftParser ExperimentalFeatures.swift
[265/294] Compiling SwiftParser Expressions.swift
[266/294] Compiling SwiftParser IncrementalParseTransition.swift
[267/294] Compiling SwiftParser Cursor.swift
[268/294] Compiling SwiftParser Lexeme.swift
[269/294] Compiling SwiftParser LexemeSequence.swift
[270/294] Compiling SwiftParser Attributes.swift
[271/294] Compiling SwiftParser Availability.swift
[272/294] Compiling SwiftParser CharacterInfo.swift
[273/294] Compiling SwiftParser CollectionNodes+Parsable.swift
[274/294] Compiling SwiftParser Declarations.swift
[275/294] Compiling SwiftParser Directives.swift
[276/295] Wrapping AST for SwiftParser for debugging
[278/318] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[279/319] Compiling SwiftOperators PrecedenceGroup.swift
[280/320] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[281/320] Compiling SwiftOperators OperatorTable.swift
[282/320] Compiling SwiftOperators PrecedenceGraph.swift
[283/320] Compiling SwiftOperators SyntaxSynthesis.swift
[284/320] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[285/320] Compiling SwiftOperators OperatorTable+Folding.swift
[286/320] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[287/320] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[288/320] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[289/320] Compiling SwiftParserDiagnostics Utils.swift
[290/320] Compiling SwiftOperators OperatorTable+Semantics.swift
[291/320] Emitting module SwiftOperators
[294/321] Wrapping AST for SwiftOperators for debugging
[296/321] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[297/321] Compiling SwiftParserDiagnostics PresenceUtils.swift
[298/321] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[299/321] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[300/321] Compiling SwiftParserDiagnostics MissingNodesError.swift
[301/321] Compiling SwiftParserDiagnostics MissingTokenError.swift
[302/321] Emitting module SwiftParserDiagnostics
[305/322] Wrapping AST for SwiftParserDiagnostics for debugging
[307/336] Compiling SwiftSyntaxBuilder Indenter.swift
[308/336] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[309/336] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[310/336] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[311/337] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[312/337] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[313/337] Emitting module SwiftSyntaxBuilder
[314/337] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[315/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[316/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[317/337] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[318/337] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[319/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[320/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[321/337] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[322/338] Wrapping AST for SwiftSyntaxBuilder for debugging
[324/352] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[325/352] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[326/353] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[327/353] Compiling SwiftSyntaxMacros Macro+Format.swift
[328/353] Compiling SwiftSyntaxMacros AccessorMacro.swift
[329/353] Compiling SwiftSyntaxMacros AttachedMacro.swift
[330/353] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[331/353] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[332/353] Emitting module SwiftSyntaxMacros
[333/353] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[334/353] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[335/353] Compiling SwiftSyntaxMacros Macro.swift
[336/353] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[337/353] Compiling SwiftSyntaxMacros MemberMacro.swift
[338/353] Compiling SwiftSyntaxMacros PeerMacro.swift
[340/361] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[341/361] Emitting module SwiftSyntaxMacroExpansion
[342/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[343/361] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[344/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[345/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[346/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[347/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[348/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[351/369] Emitting module SwiftCompilerPluginMessageHandling
[352/369] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[353/369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[354/369] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[355/369] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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 Plugins.swift
[363/386] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[364/386] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[365/386] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[366/386] Compiling DependenciesExtrasMacrosPlugin DependencyValueRegisterMacroPlugin.swift
[367/386] Emitting module DependenciesExtrasMacrosPlugin
[368/386] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[369/386] Compiling DependenciesExtrasMacrosPlugin Converting.swift
[370/386] Compiling DependenciesExtrasMacrosPlugin Support.swift
[372/387] Emitting module DependenciesMacrosPlugin
[373/387] Compiling DependenciesMacrosPlugin Plugins.swift
[374/387] Compiling DependenciesMacrosPlugin Support.swift
[375/387] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[376/387] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[376/388] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[377/388] Write Objects.LinkFileList
[380/387] Linking DependenciesExtrasMacrosPlugin-tool
[381/387] Linking DependenciesMacrosPlugin-tool
[383/390] Emitting module DependenciesMacros
[384/390] Compiling DependenciesMacros Exports.swift
[385/390] Compiling DependenciesMacros Macros.swift
[387/393] Compiling DependenciesExtrasMacros Exports.swift
[388/393] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.swift
[389/393] Emitting module DependenciesExtrasMacros
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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$CGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$AGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) async -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:58:15: warning: type 'WritableKeyPath<DependencyValues, _$AGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 | struct Runner {
 57 |
 58 |   @Dependency(\.agreat) var agreat
    |               `- warning: type 'WritableKeyPath<DependencyValues, _$AGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   @Dependency(\.cgreat) var cgreat
 60 |
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:59:15: warning: type 'WritableKeyPath<DependencyValues, _$CGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |
 58 |   @Dependency(\.agreat) var agreat
 59 |   @Dependency(\.cgreat) var cgreat
    |               `- warning: type 'WritableKeyPath<DependencyValues, _$CGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 60 |
 61 |   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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$CGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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:16:2: note: expanded code originates here
 14 |   func hoge(_ b: Double) throws -> Double
 15 |   func yes(_ what: inout String) -> Bool
 16 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 17 |
 18 | public final class CImplements: @unchecked Sendable, CGreatTool {
/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 @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 4 | public struct _$AGreatTool: Sendable {
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:8:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 5 |     public var foo: @Sendable (_ a: Int) async -> Int = { (_) in
    | 6 |         unimplemented("foo")
    | 7 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |6 | private var _foo: @Sendable (_ a: Int) async -> Int = { (_) in
    |   |7 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).foo'")
    |   |8 |     return unimplemented("foo")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |9 |     }
    |   +---------------------------------------------------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:9:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 7 |     }
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    | 8 |     public var hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    | 9 |         unimplemented("hoge")
    |10 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _hoge: @Sendable (_: Double) async throws -> Double = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).hoge'")
    |   |3 |     return unimplemented("hoge")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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 @DependencyProtocolClient:12:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |10 |     }
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |   |         `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |13 |     }
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:40:2: note: expanded code originates here
 38 |   func hoge(_ b: Double) async throws -> Double
 39 |   func yes(_ what: inout String) async -> Bool
 40 | }
    +--- macro expansion @DependencyProtocolClient ---------------------
    |11 |     public var yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |12 |         unimplemented("yes")
    |13 |     }
    |   +--- macro expansion @DependencyEndpoint -----------------------
    |   |1 | private var _yes: @Sendable (_: inout String) async -> Bool = { (_) in
    |   |2 |     IssueReporting.reportIssue("Unimplemented: '\(Self.self).yes'")
    |   |3 |     return unimplemented("yes")
    |   |  |            `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
    |   |4 |     }
    |   +---------------------------------------------------------------
    |14 | }
    +-------------------------------------------------------------------
 41 |
 42 | public actor AImplements: AGreatTool {
/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:58:15: warning: type 'WritableKeyPath<DependencyValues, _$AGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 | struct Runner {
 57 |
 58 |   @Dependency(\.agreat) var agreat
    |               `- warning: type 'WritableKeyPath<DependencyValues, _$AGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   @Dependency(\.cgreat) var cgreat
 60 |
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:59:15: warning: type 'WritableKeyPath<DependencyValues, _$CGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |
 58 |   @Dependency(\.agreat) var agreat
 59 |   @Dependency(\.cgreat) var cgreat
    |               `- warning: type 'WritableKeyPath<DependencyValues, _$CGreatTool>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 60 |
 61 |   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 | }
BUILD FAILURE 6.1 linux