The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Benchmark, reference 0.1.2 (816329), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:58:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/swift-benchmark.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/google/swift-benchmark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[5/16] Write BenchmarkSuiteExampleMain-entitlement.plist
[5/16] Write BenchmarkMinimalExample-entitlement.plist
[5/16] Write sources
[9/16] Write swift-version-1EA4D86E10B52AF.txt
[11/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/18] Emitting module ArgumentParserToolInfo
[13/57] Emitting module ArgumentParser
[14/61] Compiling ArgumentParser NameSpecification.swift
[15/61] Compiling ArgumentParser Option.swift
[16/61] Compiling ArgumentParser OptionGroup.swift
[17/61] Compiling ArgumentParser AsyncParsableCommand.swift
[18/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/61] Compiling ArgumentParser CompletionsGenerator.swift
[20/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/61] Compiling ArgumentParser Argument.swift
[23/61] Compiling ArgumentParser CommandConfiguration.swift
[24/61] Compiling ArgumentParser CommandGroup.swift
[25/61] Compiling ArgumentParser EnumerableFlag.swift
[26/61] Compiling ArgumentParser ExpressibleByArgument.swift
[27/61] Compiling ArgumentParser Platform.swift
[28/61] Compiling ArgumentParser SequenceExtensions.swift
[29/61] Compiling ArgumentParser StringExtensions.swift
[30/61] Compiling ArgumentParser Tree.swift
[31/61] Compiling ArgumentParser ParserError.swift
[32/61] Compiling ArgumentParser SplitArguments.swift
[33/61] Compiling ArgumentParser DumpHelpGenerator.swift
[34/61] Compiling ArgumentParser HelpCommand.swift
[35/61] Compiling ArgumentParser InputOrigin.swift
[36/61] Compiling ArgumentParser Name.swift
[37/61] Compiling ArgumentParser Parsed.swift
[38/61] Compiling ArgumentParser ParsedValues.swift
[39/61] Compiling ArgumentParser ArgumentHelp.swift
[40/61] Compiling ArgumentParser ArgumentVisibility.swift
[41/61] Compiling ArgumentParser CompletionKind.swift
[42/61] Compiling ArgumentParser Errors.swift
[43/61] Compiling ArgumentParser Flag.swift
[44/61] Compiling ArgumentParser ArgumentDefinition.swift
[45/61] Compiling ArgumentParser ArgumentSet.swift
[46/61] Compiling ArgumentParser CommandParser.swift
[47/61] Compiling ArgumentParser InputKey.swift
[48/61] Compiling ArgumentParser HelpGenerator.swift
[49/61] Compiling ArgumentParser MessageInfo.swift
[50/61] Compiling ArgumentParser UsageGenerator.swift
[51/61] Compiling ArgumentParser CollectionExtensions.swift
[52/61] Compiling ArgumentParser ParsableArguments.swift
[53/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/61] Compiling ArgumentParser ParsableCommand.swift
[55/61] Compiling ArgumentParser ArgumentDecoder.swift
[56/78] Compiling Benchmark Benchmark.swift
[57/78] Compiling Benchmark BenchmarkArguments.swift
[58/79] Compiling Benchmark Stats.swift
[59/79] Compiling Benchmark BenchmarkSetting.swift
[60/79] Compiling Benchmark BenchmarkState.swift
[61/79] Compiling Benchmark BenchmarkSuite.swift
[62/79] Compiling Benchmark BenchmarkTermination.swift
[63/79] Compiling Benchmark BenchmarkTime.swift
[64/79] Compiling Benchmark BenchmarkResult.swift
[65/79] Compiling Benchmark BenchmarkRunner.swift
[66/79] Compiling Benchmark BenchmarkFilter.swift
[67/79] Compiling Benchmark BenchmarkFormatter.swift
[68/79] Compiling Benchmark BenchmarkColumn.swift
[69/79] Compiling Benchmark BenchmarkCommand.swift
[70/79] Compiling Benchmark BenchmarkMain.swift
[71/79] Compiling Benchmark BenchmarkReporter.swift
[72/79] Emitting module Benchmark
[73/79] Compiling Benchmark TestIntegration.swift
[74/84] Compiling BenchmarkSuiteExample Suites.swift
/Users/admin/builder/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
13 | // limitations under the License.
14 |
15 | public let suites = [
   |            `- warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
16 |     addStringBenchmarks
17 | ]
/Users/admin/builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class declared here
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class declared here
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
[75/84] Compiling BenchmarkMinimalExample main.swift
[76/84] Emitting module BenchmarkMinimalExample
[77/84] Emitting module BenchmarkSuiteExample
/Users/admin/builder/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
13 | // limitations under the License.
14 |
15 | public let suites = [
   |            `- warning: cannot use class 'BenchmarkSuite' here; 'Benchmark' was not imported by this file
16 |     addStringBenchmarks
17 | ]
/Users/admin/builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class declared here
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class declared here
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
[78/84] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[78/84] Write Objects.LinkFileList
[80/86] Compiling BenchmarkSuiteExampleMain main.swift
[81/86] Emitting module BenchmarkSuiteExampleMain
[81/86] Write Objects.LinkFileList
[82/86] Linking BenchmarkMinimalExample
[83/86] Applying BenchmarkMinimalExample
[84/86] Linking BenchmarkSuiteExampleMain
[85/86] Applying BenchmarkSuiteExampleMain
Build complete! (11.56s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.78s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.24s)
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.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Benchmark",
  "name" : "Benchmark",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Benchmark",
      "targets" : [
        "Benchmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkSuiteExampleMain",
      "targets" : [
        "BenchmarkSuiteExampleMain"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BenchmarkMinimalExample",
      "targets" : [
        "BenchmarkMinimalExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkTests",
      "path" : "Tests/BenchmarkTests",
      "sources" : [
        "BenchmarkColumnTests.swift",
        "BenchmarkCommandTests.swift",
        "BenchmarkReporterTests.swift",
        "BenchmarkRunnerTests.swift",
        "BenchmarkSettingTests.swift",
        "BenchmarkSuiteTests.swift",
        "CustomBenchmarkTests.swift",
        "MockTextOutputStream.swift",
        "StatsTests.swift",
        "XCTTestManifests.swift"
      ],
      "target_dependencies" : [
        "Benchmark",
        "BenchmarkSuiteExample"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BenchmarkSuiteExampleMain",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkSuiteExampleMain",
      "path" : "Sources/BenchmarkSuiteExampleMain",
      "product_memberships" : [
        "BenchmarkSuiteExampleMain"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Benchmark",
        "BenchmarkSuiteExample"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BenchmarkSuiteExample",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkSuiteExample",
      "path" : "Sources/BenchmarkSuiteExample",
      "product_memberships" : [
        "BenchmarkSuiteExampleMain"
      ],
      "sources" : [
        "AddStringBenchmarks.swift",
        "Suites.swift"
      ],
      "target_dependencies" : [
        "Benchmark"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkMinimalExample",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkMinimalExample",
      "path" : "Sources/BenchmarkMinimalExample",
      "product_memberships" : [
        "BenchmarkMinimalExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Benchmark"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Benchmark",
      "module_type" : "SwiftTarget",
      "name" : "Benchmark",
      "path" : "Sources/Benchmark",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Benchmark",
        "BenchmarkSuiteExampleMain",
        "BenchmarkMinimalExample"
      ],
      "sources" : [
        "Benchmark.swift",
        "BenchmarkArguments.swift",
        "BenchmarkColumn.swift",
        "BenchmarkCommand.swift",
        "BenchmarkFilter.swift",
        "BenchmarkFormatter.swift",
        "BenchmarkMain.swift",
        "BenchmarkReporter.swift",
        "BenchmarkResult.swift",
        "BenchmarkRunner.swift",
        "BenchmarkSetting.swift",
        "BenchmarkState.swift",
        "BenchmarkSuite.swift",
        "BenchmarkTermination.swift",
        "BenchmarkTime.swift",
        "Stats.swift",
        "TestIntegration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.