Build Information
Failed to build swift-dependencies-extras, reference main (6e484f
), with Swift 6.1 for Android on 29 May 2025 00:06:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/arasan01/swift-dependencies-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6e484fd add sample app & test
Cloned https://github.com/arasan01/swift-dependencies-extras.git
Revision (git rev-parse @):
6e484fd48378b294b2336bf711ac7e4c2afef0f8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/arasan01/swift-dependencies-extras.git at main
========================================
Build
========================================
Selected platform: 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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/1486] Fetching swift-benchmark
[1487/2394] Fetching swift-benchmark, swift-macro-testing
[2395/4443] Fetching swift-benchmark, swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.32s)
[1753/3535] Fetching swift-benchmark, swift-docc-plugin
[1959/8993] Fetching swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay
[6593/15242] Fetching swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
[15243/85694] Fetching swift-benchmark, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
[26579/83645] Fetching swift-benchmark, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/google/swift-benchmark from cache (5.76s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (5.76s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.77s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.81s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (8.34s)
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.49s)
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.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.59s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.99s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.45s)
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.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.81s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.56s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.47s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[26/3262] Fetching combine-schedulers, swift-concurrency-extras
[3263/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.34s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.34s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.83s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.45s)
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-dependencies': 'swift-dependencies' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/62] Write sources
[29/62] Write swift-version-24593BA9C3E375BF.txt
[31/96] Emitting module ArgumentParserToolInfo
[32/96] Emitting module SwiftSyntax509
[33/96] Compiling SwiftSyntax509 Empty.swift
[34/97] Wrapping AST for SwiftSyntax509 for debugging
[36/142] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/143] 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/144] Wrapping AST for ArgumentParserToolInfo for debugging
[40/144] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/144] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/184] 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
[43/184] 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
[44/184] 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
[45/184] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/184] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/184] 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
[48/184] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/184] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/184] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/184] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/184] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[56/184] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/184] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/184] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/185] 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
[61/185] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/185] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/185] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/185] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/185] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/185] 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
[67/185] 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
[68/185] 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
[69/185] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/186] Wrapping AST for IssueReporting for debugging
[74/186] Wrapping AST for ConcurrencyExtras for debugging
[76/209] Compiling 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
[77/209] 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
[78/209] 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
[79/211] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/211] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/211] Compiling CombineSchedulers 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
[82/211] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/211] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/211] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/211] 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
[86/211] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/211] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/211] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/211] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/211] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/211] 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
[92/211] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/211] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
[113/211] Compiling ArgumentParser FishCompletionsGenerator.swift
[114/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
[115/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
[117/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
[118/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
[118/218] Wrapping AST for CombineSchedulers for debugging
[120/218] 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
[121/219] 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
[122/219] 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
[124/220] Wrapping AST for Clocks for debugging
[125/220] Wrapping AST for XCTestDynamicOverlay for debugging
[127/243] Emitting module ArgumentParser
[128/248] 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
[129/248] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/248] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/251] Compiling Dependencies Dependency.swift
[132/251] Compiling Dependencies DependencyContext.swift
[133/251] Compiling Dependencies DependencyKey.swift
[134/251] Compiling Dependencies DependencyValues.swift
[135/251] Compiling Dependencies Assert.swift
[136/251] Compiling Dependencies Date.swift
[137/251] Compiling Dependencies FireAndForget.swift
[138/251] Compiling Dependencies Deprecations.swift
[139/251] Compiling Dependencies Exports.swift
[140/251] Compiling Dependencies TypeName.swift
[141/251] Compiling Dependencies UUID.swift
[142/251] Compiling Dependencies Calendar.swift
[143/251] Compiling Dependencies Clocks.swift
[147/251] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[155/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
[156/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
[157/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
[158/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
[159/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[168/251] Compiling ArgumentParser CollectionExtensions.swift
[169/251] Compiling ArgumentParser Platform.swift
[170/251] Compiling ArgumentParser SequenceExtensions.swift
[171/251] Compiling ArgumentParser StringExtensions.swift
[172/251] Compiling ArgumentParser Tree.swift
[173/251] Compiling Dependencies PreviewTrait.swift
[174/251] Compiling Dependencies TestTrait.swift
[175/251] Compiling Dependencies WithDependencies.swift
[176/251] Compiling ArgumentParser InputKey.swift
[177/251] Compiling ArgumentParser InputOrigin.swift
[178/251] Compiling ArgumentParser Name.swift
[179/251] Compiling ArgumentParser Parsed.swift
[180/251] Compiling ArgumentParser ParsedValues.swift
[181/251] Compiling ArgumentParser ParserError.swift
[182/251] Compiling ArgumentParser SplitArguments.swift
[183/251] Compiling ArgumentParser DumpHelpGenerator.swift
[184/251] Compiling ArgumentParser HelpCommand.swift
[185/251] Compiling ArgumentParser HelpGenerator.swift
[186/251] Compiling ArgumentParser MessageInfo.swift
[187/251] Compiling ArgumentParser UsageGenerator.swift
[188/252] Wrapping AST for ArgumentParser for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/268] 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
[194/268] Compiling Benchmark Benchmark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/268] Compiling Benchmark BenchmarkArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/268] Compiling Benchmark BenchmarkColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/268] Compiling Benchmark BenchmarkReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/269] Compiling Benchmark BenchmarkTermination.swift
[200/269] Compiling Benchmark BenchmarkTime.swift
[200/271] Wrapping AST for Dependencies for debugging
[202/271] Compiling Benchmark BenchmarkState.swift
[203/271] Compiling Benchmark BenchmarkSuite.swift
[204/271] Compiling Benchmark Stats.swift
[205/271] Compiling Benchmark TestIntegration.swift
[206/271] Compiling Benchmark BenchmarkCommand.swift
[207/271] Compiling Benchmark BenchmarkFilter.swift
[209/271] Compiling Benchmark BenchmarkResult.swift
[210/271] Compiling Benchmark BenchmarkFormatter.swift
[211/271] Compiling Benchmark BenchmarkMain.swift
[212/271] Compiling Benchmark BenchmarkRunner.swift
[213/271] Compiling Benchmark BenchmarkSetting.swift
[214/271] Emitting module Benchmark
[218/272] Wrapping AST for Benchmark for debugging
[220/272] Emitting module SwiftSyntax
[233/272] Compiling SwiftSyntax SyntaxDeclNodes.swift
[234/272] Compiling SwiftSyntax SyntaxExprNodes.swift
[235/272] Compiling SwiftSyntax SyntaxNodes.swift
[236/272] Compiling SwiftSyntax SyntaxPatternNodes.swift
[237/272] Compiling SwiftSyntax SyntaxStmtNodes.swift
[238/272] Compiling SwiftSyntax SyntaxTypeNodes.swift
[249/272] Compiling SwiftSyntax RawSyntaxNodes.swift
[250/272] Compiling SwiftSyntax RawSyntaxValidation.swift
[251/276] Wrapping AST for SwiftSyntax for debugging
[253/324] Compiling SwiftDiagnostics Convenience.swift
[254/324] Emitting module SwiftDiagnostics
[255/324] Compiling SwiftBasicFormat Syntax+Extensions.swift
[256/324] Compiling SwiftDiagnostics Message.swift
[257/324] Compiling SwiftDiagnostics Note.swift
[258/324] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[259/324] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[260/324] Compiling SwiftDiagnostics Diagnostic.swift
[261/324] Compiling SwiftDiagnostics FixIt.swift
[262/324] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[263/324] Emitting module SwiftBasicFormat
[264/324] Compiling SwiftBasicFormat BasicFormat.swift
[266/325] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[267/326] Wrapping AST for SwiftBasicFormat for debugging
[268/326] Wrapping AST for SwiftDiagnostics for debugging
[270/326] Compiling SwiftParser Lexer.swift
[271/326] Compiling SwiftParser RegexLiteralLexer.swift
[272/326] Compiling SwiftParser UnicodeScalarExtensions.swift
[273/326] Compiling SwiftParser Lookahead.swift
[274/326] Compiling SwiftParser LoopProgressCondition.swift
[275/331] Emitting module SwiftParser
[276/331] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[277/331] Compiling SwiftParser StringLiterals.swift
[278/331] Compiling SwiftParser SwiftParserCompatibility.swift
[279/331] Compiling SwiftParser SyntaxUtils.swift
[280/331] Compiling SwiftParser TokenConsumer.swift
[281/331] Compiling SwiftParser TokenPrecedence.swift
[282/331] Compiling SwiftParser TokenSpec.swift
[283/331] Compiling SwiftParser TokenSpecSet.swift
[284/331] Compiling SwiftParser TopLevel.swift
[285/331] Compiling SwiftParser TriviaParser.swift
[286/331] Compiling SwiftParser Modifiers.swift
[287/331] Compiling SwiftParser Names.swift
[288/331] Compiling SwiftParser Nominals.swift
[289/331] Compiling SwiftParser Parameters.swift
[290/331] Compiling SwiftParser ParseSourceFile.swift
[291/331] Compiling SwiftParser Parser.swift
[292/331] Compiling SwiftParser Patterns.swift
[293/331] Compiling SwiftParser Recovery.swift
[294/331] Compiling SwiftParser Specifiers.swift
[295/331] Compiling SwiftParser Statements.swift
[296/331] Compiling SwiftParser ExperimentalFeatures.swift
[297/331] Compiling SwiftParser Expressions.swift
[298/331] Compiling SwiftParser IncrementalParseTransition.swift
[299/331] Compiling SwiftParser Cursor.swift
[300/331] Compiling SwiftParser Lexeme.swift
[301/331] Compiling SwiftParser LexemeSequence.swift
[302/331] Compiling SwiftParser Attributes.swift
[303/331] Compiling SwiftParser Availability.swift
[304/331] Compiling SwiftParser CharacterInfo.swift
[305/331] Compiling SwiftParser CollectionNodes+Parsable.swift
[306/331] Compiling SwiftParser Declarations.swift
[307/331] Compiling SwiftParser Directives.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 TokenNameForDiagnostics.swift
[318/357] Compiling SwiftOperators OperatorTable.swift
[319/357] Compiling SwiftOperators PrecedenceGraph.swift
[320/357] Emitting module SwiftOperators
[321/357] Compiling SwiftOperators OperatorError.swift
[322/357] Compiling SwiftOperators OperatorTable+Defaults.swift
[323/357] Compiling SwiftOperators Operator.swift
[324/357] Compiling SwiftOperators OperatorError+Diagnostics.swift
[325/357] Compiling SwiftOperators SyntaxSynthesis.swift
[326/357] Compiling SwiftOperators OperatorTable+Folding.swift
[327/357] Compiling SwiftOperators OperatorTable+Semantics.swift
[329/358] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[330/358] Compiling SwiftParserDiagnostics Utils.swift
[331/358] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[332/358] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[333/358] Compiling SwiftParserDiagnostics PresenceUtils.swift
[333/358] Wrapping AST for SwiftOperators for debugging
[335/358] Emitting module SwiftParserDiagnostics
[338/358] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[339/358] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[342/359] Wrapping AST for SwiftParserDiagnostics for debugging
[344/373] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[345/373] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[346/374] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[347/374] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[348/374] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[349/374] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[350/374] Emitting module SwiftSyntaxBuilder
[351/374] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[352/374] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[353/374] Compiling SwiftSyntaxBuilder Indenter.swift
[354/374] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[355/374] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[356/374] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[357/374] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[358/374] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[359/375] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/389] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[362/389] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[363/390] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[364/390] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[365/390] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[366/390] Compiling SwiftSyntaxMacros Macro+Format.swift
[367/390] Compiling SwiftSyntaxMacros MemberMacro.swift
[368/390] Compiling SwiftSyntaxMacros Macro.swift
[369/390] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[370/390] Compiling SwiftSyntaxMacros PeerMacro.swift
[371/390] Compiling SwiftSyntaxMacros AccessorMacro.swift
[372/390] Compiling SwiftSyntaxMacros AttachedMacro.swift
[373/390] Emitting module SwiftSyntaxMacros
[374/390] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[375/390] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[376/391] Wrapping AST for SwiftSyntaxMacros for debugging
[378/399] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[379/399] Emitting module SwiftSyntaxMacroExpansion
[380/399] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[381/399] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[382/399] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[383/399] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[384/399] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[385/399] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[386/400] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[388/407] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[389/407] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[390/407] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[391/407] Emitting module SwiftCompilerPluginMessageHandling
[392/407] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[393/407] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[394/407] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[395/408] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[397/410] Emitting module SwiftCompilerPlugin
[398/410] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[399/424] Wrapping AST for SwiftCompilerPlugin for debugging
[401/424] Compiling DependenciesExtrasMacrosPlugin Plugins.swift
[402/425] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.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 FreeFunctions.swift
[406/425] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[407/425] Compiling DependenciesExtrasMacrosPlugin Support.swift
[408/425] Emitting module DependenciesExtrasMacrosPlugin
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:18:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
16 | extension Converting
17 | where Input == FunctionDeclSyntax, Output == VariableDeclSyntax {
18 | static let convert = Converting { functionSyntax in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | var attributes = functionSyntax.attributes
20 | attributes.append(
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:135:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
133 | where Input == FunctionParameterListSyntax, Output == TupleTypeElementListSyntax
134 | {
135 | static let convert = Converting { parameters in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | let elements: [TupleTypeElementSyntax] = parameters.map { fp in
137 | let originalFirstName = fp.firstToken(viewMode: .sourceAccurate)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:155:14: warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
153 | extension Converting
154 | where Input == (TokenSyntax, VariableDeclSyntax), Output == ExprSyntax {
155 | static let functionCallConvert = Converting { (callMember, varDecl) in
| |- warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'functionCallConvert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | guard let patternBinding: PatternBindingSyntax = varDecl.bindings.first
157 | else {
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:249:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
247 | extension Converting
248 | where Input == VariableDeclSyntax, Output == TypeEffectSpecifiersSyntax? {
249 | static let convert = Converting { decl in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 | decl.bindings
251 | .compactMap(\.typeAnnotation?.type)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:262:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
260 | extension Converting
261 | where Input == PatternBindingSyntax, Output == TupleTypeElementListSyntax? {
262 | static let convert = Converting { binding in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | binding.typeAnnotation?
264 | .type.as(AttributedTypeSyntax.self)?
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/DependencyValueRegisterMacroPlugin.swift:10:21: warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | extension DependencyValueRegisterMacro: DeclarationMacro {
10 | public static var formatMode: FormatMode = .disabled
| |- warning: static property 'formatMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'formatMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'formatMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | public static func expansion(
[409/425] Compiling DependenciesExtrasMacrosPlugin Converting.swift
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:18:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
16 | extension Converting
17 | where Input == FunctionDeclSyntax, Output == VariableDeclSyntax {
18 | static let convert = Converting { functionSyntax in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionDeclSyntax, VariableDeclSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | var attributes = functionSyntax.attributes
20 | attributes.append(
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:135:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
133 | where Input == FunctionParameterListSyntax, Output == TupleTypeElementListSyntax
134 | {
135 | static let convert = Converting { parameters in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<FunctionParameterListSyntax, TupleTypeElementListSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | let elements: [TupleTypeElementSyntax] = parameters.map { fp in
137 | let originalFirstName = fp.firstToken(viewMode: .sourceAccurate)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:155:14: warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
153 | extension Converting
154 | where Input == (TokenSyntax, VariableDeclSyntax), Output == ExprSyntax {
155 | static let functionCallConvert = Converting { (callMember, varDecl) in
| |- warning: static property 'functionCallConvert' is not concurrency-safe because non-'Sendable' type 'Converting<(TokenSyntax, VariableDeclSyntax), ExprSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'functionCallConvert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | guard let patternBinding: PatternBindingSyntax = varDecl.bindings.first
157 | else {
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:249:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
247 | extension Converting
248 | where Input == VariableDeclSyntax, Output == TypeEffectSpecifiersSyntax? {
249 | static let convert = Converting { decl in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<VariableDeclSyntax, TypeEffectSpecifiersSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 | decl.bindings
251 | .compactMap(\.typeAnnotation?.type)
/host/spi-builder-workspace/Sources/DependenciesExtrasMacrosPlugin/Converting.swift:262:14: warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
6 | import SwiftSyntaxMacros
7 |
8 | struct Converting<Input, Output> {
| `- note: consider making generic struct 'Converting' conform to the 'Sendable' protocol
9 | var run: (Input) throws -> Output
10 |
:
260 | extension Converting
261 | where Input == PatternBindingSyntax, Output == TupleTypeElementListSyntax? {
262 | static let convert = Converting { binding in
| |- warning: static property 'convert' is not concurrency-safe because non-'Sendable' type 'Converting<PatternBindingSyntax, TupleTypeElementListSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | binding.typeAnnotation?
264 | .type.as(AttributedTypeSyntax.self)?
[410/426] Compiling DependenciesMacrosPlugin Plugins.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[411/426] Compiling DependenciesMacrosPlugin Support.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[413/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
[414/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
[415/426] Emitting module DependenciesMacrosPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[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 DependenciesExtrasMacros.swift
[429/434] Compiling DependenciesExtrasMacros Exports.swift
[430/434] Emitting module DependenciesExtrasMacros
[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:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|4 | public struct _$ProtocolPersistent: Sendable {
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
| | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
|7 | }
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
|7 | }
| +--- macro expansion @DependencyEndpoint ------------------------
| |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
| |2 | IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
| |3 | return unimplemented("load")
| | | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
| |4 | }
| +----------------------------------------------------------------
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
|9 | }
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
[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:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|4 | public struct _$ProtocolPersistent: Sendable {
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
| | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
|7 | }
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
|7 | }
| +--- macro expansion @DependencyEndpoint ------------------------
| |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
| |2 | IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
| |3 | return unimplemented("load")
| | | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
| |4 | }
| +----------------------------------------------------------------
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
|9 | }
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:66: error: type 'URL' has no member 'documentsDirectory'
28 | protocolPersistent
29 | }
30 | try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
| `- error: type 'URL' has no member 'documentsDirectory'
31 | }
32 | }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:142: error: cannot infer contextual base in reference to member 'text'
28 | protocolPersistent
29 | }
30 | try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
| `- error: cannot infer contextual base in reference to member 'text'
31 | }
32 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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] Compiling SwiftSyntax509 Empty.swift
[6/70] Emitting module SwiftSyntax509
[7/71] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/72] Compiling ConcurrencyExtras LockIsolated.swift
[10/71] Emitting module ConcurrencyExtras
[11/71] Compiling IssueReporting LockIsolated.swift
[12/71] Compiling IssueReporting Rethrows.swift
[13/71] Compiling IssueReporting Deprecations.swift
[14/71] Compiling IssueReporting FailureObserver.swift
[15/71] Compiling IssueReporting ErrorReporting.swift
[16/71] Compiling IssueReporting AppHostWarning.swift
[17/71] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/71] Compiling IssueReporting TestContext.swift
[19/71] Compiling IssueReporting Unimplemented.swift
[20/73] Compiling IssueReporting BreakpointReporter.swift
[21/73] Compiling IssueReporting FatalErrorReporter.swift
[22/73] Compiling IssueReporting XCTest.swift
[23/73] Compiling IssueReporting IsTesting.swift
[24/73] Compiling IssueReporting IssueReporter.swift
[25/73] Compiling IssueReporting RuntimeWarningReporter.swift
[26/73] Compiling IssueReporting ReportIssue.swift
[27/73] Compiling ConcurrencyExtras Result.swift
[28/73] Compiling ConcurrencyExtras Task.swift
[29/74] Wrapping AST for ConcurrencyExtras for debugging
[31/119] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/119] Emitting module ArgumentParserToolInfo
[33/120] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[34/120] Compiling SwiftSyntax SyntaxBaseNodes.swift
[36/120] Compiling SwiftSyntax CommonAncestor.swift
[37/120] Compiling SwiftSyntax Convenience.swift
[38/120] Compiling SwiftSyntax MemoryLayout.swift
[39/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/120] Compiling SwiftSyntax RawSyntax.swift
[41/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/120] Compiling SwiftSyntax AbsolutePosition.swift
[43/120] Compiling SwiftSyntax Assert.swift
[44/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[45/120] Emitting module IssueReporting
[47/180] Compiling XCTestDynamicOverlay Exports.swift
[48/180] Compiling CombineSchedulers AnyScheduler.swift
[49/180] Compiling CombineSchedulers Concurrency.swift
[50/180] Emitting module CombineSchedulers
[51/180] Compiling Clocks Timer.swift
[52/182] Compiling CombineSchedulers ImmediateScheduler.swift
[53/182] Compiling CombineSchedulers Deprecations.swift
[54/182] Compiling CombineSchedulers Lock.swift
[55/182] Compiling CombineSchedulers NSRecursiveLock.swift
[56/182] Compiling CombineSchedulers SwiftUI.swift
[57/182] Compiling CombineSchedulers TestScheduler.swift
[58/182] Compiling CombineSchedulers Timer.swift
[59/182] Compiling CombineSchedulers UIScheduler.swift
[60/182] Compiling CombineSchedulers UIKit.swift
[61/182] Compiling Clocks AnyClock.swift
[62/182] Compiling CombineSchedulers UnimplementedScheduler.swift
[63/182] Emitting module Clocks
[65/182] Compiling Clocks ImmediateClock.swift
[66/182] Compiling Clocks Lock.swift
[67/182] Compiling Clocks _AsyncTimerSequence.swift
[68/182] Emitting module XCTestDynamicOverlay
[69/182] Compiling XCTestDynamicOverlay Deprecations.swift
[70/183] Compiling Clocks SwiftUI.swift
[71/183] Compiling Clocks TestClock.swift
[72/183] Compiling Clocks UnimplementedClock.swift
[77/182] Compiling ArgumentParser CommandConfiguration.swift
[78/182] Compiling ArgumentParser CommandGroup.swift
[79/182] Compiling ArgumentParser EnumerableFlag.swift
[80/187] Emitting module ArgumentParser
[81/210] Compiling Dependencies Assert.swift
[82/210] Compiling Dependencies Calendar.swift
[83/210] Compiling Dependencies Clocks.swift
[84/213] Compiling Dependencies Locale.swift
[85/213] Compiling Dependencies MainQueue.swift
[86/213] Compiling Dependencies MainRunLoop.swift
[87/213] Compiling Dependencies OpenURL.swift
[88/213] Compiling Dependencies TimeZone.swift
[89/213] Compiling Dependencies URLSession.swift
[90/213] Compiling Dependencies UUID.swift
[91/213] Compiling Dependencies WithRandomNumberGenerator.swift
[92/213] Compiling Dependencies AppEntryPoint.swift
[93/213] Compiling Dependencies Deprecations.swift
[94/213] Compiling Dependencies Exports.swift
[95/213] Compiling Dependencies TypeName.swift
[96/213] Compiling Dependencies Context.swift
[97/213] Compiling Dependencies Date.swift
[98/213] Compiling Dependencies FireAndForget.swift
[99/213] Compiling ArgumentParser Name.swift
[100/213] Compiling ArgumentParser Parsed.swift
[101/213] Compiling ArgumentParser ParsedValues.swift
[102/213] Compiling ArgumentParser ParserError.swift
[103/213] Compiling ArgumentParser SplitArguments.swift
[113/213] Compiling Dependencies Dependency.swift
[114/213] Compiling Dependencies DependencyContext.swift
[115/213] Compiling Dependencies DependencyKey.swift
[116/213] Compiling Dependencies PreviewTrait.swift
[117/213] Compiling Dependencies TestTrait.swift
[118/213] Compiling Dependencies WithDependencies.swift
[119/213] Compiling ArgumentParser CollectionExtensions.swift
[120/213] Compiling ArgumentParser Platform.swift
[121/213] Compiling ArgumentParser SequenceExtensions.swift
[122/213] Compiling ArgumentParser StringExtensions.swift
[123/213] Compiling ArgumentParser Tree.swift
[124/213] Emitting module Dependencies
[128/213] Compiling Dependencies DependencyValues.swift
[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 ParsableCommand.swift
[153/219] Compiling ArgumentParser ArgumentDecoder.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] Emitting module Benchmark
[167/237] Compiling Benchmark BenchmarkReporter.swift
[168/237] Compiling Benchmark BenchmarkResult.swift
[169/237] Compiling Benchmark BenchmarkFormatter.swift
[170/237] Compiling Benchmark BenchmarkMain.swift
[171/237] Compiling Benchmark BenchmarkRunner.swift
[172/237] Compiling Benchmark BenchmarkSetting.swift
[173/237] Compiling Benchmark Stats.swift
[174/237] Compiling Benchmark TestIntegration.swift
[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
[199/238] Compiling SwiftSyntax SyntaxDeclNodes.swift
[200/238] Compiling SwiftSyntax SyntaxExprNodes.swift
[201/238] Compiling SwiftSyntax SyntaxNodes.swift
[202/238] Compiling SwiftSyntax SyntaxPatternNodes.swift
[203/238] Compiling SwiftSyntax SyntaxStmtNodes.swift
[204/238] Compiling SwiftSyntax SyntaxTypeNodes.swift
[215/238] Compiling SwiftSyntax SyntaxTraits.swift
[216/238] Compiling SwiftSyntax SyntaxTransform.swift
[218/251] Compiling SwiftDiagnostics Convenience.swift
[219/251] Compiling SwiftDiagnostics FixIt.swift
[220/251] Emitting module SwiftDiagnostics
[221/251] Compiling SwiftDiagnostics Note.swift
[222/251] Emitting module SwiftBasicFormat
[223/251] Compiling SwiftDiagnostics Message.swift
[224/251] Compiling SwiftBasicFormat Syntax+Extensions.swift
[225/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[226/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[227/289] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[228/289] Compiling SwiftDiagnostics Diagnostic.swift
[229/289] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[231/289] Compiling SwiftBasicFormat BasicFormat.swift
[232/290] Compiling SwiftParser Modifiers.swift
[233/290] Compiling SwiftParser Names.swift
[234/290] Compiling SwiftParser Nominals.swift
[235/290] Compiling SwiftParser Parameters.swift
[236/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 TokenPrecedence.swift
[244/294] Compiling SwiftParser TokenSpec.swift
[245/294] Compiling SwiftParser TokenSpecSet.swift
[246/294] Compiling SwiftParser TopLevel.swift
[247/294] Compiling SwiftParser TriviaParser.swift
[248/294] Compiling SwiftParser Lexer.swift
[249/294] Compiling SwiftParser RegexLiteralLexer.swift
[250/294] Compiling SwiftParser UnicodeScalarExtensions.swift
[251/294] Compiling SwiftParser Lookahead.swift
[252/294] Compiling SwiftParser LoopProgressCondition.swift
[253/294] Compiling SwiftParser Attributes.swift
[254/294] Compiling SwiftParser Availability.swift
[255/294] Compiling SwiftParser CharacterInfo.swift
[256/294] Compiling SwiftParser CollectionNodes+Parsable.swift
[257/294] Compiling SwiftParser Declarations.swift
[258/294] Compiling SwiftParser Directives.swift
[259/294] Compiling SwiftParser Parser.swift
[260/294] Compiling SwiftParser Patterns.swift
[261/294] Compiling SwiftParser Recovery.swift
[262/294] Compiling SwiftParser Specifiers.swift
[263/294] Compiling SwiftParser Statements.swift
[264/294] Compiling SwiftParser Types.swift
[265/294] Compiling SwiftParser IsLexerClassified.swift
[266/294] Compiling SwiftParser LayoutNodes+Parsable.swift
[267/294] Compiling SwiftParser Parser+TokenSpecSet.swift
[268/294] Compiling SwiftParser TokenSpecStaticMembers.swift
[269/294] Compiling SwiftParser ExperimentalFeatures.swift
[270/294] Compiling SwiftParser Expressions.swift
[271/294] Compiling SwiftParser IncrementalParseTransition.swift
[272/294] Compiling SwiftParser Cursor.swift
[273/294] Compiling SwiftParser Lexeme.swift
[274/294] Compiling SwiftParser LexemeSequence.swift
[275/294] Emitting module SwiftParser
[276/295] Wrapping AST for SwiftParser for debugging
[278/318] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[279/318] Compiling SwiftParserDiagnostics MissingNodesError.swift
[280/318] Compiling SwiftParserDiagnostics MissingTokenError.swift
[281/320] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[282/320] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[283/320] Emitting module SwiftOperators
[284/320] Compiling SwiftOperators PrecedenceGroup.swift
[285/320] Compiling SwiftOperators OperatorTable.swift
[286/320] Compiling SwiftOperators PrecedenceGraph.swift
[287/320] Compiling SwiftOperators OperatorTable+Semantics.swift
[288/320] Compiling SwiftOperators OperatorTable+Folding.swift
[289/320] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[290/320] Compiling SwiftOperators SyntaxSynthesis.swift
[291/321] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[292/321] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[293/321] Compiling SwiftParserDiagnostics Utils.swift
[295/321] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[296/321] Compiling SwiftParserDiagnostics PresenceUtils.swift
[296/321] Wrapping AST for SwiftOperators for debugging
[302/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 Indenter.swift
[310/337] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[311/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[312/337] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[313/337] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[314/337] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[315/337] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[316/337] Emitting module SwiftSyntaxBuilder
[317/337] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[318/337] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[319/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[320/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[321/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[322/338] Wrapping AST for SwiftSyntaxBuilder for debugging
[324/352] Compiling SwiftSyntaxMacros AccessorMacro.swift
[325/352] Compiling SwiftSyntaxMacros AttachedMacro.swift
[326/352] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[327/352] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[328/352] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[329/352] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[330/353] Compiling SwiftSyntaxMacros MemberMacro.swift
[331/353] Compiling SwiftSyntaxMacros Macro.swift
[332/353] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[333/353] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[334/353] Compiling SwiftSyntaxMacros Macro+Format.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 BasicMacroExpansionContext.swift
[341/361] Emitting module SwiftSyntaxMacroExpansion
[342/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[343/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[344/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[345/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[346/361] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[347/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[348/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[351/369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[352/369] Emitting module SwiftCompilerPluginMessageHandling
[353/369] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[354/369] Compiling SwiftCompilerPluginMessageHandling Macros.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/385] Compiling DependenciesExtrasMacrosPlugin FreeFunctions.swift
[364/386] Compiling DependenciesExtrasMacrosPlugin DependencyProtocolClientMacroPlugin.swift
[365/386] Compiling DependenciesExtrasMacrosPlugin DependencyValueRegisterMacroPlugin.swift
[366/386] Compiling DependenciesExtrasMacrosPlugin DependencyTestDepConformanceMacroPlugin.swift
[367/386] Compiling DependenciesExtrasMacrosPlugin Converting.swift
[368/386] Emitting module DependenciesExtrasMacrosPlugin
[369/386] Compiling DependenciesExtrasMacrosPlugin DependencyLiveDepConformanceMacroPlugin.swift
[370/386] Compiling DependenciesExtrasMacrosPlugin Support.swift
[371/387] Compiling DependenciesMacrosPlugin Support.swift
[372/387] Compiling DependenciesMacrosPlugin Plugins.swift
[374/387] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[375/387] Emitting module DependenciesMacrosPlugin
[376/387] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[377/388] Wrapping AST for DependenciesExtrasMacrosPlugin for debugging
[378/388] Write Objects.LinkFileList
[379/388] Linking DependenciesExtrasMacrosPlugin-tool
[380/387] Write Objects.LinkFileList
[381/387] Linking DependenciesMacrosPlugin-tool
[383/390] Emitting module DependenciesMacros
[384/390] Compiling DependenciesMacros Macros.swift
[385/390] Compiling DependenciesMacros Exports.swift
[387/393] Compiling DependenciesExtrasMacros Exports.swift
[388/393] Compiling DependenciesExtrasMacros DependenciesExtrasMacros.swift
[389/393] Emitting module DependenciesExtrasMacros
error: emit-module command failed with exit code 1 (use -v to see invocation)
[391/395] Emitting module DependenciesExtrasBenchmark
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|4 | public struct _$ProtocolPersistent: Sendable {
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
| | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
|7 | }
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
|7 | }
| +--- macro expansion @DependencyEndpoint ------------------------
| |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
| |2 | IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
| |3 | return unimplemented("load")
| | | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
| |4 | }
| +----------------------------------------------------------------
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
|9 | }
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:21:17: warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | @available(macOS 13.0, *)
20 | struct Runner {
21 | @Dependency(\.protocolPersistent) var protocolPersistent
| `- warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | func run() async throws {
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[392/395] Compiling DependenciesExtrasBenchmark HowToUse.swift
macro expansion @DependencyProtocolClient:6:9: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|4 | public struct _$ProtocolPersistent: Sendable {
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
| | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
|7 | }
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
macro expansion @DependencyEndpoint:3:12: error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
`- /host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:8:2: note: expanded code originates here
6 | func load(_ url: URL) throws -> Data
7 | func save(_ data: Data, _ url: URL) async throws -> Void
8 | }
+--- macro expansion @DependencyProtocolClient ----------------------
|5 | public var load: @Sendable (_: URL) throws -> Data = { (_) in
|6 | unimplemented("load")
|7 | }
| +--- macro expansion @DependencyEndpoint ------------------------
| |1 | private var _load: @Sendable (_: URL) throws -> Data = { (_) in
| |2 | IssueReporting.reportIssue("Unimplemented: '\(Self.self).load'")
| |3 | return unimplemented("load")
| | | `- error: 'unimplemented(_:file:fileID:function:line:column:)' has been renamed to 'unimplemented(_:placeholder:)'
| |4 | }
| +----------------------------------------------------------------
|8 | public var save: @Sendable (_: Data, _: URL) async throws -> Void
|9 | }
+--------------------------------------------------------------------
9 |
10 | public final class ProtocolPersistentImpl: @unchecked Sendable, ProtocolPersistent {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/Deprecations.swift:255:13: note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
253 | @_disfavoredOverload
254 | @available(*, unavailable, renamed: "unimplemented(_:placeholder:)")
255 | public func unimplemented<Result>(
| `- note: 'unimplemented(_:file:fileID:function:line:column:)' has been explicitly marked unavailable here
256 | _ description: @autoclosure @escaping @Sendable () -> String = "",
257 | file filePath: StaticString = #filePath,
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:21:17: warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | @available(macOS 13.0, *)
20 | struct Runner {
21 | @Dependency(\.protocolPersistent) var protocolPersistent
| `- warning: type 'WritableKeyPath<DependencyValues, _$ProtocolPersistent>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | func run() async throws {
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:66: error: type 'URL' has no member 'documentsDirectory'
28 | protocolPersistent
29 | }
30 | try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
| `- error: type 'URL' has no member 'documentsDirectory'
31 | }
32 | }
/host/spi-builder-workspace/Sources/DependenciesExtrasBenchmark/HowToUse.swift:30:142: error: cannot infer contextual base in reference to member 'text'
28 | protocolPersistent
29 | }
30 | try await new.save("struct".data(using: .utf8)!, URL.documentsDirectory.appendingPathComponent(UUID().uuidString, conformingTo: .text))
| `- error: cannot infer contextual base in reference to member 'text'
31 | }
32 | }
BUILD FAILURE 6.1 android