Build Information
Successful build of swift-builders, reference main (355a05
), with Swift 5.10 for Linux on 11 Jul 2024 21:02:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swift-builders.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/davdroman/swift-builders
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 355a050 Allow empty builders (#16)
Cloned https://github.com/davdroman/swift-builders.git
Revision (git rev-parse @):
355a050b8a9150b58ec1004aab733c7b5fbc5cc9
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/davdroman/swift-builders.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/davdroman/swift-builders.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:2616150e65f8b5d336ef2ff8828ee78d83c0c72abe57c7be9f4d8e5b61afb28f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-argument-parser
[1/1486] Fetching swift-benchmark
[1487/13534] Fetching swift-benchmark, swift-argument-parser
Fetched https://github.com/google/swift-benchmark from cache (0.63s)
Computing version for https://github.com/google/swift-benchmark
Fetched https://github.com/apple/swift-argument-parser from cache (0.63s)
Computed https://github.com/google/swift-benchmark at 0.1.2 (0.95s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.2 (0.38s)
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.2
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/23] Compiling BuildersTestSupport BuildersTestSupport.swift
[9/23] Emitting module BuildersTestSupport
[10/24] Wrapping AST for BuildersTestSupport for debugging
[12/24] Compiling Builders _AppendableCollectionBuilder.swift
[13/24] Emitting module ArgumentParserToolInfo
[14/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/25] Wrapping AST for ArgumentParserToolInfo for debugging
[17/61] Emitting module ArgumentParser
[18/61] Emitting module Builders
[19/63] Compiling Builders Typealiases.swift
[20/65] Compiling Builders _AppendableCollection.swift
[21/66] Compiling ArgumentParser ArgumentHelp.swift
[22/66] Compiling ArgumentParser ArgumentVisibility.swift
[23/66] Compiling ArgumentParser CompletionKind.swift
[24/66] Compiling ArgumentParser Errors.swift
[25/66] Compiling ArgumentParser Flag.swift
[27/66] Compiling ArgumentParser Name.swift
[28/66] Compiling ArgumentParser Parsed.swift
[29/66] Compiling ArgumentParser ParsedValues.swift
[30/66] Compiling ArgumentParser ParserError.swift
[31/66] Compiling ArgumentParser SplitArguments.swift
[31/66] Wrapping AST for Builders for debugging
[32/66] Compiling ArgumentParser NameSpecification.swift
[33/66] Compiling ArgumentParser Option.swift
[35/66] Compiling ArgumentParser OptionGroup.swift
[36/66] Compiling ArgumentParser AsyncParsableCommand.swift
[37/66] Compiling ArgumentParser CommandConfiguration.swift
[38/66] Compiling ArgumentParser EnumerableFlag.swift
[39/66] Compiling ArgumentParser ExpressibleByArgument.swift
[40/66] Compiling ArgumentParser ParsableArguments.swift
[41/66] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/66] Compiling ArgumentParser ParsableCommand.swift
[43/66] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/66] Compiling ArgumentParser CompletionsGenerator.swift
[45/66] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/66] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/66] Compiling ArgumentParser Argument.swift
[48/66] Compiling ArgumentParser CollectionExtensions.swift
[49/66] Compiling ArgumentParser SequenceExtensions.swift
[50/66] Compiling ArgumentParser StringExtensions.swift
[51/66] Compiling ArgumentParser Tree.swift
[52/66] Compiling ArgumentParser DumpHelpGenerator.swift
[53/66] Compiling ArgumentParser HelpCommand.swift
[54/66] Compiling ArgumentParser HelpGenerator.swift
[55/66] Compiling ArgumentParser MessageInfo.swift
[56/66] Compiling ArgumentParser UsageGenerator.swift
[57/66] Compiling ArgumentParser ArgumentDecoder.swift
[58/66] Compiling ArgumentParser ArgumentDefinition.swift
[59/66] Compiling ArgumentParser ArgumentSet.swift
[60/66] Compiling ArgumentParser CommandParser.swift
[61/66] Compiling ArgumentParser InputOrigin.swift
[62/67] Wrapping AST for ArgumentParser for debugging
[64/83] Compiling Benchmark BenchmarkTermination.swift
[65/83] Compiling Benchmark BenchmarkTime.swift
[66/85] Compiling Benchmark BenchmarkState.swift
[67/85] Compiling Benchmark BenchmarkSuite.swift
[68/85] Emitting module Benchmark
[69/85] Compiling Benchmark BenchmarkRunner.swift
[70/85] Compiling Benchmark BenchmarkSetting.swift
[71/85] Compiling Benchmark BenchmarkFormatter.swift
[72/85] Compiling Benchmark BenchmarkMain.swift
[73/85] Compiling Benchmark BenchmarkReporter.swift
[74/85] Compiling Benchmark BenchmarkResult.swift
[75/85] Compiling Benchmark BenchmarkCommand.swift
[76/85] Compiling Benchmark BenchmarkFilter.swift
[77/85] Compiling Benchmark Stats.swift
[78/85] Compiling Benchmark TestIntegration.swift
[79/85] Compiling Benchmark Benchmark.swift
[80/85] Compiling Benchmark BenchmarkArguments.swift
[81/85] Compiling Benchmark BenchmarkColumn.swift
[82/86] Wrapping AST for Benchmark for debugging
[84/100] Compiling Benchmarks SubstringUnicodeScalarView.swift
[85/101] Compiling Benchmarks Substring.swift
[86/101] Compiling Benchmarks SubstringUTF8View.swift
[87/101] Compiling Benchmarks StringUTF8View.swift
[88/101] Compiling Benchmarks StringUnicodeScalarView.swift
[89/101] Compiling Benchmarks Dictionary.swift
[90/101] Compiling Benchmarks Set.swift
[91/101] Compiling Benchmarks Slice.swift
[92/101] Compiling Benchmarks String.swift
[93/101] Compiling Benchmarks ContiguousArray.swift
[94/101] Compiling Benchmarks Data.swift
[95/101] Compiling Benchmarks Array.swift
[96/101] Compiling Benchmarks ArraySlice.swift
[97/101] Emitting module Benchmarks
[98/101] Compiling Benchmarks main.swift
[99/102] Wrapping AST for Benchmarks for debugging
[100/102] Write Objects.LinkFileList
[101/102] Linking Benchmarks
Build complete! (13.38s)
Build complete.
Done.