The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-dependencies-extras, reference 0.1.1 (7153d4), with Swift 6.1 for Android on 29 May 2025 00:06:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
[1/1486] Fetching swift-benchmark
[1487/3535] Fetching swift-benchmark, swift-docc-plugin
[1713/4443] Fetching swift-benchmark, swift-docc-plugin, swift-macro-testing
[4444/9901] Fetching swift-benchmark, swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
[5918/16150] Fetching swift-benchmark, swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.59s)
[9247/9901] Fetching swift-benchmark, swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
Fetched https://github.com/google/swift-benchmark from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.75s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.75s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.49s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (10.47s)
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.19s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.89s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.52s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.47s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.90s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.49s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/852] Fetching swift-concurrency-extras
[853/2144] Fetching swift-concurrency-extras, swift-clocks
[970/4554] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.29s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.29s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.75s)
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.46s)
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/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/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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 SwiftSyntax509 Empty.swift
[34/97] Emitting module ArgumentParserToolInfo
[35/97] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/98] Wrapping AST for SwiftSyntax509 for debugging
[38/181] 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
[38/182] Wrapping AST for ArgumentParserToolInfo for debugging
[40/182] 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
[41/182] 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
[42/182] Compiling ArgumentParser ArgumentDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/182] 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
[44/184] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/184] Compiling ArgumentParser CompletionsGenerator.swift
[46/184] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/184] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/184] Compiling ArgumentParser Argument.swift
[49/184] Compiling ArgumentParser ArgumentHelp.swift
[50/184] Compiling ArgumentParser ArgumentVisibility.swift
[51/190] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/190] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/190] 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
[54/190] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[57/190] 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
[58/190] 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
[59/190] Compiling ArgumentParser ParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/190] 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
[61/190] 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
[62/190] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/191] 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
[71/191] 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
[72/191] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/191] 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
[75/191] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[80/192] Wrapping AST for IssueReporting for debugging
[81/192] Wrapping AST for ConcurrencyExtras for debugging
[90/215] 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
[91/215] 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
[92/216] 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
[93/216] 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
[94/216] 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
[95/216] 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
[96/216] 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
[97/216] 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
[98/216] 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
[99/216] 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
[100/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
[101/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
[102/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
[103/217] 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
[104/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
[105/217] 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/218] 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
[107/218] 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
[108/218] 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
[109/218] 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
[110/218] Wrapping AST for CombineSchedulers for debugging
[112/218] 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
[113/218] 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
[114/218] 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
[115/218] 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
[116/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
[118/220] Wrapping AST for XCTestDynamicOverlay for debugging
[119/220] Wrapping AST for Clocks for debugging
[121/243] Emitting module ArgumentParser
[122/248] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/248] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/248] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/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
[126/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
[127/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
[128/251] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/251] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/251] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/251] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/251] Compiling Dependencies 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
[133/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
[134/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
[135/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
[136/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
[137/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
[138/251] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/251] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/251] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/251] Compiling Dependencies Dependency.swift
[142/251] Compiling Dependencies DependencyContext.swift
[143/251] Compiling Dependencies DependencyKey.swift
[144/251] Compiling Dependencies DependencyValues.swift
[153/251] Compiling ArgumentParser CollectionExtensions.swift
[154/251] Compiling ArgumentParser Platform.swift
[155/251] Compiling ArgumentParser SequenceExtensions.swift
[156/251] Compiling ArgumentParser StringExtensions.swift
[157/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
[162/251] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/251] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/251] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/252] Compiling ArgumentParser Name.swift
[166/252] Compiling ArgumentParser Parsed.swift
[167/252] Compiling ArgumentParser ParsedValues.swift
[168/252] Compiling ArgumentParser ParserError.swift
[169/252] Compiling ArgumentParser SplitArguments.swift
[170/252] Compiling ArgumentParser DumpHelpGenerator.swift
[171/252] Compiling ArgumentParser HelpCommand.swift
[172/252] Compiling ArgumentParser HelpGenerator.swift
[173/252] Compiling ArgumentParser MessageInfo.swift
[174/252] Compiling ArgumentParser UsageGenerator.swift
[175/252] Wrapping AST for Dependencies for debugging
[180/252] Compiling ArgumentParser InputKey.swift
[181/252] Compiling ArgumentParser InputOrigin.swift
[192/253] Wrapping AST for ArgumentParser for debugging
[194/269] Compiling Benchmark BenchmarkTermination.swift
[195/269] Compiling Benchmark BenchmarkTime.swift
[196/271] Compiling Benchmark BenchmarkState.swift
[197/271] Compiling Benchmark BenchmarkSuite.swift
[198/271] Compiling Benchmark BenchmarkFormatter.swift
[199/271] Compiling Benchmark BenchmarkMain.swift
[200/271] Compiling Benchmark BenchmarkRunner.swift
[201/271] Compiling Benchmark BenchmarkSetting.swift
[202/271] Compiling Benchmark BenchmarkCommand.swift
[203/271] Compiling Benchmark BenchmarkFilter.swift
[204/271] Compiling Benchmark BenchmarkReporter.swift
[205/271] Compiling Benchmark BenchmarkResult.swift
[206/271] Emitting module Benchmark
[207/271] Compiling Benchmark Stats.swift
[208/271] Compiling Benchmark TestIntegration.swift
[209/271] Compiling Benchmark Benchmark.swift
[210/271] Compiling Benchmark BenchmarkArguments.swift
[211/271] Compiling Benchmark BenchmarkColumn.swift
[212/272] Wrapping AST for Benchmark for debugging
[214/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
[243/272] Compiling SwiftSyntax RawSyntaxNodes.swift
[244/272] Compiling SwiftSyntax RawSyntaxValidation.swift
[251/273] Wrapping AST for SwiftSyntax for debugging
[253/324] Compiling SwiftDiagnostics Convenience.swift
[254/324] Emitting module SwiftDiagnostics
[255/324] Compiling SwiftDiagnostics Message.swift
[256/324] Compiling SwiftDiagnostics Note.swift
[257/324] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[258/324] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[259/324] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[260/324] Compiling SwiftBasicFormat Syntax+Extensions.swift
[261/324] Compiling SwiftDiagnostics FixIt.swift
[262/324] Compiling SwiftDiagnostics Diagnostic.swift
[263/324] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[264/325] Wrapping AST for SwiftDiagnostics for debugging
[266/325] Emitting module SwiftBasicFormat
[267/325] Compiling SwiftBasicFormat BasicFormat.swift
[268/326] Wrapping AST for SwiftBasicFormat for debugging
[270/326] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[271/326] Compiling SwiftParser StringLiterals.swift
[272/326] Compiling SwiftParser SwiftParserCompatibility.swift
[273/326] Compiling SwiftParser SyntaxUtils.swift
[274/326] Compiling SwiftParser TokenConsumer.swift
[275/326] Compiling SwiftParser TokenPrecedence.swift
[276/326] Compiling SwiftParser TokenSpec.swift
[277/326] Compiling SwiftParser TokenSpecSet.swift
[278/326] Compiling SwiftParser TopLevel.swift
[279/326] Compiling SwiftParser TriviaParser.swift
[280/331] Compiling SwiftParser Modifiers.swift
[281/331] Compiling SwiftParser Names.swift
[282/331] Compiling SwiftParser Nominals.swift
[283/331] Compiling SwiftParser Parameters.swift
[284/331] Compiling SwiftParser ParseSourceFile.swift
[285/331] Compiling SwiftParser Parser.swift
[286/331] Compiling SwiftParser Patterns.swift
[287/331] Compiling SwiftParser Recovery.swift
[288/331] Compiling SwiftParser Specifiers.swift
[289/331] Compiling SwiftParser Statements.swift
[290/331] Compiling SwiftParser Lexer.swift
[291/331] Compiling SwiftParser RegexLiteralLexer.swift
[292/331] Compiling SwiftParser UnicodeScalarExtensions.swift
[293/331] Compiling SwiftParser Lookahead.swift
[294/331] Compiling SwiftParser LoopProgressCondition.swift
[295/331] Compiling SwiftParser Attributes.swift
[296/331] Compiling SwiftParser Availability.swift
[297/331] Compiling SwiftParser CharacterInfo.swift
[298/331] Compiling SwiftParser CollectionNodes+Parsable.swift
[299/331] Compiling SwiftParser Declarations.swift
[300/331] Compiling SwiftParser Directives.swift
[301/331] Emitting module SwiftParser
[302/331] Compiling SwiftParser ExperimentalFeatures.swift
[303/331] Compiling SwiftParser Expressions.swift
[304/331] Compiling SwiftParser IncrementalParseTransition.swift
[305/331] Compiling SwiftParser Cursor.swift
[306/331] Compiling SwiftParser Lexeme.swift
[307/331] Compiling SwiftParser LexemeSequence.swift
[308/331] Compiling SwiftParser Types.swift
[309/331] Compiling SwiftParser IsLexerClassified.swift
[310/331] Compiling SwiftParser LayoutNodes+Parsable.swift
[311/331] Compiling SwiftParser Parser+TokenSpecSet.swift
[312/331] Compiling SwiftParser TokenSpecStaticMembers.swift
[313/332] Wrapping AST for SwiftParser for debugging
[315/355] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[316/356] Compiling SwiftOperators PrecedenceGroup.swift
[317/357] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[318/357] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[319/357] Compiling SwiftOperators OperatorTable.swift
[320/357] Compiling SwiftOperators PrecedenceGraph.swift
[321/357] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[322/357] Compiling SwiftOperators SyntaxSynthesis.swift
[323/357] Compiling SwiftOperators OperatorTable+Semantics.swift
[324/357] Emitting module SwiftOperators
[325/357] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[326/357] Compiling SwiftParserDiagnostics PresenceUtils.swift
[327/357] Compiling SwiftOperators OperatorTable+Folding.swift
[329/358] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[330/358] Compiling SwiftParserDiagnostics Utils.swift
[331/358] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[333/358] Wrapping AST for SwiftOperators for debugging
[335/358] Compiling SwiftParserDiagnostics MissingNodesError.swift
[336/358] Compiling SwiftParserDiagnostics MissingTokenError.swift
[339/358] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[340/358] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[341/358] Emitting module SwiftParserDiagnostics
[342/359] Wrapping AST for SwiftParserDiagnostics for debugging
[344/373] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[345/373] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[346/374] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[347/374] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[348/374] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[349/374] Compiling SwiftSyntaxBuilder Indenter.swift
[350/374] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[351/374] Emitting module SwiftSyntaxBuilder
[352/374] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[353/374] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[354/374] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[355/374] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[356/374] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[357/374] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[358/374] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[359/375] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/389] Emitting module SwiftSyntaxMacros
[362/390] Compiling SwiftSyntaxMacros PeerMacro.swift
[363/390] Compiling SwiftSyntaxMacros MemberMacro.swift
[364/390] Compiling SwiftSyntaxMacros AccessorMacro.swift
[365/390] Compiling SwiftSyntaxMacros AttachedMacro.swift
[366/390] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[367/390] Compiling SwiftSyntaxMacros Macro+Format.swift
[368/390] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[369/390] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[370/390] Compiling SwiftSyntaxMacros Macro.swift
[371/390] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[372/390] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[373/390] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[374/390] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[375/390] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[376/391] Wrapping AST for SwiftSyntaxMacros for debugging
[378/399] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[379/399] Emitting module SwiftSyntaxMacroExpansion
[380/399] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[381/399] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[382/399] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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] Emitting module SwiftCompilerPluginMessageHandling
[389/407] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[390/407] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[391/407] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[392/407] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[393/407] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[394/407] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[395/408] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[397/410] Emitting module SwiftCompilerPlugin
[398/410] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[399/418] Wrapping AST for SwiftCompilerPlugin for debugging
[401/424] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[402/424] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[403/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(
[404/425] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[405/425] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[406/425] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[407/425] Compiling DependenciesExtrasMacrosPlugin Support.swift
[408/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)?
[409/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(
[410/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
[411/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
[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
[415/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
[415/427] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[416/427] Write Objects.LinkFileList
[418/427] Wrapping AST for DependenciesMacrosPlugin for debugging
[419/427] Write Objects.LinkFileList
[420/427] Linking DependenciesExtrasMacrosPlugin-tool
[421/427] Linking DependenciesMacrosPlugin-tool
[423/430] 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
[424/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
[425/430] Compiling DependenciesMacros Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[426/431] Wrapping AST for DependenciesMacros for debugging
[428/434] Compiling DependenciesExtrasMacros Exports.swift
[429/434] Emitting module DependenciesExtrasMacros
[430/434] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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] Emitting module SwiftSyntax509
[6/70] Compiling SwiftSyntax509 Empty.swift
[8/115] Compiling ConcurrencyExtras MainSerialExecutor.swift
[9/116] Emitting module IssueReporting
[10/118] Compiling SwiftSyntax BumpPtrAllocator.swift
[11/118] Compiling SwiftSyntax CommonAncestor.swift
[12/118] Compiling SwiftSyntax Convenience.swift
[13/118] Compiling SwiftSyntax MemoryLayout.swift
[14/118] Emitting module ConcurrencyExtras
[15/118] Compiling SwiftSyntax AbsolutePosition.swift
[16/118] Compiling SwiftSyntax Assert.swift
[20/118] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[21/118] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[22/118] Compiling SwiftSyntax ChildNameForKeyPath.swift
[23/118] Compiling SwiftSyntax Keyword.swift
[24/118] Compiling SwiftSyntax SourceLocation.swift
[25/118] Compiling SwiftSyntax SourcePresence.swift
[26/118] Compiling ConcurrencyExtras Result.swift
[27/118] Compiling ConcurrencyExtras LockIsolated.swift
[28/118] Compiling ConcurrencyExtras Task.swift
[29/118] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[30/118] Compiling SwiftSyntax RawSyntaxTokenView.swift
[31/118] Compiling SwiftSyntax SourceLength.swift
[35/118] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/118] Compiling SwiftSyntax RawSyntax.swift
[37/118] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/118] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/119] Emitting module ArgumentParserToolInfo
[41/119] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/120] Wrapping AST for ConcurrencyExtras for debugging
[44/119] Compiling IssueReporting WithExpectedIssue.swift
[45/119] Compiling IssueReporting WithIssueContext.swift
[54/186] Compiling CombineSchedulers UIScheduler.swift
[55/187] Compiling CombineSchedulers UIKit.swift
[56/187] Compiling XCTestDynamicOverlay Exports.swift
[57/187] Compiling CombineSchedulers SwiftUI.swift
[58/187] Compiling CombineSchedulers TestScheduler.swift
[59/187] Compiling CombineSchedulers Timer.swift
[60/187] Compiling CombineSchedulers UnimplementedScheduler.swift
[61/187] Compiling Clocks Timer.swift
[62/188] Compiling CombineSchedulers ImmediateScheduler.swift
[63/188] Compiling CombineSchedulers Deprecations.swift
[64/188] Compiling CombineSchedulers AnyScheduler.swift
[65/188] Compiling CombineSchedulers Concurrency.swift
[66/188] Emitting module CombineSchedulers
[67/188] Compiling CombineSchedulers Lock.swift
[68/188] Compiling CombineSchedulers NSRecursiveLock.swift
[70/188] Emitting module Clocks
[71/188] Emitting module XCTestDynamicOverlay
[72/188] Compiling XCTestDynamicOverlay Deprecations.swift
[73/189] Compiling Clocks AnyClock.swift
[74/189] Compiling Clocks ImmediateClock.swift
[75/189] Compiling Clocks Lock.swift
[77/189] Compiling Clocks UnimplementedClock.swift
[78/189] Compiling Clocks TestClock.swift
[79/189] Compiling Clocks _AsyncTimerSequence.swift
[80/189] Compiling Clocks SwiftUI.swift
[82/211] Compiling Dependencies Deprecations.swift
[83/211] Compiling Dependencies Exports.swift
[84/211] Compiling Dependencies TypeName.swift
[85/214] Compiling Dependencies Context.swift
[86/214] Compiling Dependencies Date.swift
[87/214] Compiling Dependencies FireAndForget.swift
[88/214] Compiling Dependencies Assert.swift
[89/214] Compiling Dependencies Calendar.swift
[90/214] Compiling Dependencies Clocks.swift
[91/214] Compiling Dependencies Dependency.swift
[92/214] Compiling Dependencies DependencyContext.swift
[93/214] Compiling Dependencies DependencyKey.swift
[94/214] Compiling Dependencies DependencyValues.swift
[97/219] Compiling Dependencies UUID.swift
[98/219] Compiling Dependencies WithRandomNumberGenerator.swift
[99/219] Compiling Dependencies AppEntryPoint.swift
[100/219] Compiling Dependencies MainQueue.swift
[101/219] Compiling Dependencies MainRunLoop.swift
[102/219] Compiling Dependencies OpenURL.swift
[103/219] Compiling Dependencies TimeZone.swift
[104/219] Compiling Dependencies URLSession.swift
[109/219] Compiling Dependencies Locale.swift
[123/219] Emitting module Dependencies
[124/219] Compiling Dependencies PreviewTrait.swift
[125/219] Compiling Dependencies TestTrait.swift
[126/219] Compiling Dependencies WithDependencies.swift
[127/219] Compiling ArgumentParser Name.swift
[128/219] Compiling ArgumentParser Parsed.swift
[129/219] Compiling ArgumentParser ParsedValues.swift
[130/219] Compiling ArgumentParser ParserError.swift
[131/219] Compiling ArgumentParser SplitArguments.swift
[132/219] Emitting module ArgumentParser
[144/219] Compiling ArgumentParser DumpHelpGenerator.swift
[145/219] Compiling ArgumentParser HelpCommand.swift
[146/219] Compiling ArgumentParser HelpGenerator.swift
[147/219] Compiling ArgumentParser MessageInfo.swift
[148/219] Compiling ArgumentParser UsageGenerator.swift
[152/219] Compiling ArgumentParser InputKey.swift
[153/219] Compiling ArgumentParser InputOrigin.swift
[154/219] Compiling ArgumentParser CollectionExtensions.swift
[155/219] Compiling ArgumentParser Platform.swift
[156/219] Compiling ArgumentParser SequenceExtensions.swift
[157/219] Compiling ArgumentParser StringExtensions.swift
[158/219] Compiling ArgumentParser Tree.swift
[160/235] Compiling Benchmark BenchmarkTermination.swift
[161/235] Compiling Benchmark BenchmarkTime.swift
[162/237] Compiling Benchmark BenchmarkState.swift
[163/237] Compiling Benchmark BenchmarkSuite.swift
[164/237] Compiling Benchmark BenchmarkCommand.swift
[165/237] Compiling Benchmark BenchmarkFilter.swift
[166/237] Compiling Benchmark BenchmarkFormatter.swift
[167/237] Compiling Benchmark BenchmarkMain.swift
[168/237] Compiling Benchmark BenchmarkRunner.swift
[169/237] Compiling Benchmark BenchmarkSetting.swift
[170/237] Compiling Benchmark Stats.swift
[171/237] Compiling Benchmark TestIntegration.swift
[172/237] Compiling Benchmark BenchmarkReporter.swift
[173/237] Compiling Benchmark BenchmarkResult.swift
[174/237] Emitting module Benchmark
[175/237] Compiling Benchmark Benchmark.swift
[176/237] Compiling Benchmark BenchmarkArguments.swift
[177/237] Compiling Benchmark BenchmarkColumn.swift
[178/238] Wrapping AST for Benchmark for debugging
[180/238] Emitting module SwiftSyntax
[187/238] Compiling SwiftSyntax SyntaxDeclNodes.swift
[188/238] Compiling SwiftSyntax SyntaxExprNodes.swift
[189/238] Compiling SwiftSyntax SyntaxNodes.swift
[190/238] Compiling SwiftSyntax SyntaxPatternNodes.swift
[191/238] Compiling SwiftSyntax SyntaxStmtNodes.swift
[192/238] Compiling SwiftSyntax SyntaxTypeNodes.swift
[215/238] Compiling SwiftSyntax RawSyntaxNodes.swift
[216/238] Compiling SwiftSyntax RawSyntaxValidation.swift
[218/289] Compiling SwiftDiagnostics Note.swift
[219/289] Compiling SwiftDiagnostics Message.swift
[220/289] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[221/289] Compiling SwiftDiagnostics FixIt.swift
[222/289] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[223/289] Compiling SwiftBasicFormat Syntax+Extensions.swift
[224/289] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[225/289] Compiling SwiftDiagnostics Diagnostic.swift
[226/289] Compiling SwiftDiagnostics Convenience.swift
[227/289] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[228/289] Emitting module SwiftDiagnostics
[230/289] Emitting module SwiftBasicFormat
[231/289] Compiling SwiftBasicFormat BasicFormat.swift
[233/290] Compiling SwiftParser Modifiers.swift
[234/290] Compiling SwiftParser Names.swift
[235/290] Compiling SwiftParser Nominals.swift
[236/290] Compiling SwiftParser Parameters.swift
[237/290] Compiling SwiftParser ParseSourceFile.swift
[238/294] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[239/294] Compiling SwiftParser StringLiterals.swift
[240/294] Compiling SwiftParser SwiftParserCompatibility.swift
[241/294] Compiling SwiftParser SyntaxUtils.swift
[242/294] Compiling SwiftParser TokenConsumer.swift
[243/294] Compiling SwiftParser Lexer.swift
[244/294] Compiling SwiftParser RegexLiteralLexer.swift
[245/294] Compiling SwiftParser UnicodeScalarExtensions.swift
[246/294] Compiling SwiftParser Lookahead.swift
[247/294] Compiling SwiftParser LoopProgressCondition.swift
[248/294] Emitting module SwiftParser
[249/294] Compiling SwiftParser TokenPrecedence.swift
[250/294] Compiling SwiftParser TokenSpec.swift
[251/294] Compiling SwiftParser TokenSpecSet.swift
[252/294] Compiling SwiftParser TopLevel.swift
[253/294] Compiling SwiftParser TriviaParser.swift
[254/294] Compiling SwiftParser Attributes.swift
[255/294] Compiling SwiftParser Availability.swift
[256/294] Compiling SwiftParser CharacterInfo.swift
[257/294] Compiling SwiftParser CollectionNodes+Parsable.swift
[258/294] Compiling SwiftParser Declarations.swift
[259/294] Compiling SwiftParser Directives.swift
[260/294] Compiling SwiftParser Parser.swift
[261/294] Compiling SwiftParser Patterns.swift
[262/294] Compiling SwiftParser Recovery.swift
[263/294] Compiling SwiftParser Specifiers.swift
[264/294] Compiling SwiftParser Statements.swift
[265/294] Compiling SwiftParser Types.swift
[266/294] Compiling SwiftParser IsLexerClassified.swift
[267/294] Compiling SwiftParser LayoutNodes+Parsable.swift
[268/294] Compiling SwiftParser Parser+TokenSpecSet.swift
[269/294] Compiling SwiftParser TokenSpecStaticMembers.swift
[270/294] Compiling SwiftParser ExperimentalFeatures.swift
[271/294] Compiling SwiftParser Expressions.swift
[272/294] Compiling SwiftParser IncrementalParseTransition.swift
[273/294] Compiling SwiftParser Cursor.swift
[274/294] Compiling SwiftParser Lexeme.swift
[275/294] Compiling SwiftParser LexemeSequence.swift
[276/295] Wrapping AST for SwiftParser for debugging
[278/318] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[279/319] Compiling SwiftOperators OperatorTable+Folding.swift
[280/319] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[281/319] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[282/319] Compiling SwiftOperators OperatorTable.swift
[283/320] Compiling SwiftOperators PrecedenceGroup.swift
[284/320] Compiling SwiftOperators SyntaxSynthesis.swift
[285/320] Compiling SwiftOperators PrecedenceGraph.swift
[286/320] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[287/320] Emitting module SwiftOperators
[288/320] Compiling SwiftParserDiagnostics MissingNodesError.swift
[289/320] Compiling SwiftParserDiagnostics MissingTokenError.swift
[290/320] Compiling SwiftOperators OperatorTable+Semantics.swift
[292/321] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[293/321] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[294/321] Compiling SwiftParserDiagnostics Utils.swift
[294/321] Wrapping AST for SwiftOperators for debugging
[296/321] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[297/321] Compiling SwiftParserDiagnostics PresenceUtils.swift
[300/321] Emitting module SwiftParserDiagnostics
[303/321] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[304/321] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[305/322] Wrapping AST for SwiftParserDiagnostics for debugging
[307/336] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[308/336] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[309/337] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[310/337] Compiling SwiftSyntaxBuilder Indenter.swift
[311/337] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[312/337] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[313/337] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[314/337] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[315/337] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[316/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[317/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[318/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[319/337] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[320/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[321/337] Emitting module SwiftSyntaxBuilder
[322/338] Wrapping AST for SwiftSyntaxBuilder for debugging
[324/352] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[325/352] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[326/353] Compiling SwiftSyntaxMacros MemberMacro.swift
[327/353] Compiling SwiftSyntaxMacros AccessorMacro.swift
[328/353] Compiling SwiftSyntaxMacros AttachedMacro.swift
[329/353] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[330/353] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[331/353] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[332/353] Compiling SwiftSyntaxMacros Macro+Format.swift
[333/353] Compiling SwiftSyntaxMacros Macro.swift
[334/353] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[335/353] Emitting module SwiftSyntaxMacros
[336/353] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[337/353] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[338/353] Compiling SwiftSyntaxMacros PeerMacro.swift
[340/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[341/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[342/361] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[343/361] Emitting module SwiftSyntaxMacroExpansion
[344/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[345/361] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[346/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[347/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[348/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/369] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[351/369] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[352/369] Emitting module SwiftCompilerPluginMessageHandling
[353/369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[354/369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[355/369] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[356/369] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[358/371] Emitting module SwiftCompilerPlugin
[359/371] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[360/372] Wrapping AST for SwiftCompilerPlugin for debugging
[362/385] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[363/386] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[364/386] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[365/386] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[366/386] Compiling DependenciesExtrasMacrosPlugin DependencyValueRegisterMacroPlugin.swift
[367/386] Compiling DependenciesExtrasMacrosPlugin Support.swift
[368/386] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[369/386] Compiling DependenciesExtrasMacrosPlugin Converting.swift
[370/386] Emitting module DependenciesExtrasMacrosPlugin
[371/386] Compiling DependenciesMacrosPlugin Support.swift
[372/386] Compiling DependenciesMacrosPlugin Plugins.swift
[373/387] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[374/387] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[375/387] Emitting module DependenciesMacrosPlugin
[377/387] Write Objects.LinkFileList
[378/387] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[379/387] Write Objects.LinkFileList
[380/387] Linking DependenciesMacrosPlugin-tool
[381/387] Linking DependenciesExtrasMacrosPlugin-tool
[383/390] 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
[391/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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[392/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 | }
BUILD FAILURE 6.1 android