Build Information
Successful build of Benchmark with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
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/1/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.10
Building package at path: $workDir
https://github.com/google/swift-benchmark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Write sources
[4/15] Write BenchmarkMinimalExample-entitlement.plist
[4/15] Write sources
[4/15] Write BenchmarkSuiteExampleMain-entitlement.plist
[5/15] Write sources
[8/15] Write swift-version--423B1241ED78D482.txt
[10/17] Emitting module ArgumentParserToolInfo
[11/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/51] Compiling ArgumentParser Option.swift
[13/51] Compiling ArgumentParser OptionGroup.swift
[14/51] Compiling ArgumentParser CommandConfiguration.swift
[15/51] Compiling ArgumentParser EnumerableFlag.swift
[16/51] Compiling ArgumentParser ExpressibleByArgument.swift
[17/55] Compiling ArgumentParser CollectionExtensions.swift
[18/55] Compiling ArgumentParser SequenceExtensions.swift
[19/55] Compiling ArgumentParser StringExtensions.swift
[20/55] Compiling ArgumentParser Tree.swift
[21/55] Compiling ArgumentParser ArgumentHelp.swift
[22/55] Compiling ArgumentParser CompletionKind.swift
[23/55] Compiling ArgumentParser Errors.swift
[24/55] Compiling ArgumentParser Flag.swift
[25/55] Compiling ArgumentParser NameSpecification.swift
[26/55] Compiling ArgumentParser ArgumentSet.swift
[27/55] Compiling ArgumentParser CommandParser.swift
[28/55] Compiling ArgumentParser InputOrigin.swift
[29/55] Compiling ArgumentParser Name.swift
[30/55] Compiling ArgumentParser Parsed.swift
[31/55] Compiling ArgumentParser ParsableArguments.swift
[32/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/55] Compiling ArgumentParser ParsableCommand.swift
[34/55] Compiling ArgumentParser ArgumentDecoder.swift
[35/55] Compiling ArgumentParser ArgumentDefinition.swift
[36/55] Emitting module ArgumentParser
[37/55] Compiling ArgumentParser ParsedValues.swift
[38/55] Compiling ArgumentParser ParserError.swift
[39/55] Compiling ArgumentParser SplitArguments.swift
[40/55] Compiling ArgumentParser DumpHelpGenerator.swift
[41/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/55] Compiling ArgumentParser CompletionsGenerator.swift
[43/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/55] Compiling ArgumentParser Argument.swift
[46/55] Compiling ArgumentParser HelpCommand.swift
[47/55] Compiling ArgumentParser HelpGenerator.swift
[48/55] Compiling ArgumentParser MessageInfo.swift
[49/55] Compiling ArgumentParser UsageGenerator.swift
[50/71] Compiling Benchmark BenchmarkTermination.swift
[51/71] Compiling Benchmark BenchmarkTime.swift
[52/73] Compiling Benchmark BenchmarkFormatter.swift
[53/73] Compiling Benchmark BenchmarkMain.swift
[54/73] Compiling Benchmark BenchmarkState.swift
[55/73] Compiling Benchmark BenchmarkSuite.swift
[56/73] Emitting module Benchmark
[57/73] Compiling Benchmark Stats.swift
[58/73] Compiling Benchmark TestIntegration.swift
[59/73] Compiling Benchmark BenchmarkCommand.swift
[60/73] Compiling Benchmark BenchmarkFilter.swift
[61/73] Compiling Benchmark BenchmarkRunner.swift
[62/73] Compiling Benchmark BenchmarkSetting.swift
[63/73] Compiling Benchmark BenchmarkReporter.swift
[64/73] Compiling Benchmark BenchmarkResult.swift
[65/73] Compiling Benchmark Benchmark.swift
[66/73] Compiling Benchmark BenchmarkArguments.swift
[67/73] Compiling Benchmark BenchmarkColumn.swift
[68/78] Compiling BenchmarkSuiteExample Suites.swift
/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
^
[69/78] Emitting module BenchmarkMinimalExample
[70/78] Compiling BenchmarkMinimalExample main.swift
[71/78] Compiling BenchmarkSuiteExample AddStringBenchmarks.swift
[72/78] Emitting module BenchmarkSuiteExample
/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: type declared here
public class BenchmarkSuite {
^
[72/78] Write Objects.LinkFileList
[74/80] Compiling BenchmarkSuiteExampleMain main.swift
[75/80] Emitting module BenchmarkSuiteExampleMain
[75/80] Write Objects.LinkFileList
[76/80] Linking BenchmarkSuiteExampleMain
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/BenchmarkSuiteExampleMain: replacing existing signature
[77/80] Applying BenchmarkSuiteExampleMain
[78/80] Linking BenchmarkMinimalExample
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/BenchmarkMinimalExample: replacing existing signature
[79/80] Applying BenchmarkMinimalExample
Build complete! (31.04s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.2 (0.43s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.02s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
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.
Done.