The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Benchmark, reference main (45a7b5), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 18:59:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-benchmark.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/swift-benchmark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 45a7b50 Add async benchmark support
Cloned https://github.com/stackotter/swift-benchmark.git
Revision (git rev-parse @):
45a7b500c24e7243da7b02e19cf436d0107a0c1b
SUCCESS checkout https://github.com/stackotter/swift-benchmark.git at main
Fetching https://github.com/apple/swift-argument-parser
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.2 (2.25s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-benchmark",
      "name": "Benchmark",
      "url": "https://github.com/stackotter/swift-benchmark.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-benchmark",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/stackotter/swift-benchmark.git
[1/733] Fetching swift-benchmark
Fetched https://github.com/stackotter/swift-benchmark.git from cache (0.90s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.21s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/stackotter/swift-benchmark.git
Working copy of https://github.com/stackotter/swift-benchmark.git resolved at main (45a7b50)
warning: '.resolve-product-dependencies': dependency 'swift-benchmark' is not used by any target
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/stackotter/swift-benchmark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Write sources
[6/15] Write BenchmarkMinimalExample-entitlement.plist
[6/15] Write BenchmarkSuiteExampleMain-entitlement.plist
[8/15] Write swift-version--6988338F2F200930.txt
[10/17] Emitting module ArgumentParserToolInfo
[11/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/52] Emitting module ArgumentParser
[13/55] Compiling ArgumentParser Argument.swift
[14/55] Compiling ArgumentParser ArgumentHelp.swift
[15/55] Compiling ArgumentParser CompletionKind.swift
[16/55] Compiling ArgumentParser Errors.swift
[17/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/55] Compiling ArgumentParser CompletionsGenerator.swift
[19/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/55] Compiling ArgumentParser CommandConfiguration.swift
[22/55] Compiling ArgumentParser EnumerableFlag.swift
[23/55] Compiling ArgumentParser ExpressibleByArgument.swift
[24/55] Compiling ArgumentParser ParsableArguments.swift
[25/55] Compiling ArgumentParser Parsed.swift
[26/55] Compiling ArgumentParser ParsedValues.swift
[27/55] Compiling ArgumentParser ParserError.swift
[28/55] Compiling ArgumentParser SplitArguments.swift
[29/55] Compiling ArgumentParser Flag.swift
[30/55] Compiling ArgumentParser NameSpecification.swift
[31/55] Compiling ArgumentParser Option.swift
[32/55] Compiling ArgumentParser OptionGroup.swift
[33/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/55] Compiling ArgumentParser ParsableCommand.swift
[35/55] Compiling ArgumentParser ArgumentDecoder.swift
[36/55] Compiling ArgumentParser ArgumentDefinition.swift
[37/55] Compiling ArgumentParser SequenceExtensions.swift
[38/55] Compiling ArgumentParser StringExtensions.swift
[39/55] Compiling ArgumentParser Tree.swift
[40/55] Compiling ArgumentParser MessageInfo.swift
[41/55] Compiling ArgumentParser UsageGenerator.swift
[42/55] Compiling ArgumentParser CollectionExtensions.swift
[43/55] Compiling ArgumentParser ArgumentSet.swift
[44/55] Compiling ArgumentParser CommandParser.swift
[45/55] Compiling ArgumentParser InputOrigin.swift
[46/55] Compiling ArgumentParser Name.swift
[47/55] Compiling ArgumentParser DumpHelpGenerator.swift
[48/55] Compiling ArgumentParser HelpCommand.swift
[49/55] Compiling ArgumentParser HelpGenerator.swift
[50/72] Compiling Benchmark Stats.swift
[51/72] Compiling Benchmark BenchmarkSuite.swift
[52/72] Compiling Benchmark BenchmarkTermination.swift
[53/72] Compiling Benchmark BenchmarkSetting.swift
[54/72] Compiling Benchmark BenchmarkState.swift
[55/72] Compiling Benchmark BenchmarkTime.swift
[56/73] Compiling Benchmark BenchmarkResult.swift
[57/73] Compiling Benchmark BenchmarkRunner.swift
[58/73] Compiling Benchmark BenchmarkColumn.swift
[59/73] Compiling Benchmark BenchmarkCommand.swift
[60/73] Compiling Benchmark BenchmarkFilter.swift
[61/73] Compiling Benchmark BenchmarkFormatter.swift
[62/73] Compiling Benchmark BenchmarkMain.swift
[63/73] Compiling Benchmark BenchmarkReporter.swift
[64/73] Compiling Benchmark Benchmark.swift
[65/73] Compiling Benchmark BenchmarkArguments.swift
[66/73] Emitting module Benchmark
[67/73] Compiling Benchmark TestIntegration.swift
[68/78] Compiling BenchmarkSuiteExample Suites.swift
/Users/admin/builder/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' in a property declaration marked public or in a '@frozen' or '@usableFromInline' context; 'Benchmark' was not imported by this file
13 | // limitations under the License.
14 |
15 | public let suites = [
   |            `- warning: cannot use class 'BenchmarkSuite' in a property declaration marked public or in a '@frozen' or '@usableFromInline' context; '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]
[69/78] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[70/78] Emitting module BenchmarkSuiteExample
/Users/admin/builder/spi-builder-workspace/Sources/BenchmarkSuiteExample/Suites.swift:15:12: warning: cannot use class 'BenchmarkSuite' in a property declaration marked public or in a '@frozen' or '@usableFromInline' context; 'Benchmark' was not imported by this file
13 | // limitations under the License.
14 |
15 | public let suites = [
   |            `- warning: cannot use class 'BenchmarkSuite' in a property declaration marked public or in a '@frozen' or '@usableFromInline' context; '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]
[71/78] Emitting module BenchmarkMinimalExample
[72/78] Compiling BenchmarkMinimalExample main.swift
[72/78] Write Objects.LinkFileList
[74/80] Emitting module BenchmarkSuiteExampleMain
[75/80] Compiling BenchmarkSuiteExampleMain main.swift
[75/80] Write Objects.LinkFileList
[76/80] Linking BenchmarkMinimalExample
[77/80] Applying BenchmarkMinimalExample
[78/80] Linking BenchmarkSuiteExampleMain
[79/80] Applying BenchmarkSuiteExampleMain
Build complete! (6.64s)
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.