Build Information
Successful build of swift-builders, reference 0.7.0 (355a05
), with Swift 6.1 for Linux on 29 Apr 2025 02:32:46 UTC.
Swift 6 data race errors: 13
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swift-builders.git
Reference: 0.7.0
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/davdroman/swift-builders
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 355a050 Allow empty builders (#16)
Cloned https://github.com/davdroman/swift-builders.git
Revision (git rev-parse @):
355a050b8a9150b58ec1004aab733c7b5fbc5cc9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swift-builders.git at 0.7.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/davdroman/swift-builders.git
https://github.com/davdroman/swift-builders.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/swift-benchmark"
}
],
"manifest_display_name" : "swift-builders",
"name" : "swift-builders",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Builders",
"targets" : [
"Builders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BuildersTestSupport",
"targets" : [
"BuildersTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmarks",
"targets" : [
"Benchmarks"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BuildersTests",
"module_type" : "SwiftTarget",
"name" : "BuildersTests",
"path" : "Tests/BuildersTests",
"sources" : [
"ArrayBuilderTests.swift",
"ArraySliceBuilderTests.swift",
"ContiguousArrayBuilderTests.swift",
"DataBuilderTests.swift",
"DictionaryBuilderTests.swift",
"SetBuilderTests.swift",
"SliceBuilderTests.swift",
"StringBuilderTests.swift",
"StringUTF8ViewBuilderTests.swift",
"StringUnicodeScalarViewBuilderTests.swift",
"SubstringBuilderTests.swift",
"SubstringUTF8ViewBuilderTests.swift",
"SubstringUnicodeScalarViewBuilderTests.swift"
],
"target_dependencies" : [
"Builders",
"BuildersTestSupport"
],
"type" : "test"
},
{
"c99name" : "BuildersTestSupport",
"module_type" : "SwiftTarget",
"name" : "BuildersTestSupport",
"path" : "Sources/BuildersTestSupport",
"product_memberships" : [
"BuildersTestSupport",
"Benchmarks"
],
"sources" : [
"BuildersTestSupport.swift"
],
"type" : "library"
},
{
"c99name" : "Builders",
"module_type" : "SwiftTarget",
"name" : "Builders",
"path" : "Sources/Builders",
"product_memberships" : [
"Builders",
"Benchmarks"
],
"sources" : [
"Typealiases.swift",
"_AppendableCollection.swift",
"_AppendableCollectionBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "Benchmarks",
"module_type" : "SwiftTarget",
"name" : "Benchmarks",
"path" : "Sources/Benchmarks",
"product_dependencies" : [
"Benchmark"
],
"product_memberships" : [
"Benchmarks"
],
"sources" : [
"Array.swift",
"ArraySlice.swift",
"ContiguousArray.swift",
"Data.swift",
"Dictionary.swift",
"Set.swift",
"Slice.swift",
"String.swift",
"StringUTF8View.swift",
"StringUnicodeScalarView.swift",
"Substring.swift",
"SubstringUTF8View.swift",
"SubstringUnicodeScalarView.swift",
"main.swift"
],
"target_dependencies" : [
"Builders",
"BuildersTestSupport"
],
"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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/google/swift-benchmark
[1/1486] Fetching swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.46s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (3.65s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.68s)
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/24] Compiling Builders _AppendableCollectionBuilder.swift
[10/24] Emitting module BuildersTestSupport
[11/24] Compiling BuildersTestSupport BuildersTestSupport.swift
[13/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/25] Emitting module ArgumentParserToolInfo
[15/26] Wrapping AST for BuildersTestSupport for debugging
[16/26] Wrapping AST for ArgumentParserToolInfo for debugging
[18/64] Compiling Builders Typealiases.swift
[19/64] Emitting module Builders
[20/64] Compiling Builders _AppendableCollection.swift
[21/65] Compiling ArgumentParser ArgumentVisibility.swift
[22/65] Compiling ArgumentParser CompletionKind.swift
[23/65] Compiling ArgumentParser Errors.swift
[24/65] Compiling ArgumentParser Flag.swift
[25/65] Compiling ArgumentParser NameSpecification.swift
[26/65] Compiling ArgumentParser Option.swift
[27/70] Wrapping AST for Builders for debugging
[29/70] Emitting module ArgumentParser
[30/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/70] Compiling ArgumentParser CompletionsGenerator.swift
[32/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/70] Compiling ArgumentParser Argument.swift
[35/70] Compiling ArgumentParser ArgumentHelp.swift
[36/70] Compiling ArgumentParser DumpHelpGenerator.swift
[37/70] Compiling ArgumentParser HelpCommand.swift
[38/70] Compiling ArgumentParser HelpGenerator.swift
[39/70] Compiling ArgumentParser MessageInfo.swift
[40/70] Compiling ArgumentParser UsageGenerator.swift
[41/70] Compiling ArgumentParser Name.swift
[42/70] Compiling ArgumentParser Parsed.swift
[43/70] Compiling ArgumentParser ParsedValues.swift
[44/70] Compiling ArgumentParser ParserError.swift
[45/70] Compiling ArgumentParser SplitArguments.swift
[46/70] Compiling ArgumentParser ExpressibleByArgument.swift
[47/70] Compiling ArgumentParser ParsableArguments.swift
[48/70] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/70] Compiling ArgumentParser ParsableCommand.swift
[50/70] Compiling ArgumentParser ArgumentDecoder.swift
[51/70] Compiling ArgumentParser OptionGroup.swift
[52/70] Compiling ArgumentParser AsyncParsableCommand.swift
[53/70] Compiling ArgumentParser CommandConfiguration.swift
[54/70] Compiling ArgumentParser CommandGroup.swift
[55/70] Compiling ArgumentParser EnumerableFlag.swift
[56/70] Compiling ArgumentParser ArgumentDefinition.swift
[57/70] Compiling ArgumentParser ArgumentSet.swift
[58/70] Compiling ArgumentParser CommandParser.swift
[59/70] Compiling ArgumentParser InputKey.swift
[60/70] Compiling ArgumentParser InputOrigin.swift
[61/70] Compiling ArgumentParser CollectionExtensions.swift
[62/70] Compiling ArgumentParser Platform.swift
[63/70] Compiling ArgumentParser SequenceExtensions.swift
[64/70] Compiling ArgumentParser StringExtensions.swift
[65/70] Compiling ArgumentParser Tree.swift
[66/71] Wrapping AST for ArgumentParser for debugging
[68/87] Compiling Benchmark BenchmarkTermination.swift
[69/87] Compiling Benchmark BenchmarkTime.swift
[70/89] Compiling Benchmark BenchmarkCommand.swift
[71/89] Compiling Benchmark BenchmarkFilter.swift
[72/89] Compiling Benchmark BenchmarkState.swift
[73/89] Compiling Benchmark BenchmarkSuite.swift
[74/89] Compiling Benchmark BenchmarkRunner.swift
[75/89] Compiling Benchmark BenchmarkSetting.swift
[76/89] Compiling Benchmark BenchmarkFormatter.swift
[77/89] Compiling Benchmark BenchmarkMain.swift
[78/89] Compiling Benchmark BenchmarkReporter.swift
[79/89] Compiling Benchmark BenchmarkResult.swift
[80/89] Compiling Benchmark Stats.swift
[81/89] Compiling Benchmark TestIntegration.swift
[82/89] Emitting module Benchmark
[83/89] Compiling Benchmark Benchmark.swift
[84/89] Compiling Benchmark BenchmarkArguments.swift
[85/89] Compiling Benchmark BenchmarkColumn.swift
[86/90] Wrapping AST for Benchmark for debugging
[88/104] Compiling Benchmarks Substring.swift
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:5:5: warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| `- warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substring' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:5:5: warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
[89/104] Compiling Benchmarks SubstringUTF8View.swift
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:5:5: warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| `- warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substring' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:5:5: warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
[90/104] Compiling Benchmarks SubstringUnicodeScalarView.swift
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUnicodeScalarView.swift:5:5: warning: let 'substringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substringUnicodeScalar = BenchmarkSuite(name: "") {
| `- warning: let 'substringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.UnicodeScalarView.build") {
7 | _ = Substring.UnicodeScalarView.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUnicodeScalarView.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substringUnicodeScalar = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substringUnicodeScalar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.UnicodeScalarView.build") {
7 | _ = Substring.UnicodeScalarView.build {
[91/105] Compiling Benchmarks StringUTF8View.swift
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:5:5: warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:5:5: warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| `- warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUnicodeScalar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
[92/105] Compiling Benchmarks StringUnicodeScalarView.swift
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:5:5: warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:5:5: warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| `- warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUnicodeScalar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
[93/105] Compiling Benchmarks ContiguousArray.swift
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:5:5: warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| `- warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'contiguousArray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:6:5: warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| `- warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'data' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
[94/105] Compiling Benchmarks Data.swift
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:5:5: warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| `- warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'contiguousArray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:6:5: warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| `- warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'data' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
[95/105] Compiling Benchmarks Slice.swift
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:5:5: warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| `- warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'slice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:5:5: warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| `- warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.build") {
7 | _ = String.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'string' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.build") {
7 | _ = String.build {
[96/105] Compiling Benchmarks String.swift
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:5:5: warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| `- warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'slice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:5:5: warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| `- warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.build") {
7 | _ = String.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'string' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.build") {
7 | _ = String.build {
[97/105] Compiling Benchmarks Dictionary.swift
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:5:5: warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| `- warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'dictionary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:5:5: warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| `- warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'set' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
[98/105] Compiling Benchmarks Set.swift
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:5:5: warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| `- warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'dictionary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:5:5: warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| `- warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'set' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
[99/105] Compiling Benchmarks Array.swift
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:5:5: warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| `- warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'array' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:5:5: warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| `- warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'arraySlice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
[100/105] Compiling Benchmarks ArraySlice.swift
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:5:5: warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| `- warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'array' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:5:5: warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| `- warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'arraySlice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
[101/105] Emitting module Benchmarks
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:5:5: warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| `- warning: let 'array' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Array.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let array = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'array' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Array<Any>.build") {
7 | _ = [Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:5:5: warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| `- warning: let 'arraySlice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ArraySlice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let arraySlice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'arraySlice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ArraySlice<Any>.build") {
7 | _ = ArraySlice<Any>.build {
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:5:5: warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| `- warning: let 'contiguousArray' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/ContiguousArray.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let contiguousArray = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'contiguousArray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("ContiguousArray<Any>.build") {
7 | _ = ContiguousArray<Any>.build {
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:6:5: warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| `- warning: let 'data' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Data.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 | import Foundation
5 |
6 | let data = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'data' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | $0.benchmark("Data.build") {
8 | _ = Data.build {
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:5:5: warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| `- warning: let 'dictionary' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Dictionary.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let dictionary = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'dictionary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Dictionary<String, Any>.build") {
7 | _ = [String: Any].build {
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:5:5: warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| `- warning: let 'set' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Set.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let set = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'set' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Set<Any>.build") {
7 | _ = Set<AnyHashable>.build {
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:5:5: warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| `- warning: let 'slice' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Slice.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let slice = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'slice' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Slice<Array<Any>>.build") {
7 | _ = Slice<Array<Any>>.build {
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:5:5: warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| `- warning: let 'string' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.build") {
7 | _ = String.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/String.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let string = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'string' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.build") {
7 | _ = String.build {
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:5:5: warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'stringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UTF8View.build") {
7 | _ = String.UTF8View.build {
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:5:5: warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| `- warning: let 'stringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/StringUnicodeScalarView.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let stringUnicodeScalar = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'stringUnicodeScalar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("String.UnicodeScalarView.build") {
7 | _ = String.UnicodeScalarView.build {
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:5:5: warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| `- warning: let 'substring' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/Substring.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substring = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substring' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.build") {
7 | _ = Substring.build {
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:5:5: warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| `- warning: let 'substringUTF8View' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUTF8View.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substringUTF8View = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substringUTF8View' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.UTF8View.build") {
7 | _ = Substring.UTF8View.build {
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUnicodeScalarView.swift:5:5: warning: let 'substringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import BuildersTestSupport
4 |
5 | let substringUnicodeScalar = BenchmarkSuite(name: "") {
| `- warning: let 'substringUnicodeScalar' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
6 | $0.benchmark("Substring.UnicodeScalarView.build") {
7 | _ = Substring.UnicodeScalarView.build {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
| `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 | public let name: String
17 | public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/Benchmarks/SubstringUnicodeScalarView.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
1 | import Benchmark
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
2 | import Builders
3 | import BuildersTestSupport
4 |
5 | let substringUnicodeScalar = BenchmarkSuite(name: "") {
| |- note: add '@MainActor' to make let 'substringUnicodeScalar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | $0.benchmark("Substring.UnicodeScalarView.build") {
7 | _ = Substring.UnicodeScalarView.build {
[102/105] Compiling Benchmarks main.swift
[103/106] Wrapping AST for Benchmarks for debugging
[104/106] Write Objects.LinkFileList
[105/106] Linking Benchmarks
Build complete! (29.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/swift-benchmark"
}
],
"manifest_display_name" : "swift-builders",
"name" : "swift-builders",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Builders",
"targets" : [
"Builders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BuildersTestSupport",
"targets" : [
"BuildersTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmarks",
"targets" : [
"Benchmarks"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BuildersTests",
"module_type" : "SwiftTarget",
"name" : "BuildersTests",
"path" : "Tests/BuildersTests",
"sources" : [
"ArrayBuilderTests.swift",
"ArraySliceBuilderTests.swift",
"ContiguousArrayBuilderTests.swift",
"DataBuilderTests.swift",
"DictionaryBuilderTests.swift",
"SetBuilderTests.swift",
"SliceBuilderTests.swift",
"StringBuilderTests.swift",
"StringUTF8ViewBuilderTests.swift",
"StringUnicodeScalarViewBuilderTests.swift",
"SubstringBuilderTests.swift",
"SubstringUTF8ViewBuilderTests.swift",
"SubstringUnicodeScalarViewBuilderTests.swift"
],
"target_dependencies" : [
"Builders",
"BuildersTestSupport"
],
"type" : "test"
},
{
"c99name" : "BuildersTestSupport",
"module_type" : "SwiftTarget",
"name" : "BuildersTestSupport",
"path" : "Sources/BuildersTestSupport",
"product_memberships" : [
"BuildersTestSupport",
"Benchmarks"
],
"sources" : [
"BuildersTestSupport.swift"
],
"type" : "library"
},
{
"c99name" : "Builders",
"module_type" : "SwiftTarget",
"name" : "Builders",
"path" : "Sources/Builders",
"product_memberships" : [
"Builders",
"Benchmarks"
],
"sources" : [
"Typealiases.swift",
"_AppendableCollection.swift",
"_AppendableCollectionBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "Benchmarks",
"module_type" : "SwiftTarget",
"name" : "Benchmarks",
"path" : "Sources/Benchmarks",
"product_dependencies" : [
"Benchmark"
],
"product_memberships" : [
"Benchmarks"
],
"sources" : [
"Array.swift",
"ArraySlice.swift",
"ContiguousArray.swift",
"Data.swift",
"Dictionary.swift",
"Set.swift",
"Slice.swift",
"String.swift",
"StringUTF8View.swift",
"StringUnicodeScalarView.swift",
"Substring.swift",
"SubstringUTF8View.swift",
"SubstringUnicodeScalarView.swift",
"main.swift"
],
"target_dependencies" : [
"Builders",
"BuildersTestSupport"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.