The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Benchmark, reference main (816329), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 07:58:41 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: main
Initialized empty Git repository in /Users/admin/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:             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
[6/16] Write BenchmarkMinimalExample-entitlement.plist
[7/16] Write sources
[7/16] Write BenchmarkSuiteExampleMain-entitlement.plist
[9/16] Write swift-version-1EA4D86E10B52AF.txt
[11/18] Emitting module ArgumentParserToolInfo
[12/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/57] Compiling ArgumentParser InputOrigin.swift
[14/57] Compiling ArgumentParser Name.swift
[15/57] Compiling ArgumentParser Parsed.swift
[16/57] Compiling ArgumentParser ParsedValues.swift
[17/61] Emitting module ArgumentParser
[18/61] Compiling ArgumentParser NameSpecification.swift
[19/61] Compiling ArgumentParser Option.swift
[20/61] Compiling ArgumentParser OptionGroup.swift
[21/61] Compiling ArgumentParser AsyncParsableCommand.swift
[22/61] Compiling ArgumentParser CommandConfiguration.swift
[23/61] Compiling ArgumentParser CommandGroup.swift
[24/61] Compiling ArgumentParser EnumerableFlag.swift
[25/61] Compiling ArgumentParser ExpressibleByArgument.swift
[26/61] Compiling ArgumentParser ArgumentDefinition.swift
[27/61] Compiling ArgumentParser ArgumentSet.swift
[28/61] Compiling ArgumentParser CommandParser.swift
[29/61] Compiling ArgumentParser InputKey.swift
[30/61] Compiling ArgumentParser ParsableArguments.swift
[31/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/61] Compiling ArgumentParser ParsableCommand.swift
[33/61] Compiling ArgumentParser ArgumentDecoder.swift
[34/61] Compiling ArgumentParser Platform.swift
[35/61] Compiling ArgumentParser SequenceExtensions.swift
[36/61] Compiling ArgumentParser StringExtensions.swift
[37/61] Compiling ArgumentParser Tree.swift
[38/61] Compiling ArgumentParser ParserError.swift
[39/61] Compiling ArgumentParser SplitArguments.swift
[40/61] Compiling ArgumentParser DumpHelpGenerator.swift
[41/61] Compiling ArgumentParser HelpCommand.swift
[42/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/61] Compiling ArgumentParser CompletionsGenerator.swift
[44/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/61] Compiling ArgumentParser Argument.swift
[47/61] Compiling ArgumentParser ArgumentHelp.swift
[48/61] Compiling ArgumentParser ArgumentVisibility.swift
[49/61] Compiling ArgumentParser CompletionKind.swift
[50/61] Compiling ArgumentParser Errors.swift
[51/61] Compiling ArgumentParser Flag.swift
[52/61] Compiling ArgumentParser HelpGenerator.swift
[53/61] Compiling ArgumentParser MessageInfo.swift
[54/61] Compiling ArgumentParser UsageGenerator.swift
[55/61] Compiling ArgumentParser CollectionExtensions.swift
[56/78] Compiling Benchmark Stats.swift
[57/79] Compiling Benchmark BenchmarkTime.swift
[58/79] Compiling Benchmark BenchmarkSuite.swift
[59/79] Compiling Benchmark BenchmarkTermination.swift
[60/79] Compiling Benchmark BenchmarkResult.swift
[61/79] Compiling Benchmark BenchmarkRunner.swift
[62/79] Compiling Benchmark BenchmarkMain.swift
[63/79] Compiling Benchmark BenchmarkReporter.swift
[64/79] Compiling Benchmark BenchmarkFilter.swift
[65/79] Compiling Benchmark BenchmarkFormatter.swift
[66/79] Compiling Benchmark BenchmarkColumn.swift
[67/79] Compiling Benchmark BenchmarkCommand.swift
[68/79] Compiling Benchmark BenchmarkSetting.swift
[69/79] Compiling Benchmark BenchmarkState.swift
[70/79] Emitting module Benchmark
[71/79] Compiling Benchmark Benchmark.swift
[72/79] Compiling Benchmark BenchmarkArguments.swift
[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] Emitting module BenchmarkSuiteExampleMain
[81/86] Compiling BenchmarkSuiteExampleMain main.swift
[81/86] Write Objects.LinkFileList
[82/86] Linking BenchmarkMinimalExample
[83/86] Applying BenchmarkMinimalExample
[84/86] Linking BenchmarkSuiteExampleMain
[85/86] Applying BenchmarkSuiteExampleMain
Build complete! (11.19s)
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.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.97s)
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.