The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Benchmark with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/swift-benchmark.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/google/swift-benchmark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8163295 Bump swift-argument-parser to stable (#94)
Cloned https://github.com/google/swift-benchmark.git
Revision (git rev-parse @):
8163295f6fe82356b0bcf8e1ab991645de17d096
SUCCESS checkout https://github.com/google/swift-benchmark.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/google/swift-benchmark.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
[1/11426] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.2 (0.40s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.2
Building for debugging...
[0/17] Write sources
[6/17] Write swift-version-24593BA9C3E375BF.txt
[8/19] Emitting module ArgumentParserToolInfo
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/20] Wrapping AST for ArgumentParserToolInfo for debugging
[12/54] Emitting module ArgumentParser
[13/58] Compiling ArgumentParser Option.swift
[14/58] Compiling ArgumentParser OptionGroup.swift
[15/58] Compiling ArgumentParser CommandConfiguration.swift
[16/58] Compiling ArgumentParser EnumerableFlag.swift
[17/58] Compiling ArgumentParser ExpressibleByArgument.swift
[18/58] Compiling ArgumentParser ArgumentSet.swift
[19/58] Compiling ArgumentParser CommandParser.swift
[20/58] Compiling ArgumentParser InputOrigin.swift
[21/58] Compiling ArgumentParser Name.swift
[22/58] Compiling ArgumentParser Parsed.swift
[23/58] Compiling ArgumentParser CollectionExtensions.swift
[24/58] Compiling ArgumentParser SequenceExtensions.swift
[25/58] Compiling ArgumentParser StringExtensions.swift
[26/58] Compiling ArgumentParser Tree.swift
[27/58] Compiling ArgumentParser ArgumentHelp.swift
[28/58] Compiling ArgumentParser CompletionKind.swift
[29/58] Compiling ArgumentParser Errors.swift
[30/58] Compiling ArgumentParser Flag.swift
[31/58] Compiling ArgumentParser NameSpecification.swift
[32/58] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/58] Compiling ArgumentParser CompletionsGenerator.swift
[34/58] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/58] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/58] Compiling ArgumentParser Argument.swift
[37/58] Compiling ArgumentParser ParsableArguments.swift
[38/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/58] Compiling ArgumentParser ParsableCommand.swift
[40/58] Compiling ArgumentParser ArgumentDecoder.swift
[41/58] Compiling ArgumentParser ArgumentDefinition.swift
[42/58] Compiling ArgumentParser HelpCommand.swift
[43/58] Compiling ArgumentParser HelpGenerator.swift
[44/58] Compiling ArgumentParser MessageInfo.swift
[45/58] Compiling ArgumentParser UsageGenerator.swift
[46/58] Compiling ArgumentParser ParsedValues.swift
[47/58] Compiling ArgumentParser ParserError.swift
[48/58] Compiling ArgumentParser SplitArguments.swift
[49/58] Compiling ArgumentParser DumpHelpGenerator.swift
[50/59] Wrapping AST for ArgumentParser for debugging
[52/75] Compiling Benchmark BenchmarkState.swift
[53/75] Compiling Benchmark BenchmarkSuite.swift
[54/75] Compiling Benchmark BenchmarkFormatter.swift
[55/75] Compiling Benchmark BenchmarkMain.swift
[56/75] Compiling Benchmark BenchmarkCommand.swift
[57/75] Compiling Benchmark BenchmarkFilter.swift
[58/77] Emitting module Benchmark
[59/77] Compiling Benchmark BenchmarkTermination.swift
[60/77] Compiling Benchmark BenchmarkTime.swift
[61/77] Compiling Benchmark BenchmarkReporter.swift
[62/77] Compiling Benchmark BenchmarkResult.swift
[63/77] Compiling Benchmark BenchmarkRunner.swift
[64/77] Compiling Benchmark BenchmarkSetting.swift
[65/77] Compiling Benchmark Stats.swift
[66/77] Compiling Benchmark TestIntegration.swift
[67/77] Compiling Benchmark Benchmark.swift
[68/77] Compiling Benchmark BenchmarkArguments.swift
[69/77] Compiling Benchmark BenchmarkColumn.swift
[70/78] Wrapping AST for Benchmark for debugging
[72/83] Emitting module BenchmarkSuiteExample
/host/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
public let suites = [
           ^
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
             ^
[73/83] Compiling BenchmarkMinimalExample main.swift
[74/83] Emitting module BenchmarkMinimalExample
[75/83] Compiling BenchmarkSuiteExample Suites.swift
/host/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
public let suites = [
           ^
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
             ^
[76/83] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[78/85] Wrapping AST for BenchmarkMinimalExample for debugging
[79/85] Write Objects.LinkFileList
[80/85] Wrapping AST for BenchmarkSuiteExample for debugging
[82/87] Emitting module BenchmarkSuiteExampleMain
[83/87] Compiling BenchmarkSuiteExampleMain main.swift
[84/88] Linking BenchmarkMinimalExample
[85/88] Wrapping AST for BenchmarkSuiteExampleMain for debugging
[86/88] Write Objects.LinkFileList
[87/88] Linking BenchmarkSuiteExampleMain
Build complete! (13.49s)
Build complete.
Done.