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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/swift-benchmark.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Emitting module ArgumentParserToolInfo
[2/4] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/38] Compiling ArgumentParser BashCompletionsGenerator.swift
[4/38] Compiling ArgumentParser CompletionsGenerator.swift
[5/38] Compiling ArgumentParser FishCompletionsGenerator.swift
[6/38] Compiling ArgumentParser ZshCompletionsGenerator.swift
[7/38] Compiling ArgumentParser Argument.swift
[8/42] Compiling ArgumentParser ArgumentHelp.swift
[9/42] Compiling ArgumentParser CompletionKind.swift
[10/42] Compiling ArgumentParser Errors.swift
[11/42] Compiling ArgumentParser Flag.swift
[12/42] Compiling ArgumentParser NameSpecification.swift
[13/42] Compiling ArgumentParser ParsableArguments.swift
[14/42] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/42] Compiling ArgumentParser ParsableCommand.swift
[16/42] Compiling ArgumentParser ArgumentDecoder.swift
[17/42] Compiling ArgumentParser ArgumentDefinition.swift
[18/42] Compiling ArgumentParser CollectionExtensions.swift
[19/42] Compiling ArgumentParser SequenceExtensions.swift
[20/42] Compiling ArgumentParser StringExtensions.swift
[21/42] Compiling ArgumentParser Tree.swift
[22/42] Compiling ArgumentParser Option.swift
[23/42] Compiling ArgumentParser OptionGroup.swift
[24/42] Compiling ArgumentParser CommandConfiguration.swift
[25/42] Compiling ArgumentParser EnumerableFlag.swift
[26/42] Compiling ArgumentParser ExpressibleByArgument.swift
[27/42] Compiling ArgumentParser ParsedValues.swift
[28/42] Compiling ArgumentParser ParserError.swift
[29/42] Compiling ArgumentParser SplitArguments.swift
[30/42] Compiling ArgumentParser DumpHelpGenerator.swift
[31/42] Compiling ArgumentParser ArgumentSet.swift
[32/42] Compiling ArgumentParser CommandParser.swift
[33/42] Compiling ArgumentParser InputOrigin.swift
[34/42] Compiling ArgumentParser Name.swift
[35/42] Compiling ArgumentParser Parsed.swift
[36/42] Emitting module ArgumentParser
[37/42] Compiling ArgumentParser HelpCommand.swift
[38/42] Compiling ArgumentParser HelpGenerator.swift
[39/42] Compiling ArgumentParser MessageInfo.swift
[40/42] Compiling ArgumentParser UsageGenerator.swift
[41/58] Compiling Benchmark BenchmarkTermination.swift
[42/58] Compiling Benchmark BenchmarkTime.swift
[43/60] Emitting module Benchmark
[44/60] Compiling Benchmark Stats.swift
[45/60] Compiling Benchmark TestIntegration.swift
[46/60] Compiling Benchmark BenchmarkFormatter.swift
[47/60] Compiling Benchmark BenchmarkMain.swift
[48/60] Compiling Benchmark BenchmarkState.swift
[49/60] Compiling Benchmark BenchmarkSuite.swift
[50/60] Compiling Benchmark BenchmarkRunner.swift
[51/60] Compiling Benchmark BenchmarkSetting.swift
[52/60] Compiling Benchmark BenchmarkReporter.swift
[53/60] Compiling Benchmark BenchmarkResult.swift
[54/60] Compiling Benchmark BenchmarkCommand.swift
[55/60] Compiling Benchmark BenchmarkFilter.swift
[56/60] Compiling Benchmark Benchmark.swift
[57/60] Compiling Benchmark BenchmarkArguments.swift
[58/60] Compiling Benchmark BenchmarkColumn.swift
[59/65] Compiling BenchmarkMinimalExample main.swift
[60/65] Emitting module BenchmarkMinimalExample
[61/65] Emitting module BenchmarkSuiteExample
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/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 = [
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
             ^
[62/65] Compiling BenchmarkSuiteExample Suites.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/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 = [
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
             ^
[63/65] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[63/67] Linking BenchmarkMinimalExample
[65/67] Compiling BenchmarkSuiteExampleMain main.swift
[66/67] Emitting module BenchmarkSuiteExampleMain
[66/67] Linking BenchmarkSuiteExampleMain
Build complete! (20.26s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.2 (0.06s)
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
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-benchmark",
      "name": "Benchmark",
      "url": "https://github.com/google/swift-benchmark.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-benchmark",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.2.3",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/google/swift-benchmark.git from cache
Fetched https://github.com/google/swift-benchmark.git (0.20s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.06s)
Creating working copy for https://github.com/google/swift-benchmark.git
Working copy of https://github.com/google/swift-benchmark.git resolved at main
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.3
warning: '.resolve-product-dependencies': dependency 'swift-benchmark' is not used by any target
Found 1 product dependencies
  - swift-argument-parser
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.