Build Information
Successful build of swift-builders, reference main (e06c3c), with Swift 6.1 for macOS (SPM) on 26 Mar 2026 01:09:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swift-builders.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davdroman/swift-builders
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e06c3cb CI: Add Swift 6.3 to Linux and Android (#30)
Cloned https://github.com/davdroman/swift-builders.git
Revision (git rev-parse @):
e06c3cbbe3108798ca295e65507d2810455ccb01
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swift-builders.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/davdroman/swift-builders.git
https://github.com/davdroman/swift-builders.git
{
"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" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Builders",
"targets" : [
"Builders"
],
"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",
"OptionSetBuilderTests.swift",
"SetBuilderTests.swift",
"SliceBuilderTests.swift",
"StringBuilderTests.swift",
"StringUTF8ViewBuilderTests.swift",
"StringUnicodeScalarViewBuilderTests.swift",
"SubstringBuilderTests.swift",
"SubstringUTF8ViewBuilderTests.swift",
"SubstringUnicodeScalarViewBuilderTests.swift"
],
"target_dependencies" : [
"Builders"
],
"type" : "test"
},
{
"c99name" : "Builders",
"module_type" : "SwiftTarget",
"name" : "Builders",
"path" : "Sources/Builders",
"product_memberships" : [
"Builders",
"Benchmarks"
],
"sources" : [
"ArrayBuilder.swift",
"ArraySliceBuilder.swift",
"ContiguousArray.swift",
"DataBuilder.swift",
"DictionaryBuilder.swift",
"OptionSetBuilder.swift",
"SetBuilder.swift",
"SliceBuilder.swift",
"StringBuilder.swift",
"StringUTF8ViewBuilder.swift",
"StringUnicodeScalarViewBuilder.swift",
"SubstringBuilder.swift",
"SubstringUTF8ViewBuilder.swift",
"SubstringUnicodeScalarViewBuilder.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",
"OptionSet.swift",
"Set.swift",
"Slice.swift",
"String.swift",
"StringUTF8View.swift",
"StringUnicodeScalarView.swift",
"Substring.swift",
"SubstringUTF8View.swift",
"SubstringUnicodeScalarView.swift",
"main.swift"
],
"target_dependencies" : [
"Builders"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write sources
[5/12] Write Benchmarks-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version-2F0A5646E1D333AE.txt
[10/28] Emitting module ArgumentParserToolInfo
[11/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/75] Compiling Builders SubstringUTF8ViewBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/76] Compiling Builders SubstringBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/76] Compiling Builders StringUTF8ViewBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/76] Compiling Builders StringBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/76] Compiling Builders StringUnicodeScalarViewBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/76] Compiling Builders SubstringUnicodeScalarViewBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/76] Emitting module ArgumentParser
[19/81] Compiling ArgumentParser InputKey.swift
[20/81] Compiling ArgumentParser InputOrigin.swift
[21/81] Compiling ArgumentParser Name.swift
[22/81] Compiling ArgumentParser Parsed.swift
[23/81] Compiling ArgumentParser ParsedValues.swift
[24/81] Compiling ArgumentParser Platform.swift
[25/81] Compiling ArgumentParser SequenceExtensions.swift
[26/81] Compiling ArgumentParser StringExtensions.swift
[27/81] Compiling ArgumentParser SwiftExtensions.swift
[28/81] Compiling ArgumentParser Tree.swift
[29/81] Compiling ArgumentParser CommandConfiguration.swift
[30/81] Compiling ArgumentParser CommandGroup.swift
[31/81] Compiling ArgumentParser EnumerableFlag.swift
[32/81] Compiling ArgumentParser ExpressibleByArgument.swift
[33/81] Compiling ArgumentParser ParsableArguments.swift
[34/81] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/81] 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
[37/81] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[40/81] Emitting module Builders
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/81] 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
[42/81] Compiling ArgumentParser ArgumentDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/81] Compiling ArgumentParser CodingKeyValidator.swift
[44/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[45/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[47/81] Compiling ArgumentParser UniqueNamesValidator.swift
[54/81] Compiling ArgumentParser ParserError.swift
[55/81] Compiling ArgumentParser SplitArguments.swift
[56/81] Compiling ArgumentParser DumpHelpGenerator.swift
[57/81] Compiling ArgumentParser HelpCommand.swift
[58/81] Compiling ArgumentParser HelpGenerator.swift
[59/81] Compiling ArgumentParser NameSpecification.swift
[60/81] Compiling ArgumentParser Option.swift
[61/81] Compiling ArgumentParser OptionGroup.swift
[62/81] Compiling ArgumentParser ParentCommand.swift
[63/81] Compiling ArgumentParser AsyncParsableCommand.swift
[64/81] Compiling ArgumentParser MessageInfo.swift
[65/81] Compiling ArgumentParser UsageGenerator.swift
[66/81] Compiling ArgumentParser CollectionExtensions.swift
[67/81] Compiling ArgumentParser Foundation.swift
[68/81] Compiling ArgumentParser Mutex.swift
[69/81] Compiling ArgumentParser ArgumentHelp.swift
[70/81] Compiling ArgumentParser ArgumentVisibility.swift
[71/81] Compiling ArgumentParser CompletionKind.swift
[72/81] Compiling ArgumentParser Errors.swift
[73/81] Compiling ArgumentParser Flag.swift
[74/81] Compiling ArgumentParser ParsableCommand.swift
[75/81] Compiling ArgumentParser ArgumentDecoder.swift
[76/81] Compiling ArgumentParser ArgumentDefinition.swift
[77/81] Compiling ArgumentParser ArgumentSet.swift
[78/81] Compiling ArgumentParser CommandParser.swift
[79/98] Compiling Benchmark BenchmarkTime.swift
[80/99] Compiling Benchmark BenchmarkSuite.swift
[81/99] Compiling Benchmark BenchmarkTermination.swift
[82/99] Compiling Benchmark Stats.swift
[83/99] Compiling Benchmark TestIntegration.swift
[84/99] Compiling Benchmark BenchmarkSetting.swift
[85/99] Compiling Benchmark BenchmarkState.swift
[86/99] Compiling Benchmark BenchmarkFilter.swift
[87/99] Compiling Benchmark BenchmarkFormatter.swift
[88/99] Compiling Benchmark BenchmarkColumn.swift
[89/99] Compiling Benchmark BenchmarkCommand.swift
[90/99] Compiling Benchmark BenchmarkResult.swift
[91/99] Compiling Benchmark BenchmarkRunner.swift
[92/99] Compiling Benchmark BenchmarkMain.swift
[93/99] Compiling Benchmark BenchmarkReporter.swift
[94/99] Emitting module Benchmark
[95/99] Compiling Benchmark Benchmark.swift
[96/99] Compiling Benchmark BenchmarkArguments.swift
[97/114] Compiling Benchmarks String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/114] Compiling Benchmarks StringUTF8View.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/115] Compiling Benchmarks Substring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/115] Compiling Benchmarks SubstringUnicodeScalarView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/115] Compiling Benchmarks StringUnicodeScalarView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/115] Compiling Benchmarks Dictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/115] Compiling Benchmarks OptionSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/115] Compiling Benchmarks Set.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/115] Compiling Benchmarks Slice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/115] Compiling Benchmarks ContiguousArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/115] Compiling Benchmarks Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/115] Compiling Benchmarks SubstringUTF8View.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/115] Compiling Benchmarks Array.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/115] Compiling Benchmarks ArraySlice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/115] Emitting module Benchmarks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/115] Compiling Benchmarks main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/115] Write Objects.LinkFileList
[113/115] Linking Benchmarks
[114/115] Applying Benchmarks
Build complete! (17.08s)
Fetching https://github.com/google/swift-benchmark
[1/1490] Fetching swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.91s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (4.01s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.01s)
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.7.1
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" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Builders",
"targets" : [
"Builders"
],
"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",
"OptionSetBuilderTests.swift",
"SetBuilderTests.swift",
"SliceBuilderTests.swift",
"StringBuilderTests.swift",
"StringUTF8ViewBuilderTests.swift",
"StringUnicodeScalarViewBuilderTests.swift",
"SubstringBuilderTests.swift",
"SubstringUTF8ViewBuilderTests.swift",
"SubstringUnicodeScalarViewBuilderTests.swift"
],
"target_dependencies" : [
"Builders"
],
"type" : "test"
},
{
"c99name" : "Builders",
"module_type" : "SwiftTarget",
"name" : "Builders",
"path" : "Sources/Builders",
"product_memberships" : [
"Builders",
"Benchmarks"
],
"sources" : [
"ArrayBuilder.swift",
"ArraySliceBuilder.swift",
"ContiguousArray.swift",
"DataBuilder.swift",
"DictionaryBuilder.swift",
"OptionSetBuilder.swift",
"SetBuilder.swift",
"SliceBuilder.swift",
"StringBuilder.swift",
"StringUTF8ViewBuilder.swift",
"StringUnicodeScalarViewBuilder.swift",
"SubstringBuilder.swift",
"SubstringUTF8ViewBuilder.swift",
"SubstringUnicodeScalarViewBuilder.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",
"OptionSet.swift",
"Set.swift",
"Slice.swift",
"String.swift",
"StringUTF8View.swift",
"StringUnicodeScalarView.swift",
"Substring.swift",
"SubstringUTF8View.swift",
"SubstringUnicodeScalarView.swift",
"main.swift"
],
"target_dependencies" : [
"Builders"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Done.