This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/swift-benchmark.git
Reference: 0.1.2
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
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
[1/11040] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.78s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.2 (0.45s)
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...
[1/10] Compiling ArgumentParserToolInfo ToolInfo.swift
[2/10] Emitting module ArgumentParserToolInfo
[4/12] Wrapping AST for ArgumentParserToolInfo for debugging
[6/46] Compiling ArgumentParser Option.swift
[7/46] Compiling ArgumentParser OptionGroup.swift
[8/46] Compiling ArgumentParser CommandConfiguration.swift
[9/46] Compiling ArgumentParser EnumerableFlag.swift
[10/46] Compiling ArgumentParser ExpressibleByArgument.swift
[11/50] Compiling ArgumentParser CollectionExtensions.swift
[12/50] Compiling ArgumentParser SequenceExtensions.swift
[13/50] Compiling ArgumentParser StringExtensions.swift
[14/50] Compiling ArgumentParser Tree.swift
[15/50] Compiling ArgumentParser ArgumentSet.swift
[16/50] Compiling ArgumentParser CommandParser.swift
[17/50] Compiling ArgumentParser InputOrigin.swift
[18/50] Compiling ArgumentParser Name.swift
[19/50] Compiling ArgumentParser Parsed.swift
[20/50] Emitting module ArgumentParser
[21/50] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/50] Compiling ArgumentParser CompletionsGenerator.swift
[23/50] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/50] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/50] Compiling ArgumentParser Argument.swift
[26/50] Compiling ArgumentParser ParsedValues.swift
[27/50] Compiling ArgumentParser ParserError.swift
[28/50] Compiling ArgumentParser SplitArguments.swift
[29/50] Compiling ArgumentParser DumpHelpGenerator.swift
[30/50] Compiling ArgumentParser HelpCommand.swift
[31/50] Compiling ArgumentParser HelpGenerator.swift
[32/50] Compiling ArgumentParser MessageInfo.swift
[33/50] Compiling ArgumentParser UsageGenerator.swift
[34/50] Compiling ArgumentParser ArgumentHelp.swift
[35/50] Compiling ArgumentParser CompletionKind.swift
[36/50] Compiling ArgumentParser Errors.swift
[37/50] Compiling ArgumentParser Flag.swift
[38/50] Compiling ArgumentParser NameSpecification.swift
[39/50] Compiling ArgumentParser ParsableArguments.swift
[40/50] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/50] Compiling ArgumentParser ParsableCommand.swift
[42/50] Compiling ArgumentParser ArgumentDecoder.swift
[43/50] Compiling ArgumentParser ArgumentDefinition.swift
[45/52] Wrapping AST for ArgumentParser for debugging
[47/68] Compiling Benchmark BenchmarkTermination.swift
[48/68] Compiling Benchmark BenchmarkTime.swift
[49/70] Compiling Benchmark Stats.swift
[50/70] Compiling Benchmark TestIntegration.swift
[51/70] Compiling Benchmark BenchmarkState.swift
[52/70] Compiling Benchmark BenchmarkSuite.swift
[53/70] Compiling Benchmark BenchmarkFormatter.swift
[54/70] Compiling Benchmark BenchmarkMain.swift
[55/70] Compiling Benchmark BenchmarkReporter.swift
[56/70] Compiling Benchmark BenchmarkResult.swift
[57/70] Compiling Benchmark BenchmarkRunner.swift
[58/70] Compiling Benchmark BenchmarkSetting.swift
[59/70] Compiling Benchmark BenchmarkCommand.swift
[60/70] Compiling Benchmark BenchmarkFilter.swift
[61/70] Compiling Benchmark Benchmark.swift
[62/70] Compiling Benchmark BenchmarkArguments.swift
[63/70] Compiling Benchmark BenchmarkColumn.swift
[64/70] Emitting module Benchmark
[66/72] Wrapping AST for Benchmark for debugging
[68/77] Emitting module BenchmarkMinimalExample
[69/77] Compiling BenchmarkMinimalExample main.swift
[70/77] 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 {
             ^
[71/77] 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 {
             ^
[72/77] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[76/81] Wrapping AST for BenchmarkMinimalExample for debugging
[77/81] Wrapping AST for BenchmarkSuiteExample for debugging
[79/83] Compiling BenchmarkSuiteExampleMain main.swift
[80/83] Emitting module BenchmarkSuiteExampleMain
[82/85] Wrapping AST for BenchmarkSuiteExampleMain for debugging
[83/85] Linking BenchmarkMinimalExample
[84/85] Linking BenchmarkSuiteExampleMain
Build complete! (16.11s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.