The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-collections-benchmark with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-collections-benchmark.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/apple/swift-collections-benchmark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a19c4f4 Merge pull request #17 from hassila/hassila-patch-cmo-blackhole
Cloned https://github.com/apple/swift-collections-benchmark.git
Revision (git rev-parse @):
a19c4f43ea50f58512153662f5050207851d3603
SUCCESS checkout https://github.com/apple/swift-collections-benchmark.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/apple/swift-collections-benchmark.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/3145] Fetching swift-system
Fetched https://github.com/apple/swift-system (0.36s)
[1/11570] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.74s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.41s)
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.4
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
[1/1] Compiling plugin GenerateManualPlugin
Building for debugging...
[1/2] Compiling CSystem shims.c
[3/25] Emitting module SystemPackage
[4/27] Compiling SystemPackage FileOperations.swift
[5/27] Compiling SystemPackage FilePath.swift
[6/27] Compiling SystemPackage FilePathComponentView.swift
[7/27] Compiling SystemPackage Errno.swift
[8/27] Compiling SystemPackage FileDescriptor.swift
[9/27] Compiling SystemPackage FileHelpers.swift
[10/27] Compiling SystemPackage PlatformString.swift
[11/27] Compiling SystemPackage SystemString.swift
[12/27] Compiling SystemPackage FilePathSyntax.swift
[13/27] Compiling SystemPackage FilePathWindows.swift
[14/27] Compiling SystemPackage FilePermissions.swift
[15/27] Compiling SystemPackage Util.swift
[16/27] Compiling SystemPackage UtilConsumers.swift
[17/27] Emitting module ArgumentParserToolInfo
[18/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/65] Compiling ArgumentParser ArgumentDefinition.swift
[22/65] Compiling ArgumentParser ArgumentSet.swift
[23/65] Compiling ArgumentParser CommandParser.swift
[24/65] Compiling ArgumentParser ParsableArguments.swift
[25/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/65] Compiling ArgumentParser ParsableCommand.swift
[27/65] Compiling ArgumentParser Option.swift
[28/65] Compiling ArgumentParser OptionGroup.swift
[29/65] Compiling ArgumentParser AsyncParsableCommand.swift
[32/67] Emitting module ArgumentParser
[33/71] Compiling ArgumentParser NameSpecification.swift
[37/71] Compiling ArgumentParser CommandConfiguration.swift
[38/71] Compiling ArgumentParser Name.swift
[39/71] Compiling ArgumentParser Parsed.swift
[40/71] Compiling ArgumentParser ParsedValues.swift
[41/71] Compiling ArgumentParser ParserError.swift
[42/71] Compiling ArgumentParser SplitArguments.swift
[43/71] Compiling ArgumentParser ArgumentHelp.swift
[44/71] Compiling ArgumentParser ArgumentVisibility.swift
[45/71] Compiling ArgumentParser CompletionKind.swift
[46/71] Compiling ArgumentParser Errors.swift
[47/71] Compiling ArgumentParser Flag.swift
[48/71] Compiling ArgumentParser CollectionExtensions.swift
[49/71] Compiling ArgumentParser SequenceExtensions.swift
[50/71] Compiling ArgumentParser StringExtensions.swift
[51/71] Compiling ArgumentParser Tree.swift
[52/71] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/71] Compiling ArgumentParser CompletionsGenerator.swift
[54/71] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/71] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/71] Compiling ArgumentParser Argument.swift
[57/71] Compiling ArgumentParser ArgumentDecoder.swift
[61/71] Compiling ArgumentParser InputOrigin.swift
[62/71] Compiling ArgumentParser EnumerableFlag.swift
[63/71] Compiling ArgumentParser ExpressibleByArgument.swift
[67/71] Compiling ArgumentParser DumpHelpGenerator.swift
[68/71] Compiling ArgumentParser HelpCommand.swift
[69/71] Compiling ArgumentParser HelpGenerator.swift
[70/71] Compiling ArgumentParser MessageInfo.swift
[71/71] Compiling ArgumentParser UsageGenerator.swift
[74/146] Compiling CollectionsBenchmark Blackhole.swift
[75/146] Compiling CollectionsBenchmark Identity.swift
[76/146] Compiling CollectionsBenchmark Measurement.swift
[77/146] Compiling CollectionsBenchmark Sample+Statistic.swift
[78/146] Compiling CollectionsBenchmark Sample.swift
[79/146] Compiling CollectionsBenchmark Size.swift
[80/146] Compiling CollectionsBenchmark TaskResults.swift
[81/146] Compiling CollectionsBenchmark Tick.swift
[82/146] Compiling CollectionsBenchmark Time.swift
[83/146] Compiling CollectionsBenchmark Timer.swift
[84/146] Compiling CollectionsBenchmark AnyTask.swift
[85/156] Compiling CollectionsBenchmark Text.swift
[86/156] Compiling CollectionsBenchmark CocoaRenderer.swift
[87/156] Compiling CollectionsBenchmark CoreGraphics.swift
[88/156] Compiling CollectionsBenchmark DefaultRenderer.swift
[89/156] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[90/156] Compiling CollectionsBenchmark UIKitRenderer.swift
[91/156] Compiling CollectionsBenchmark _XML.swift
[92/156] Compiling CollectionsBenchmark Theme.swift
[93/156] Compiling CollectionsBenchmark Compatibility.swift
[94/156] Compiling CollectionsBenchmark BinarySearch.swift
[95/156] Emitting module CollectionsBenchmark
[96/156] Compiling CollectionsBenchmark Color.swift
[97/156] Compiling CollectionsBenchmark DocumentRenderer.swift
[98/156] Compiling CollectionsBenchmark Font.swift
[99/156] Compiling CollectionsBenchmark Graphics+Element.swift
[100/156] Compiling CollectionsBenchmark Graphics+SVG.swift
[101/156] Compiling CollectionsBenchmark Graphics.swift
[102/156] Compiling CollectionsBenchmark ImageFormat.swift
[103/156] Compiling CollectionsBenchmark Renderer.swift
[104/156] Compiling CollectionsBenchmark Shape.swift
[105/156] Compiling CollectionsBenchmark Stroke.swift
[106/156] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[107/156] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[108/156] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[109/156] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[110/156] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[111/156] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[112/156] Compiling CollectionsBenchmark BenchmarkCLI.swift
[113/156] Compiling CollectionsBenchmark _Document.swift
[114/156] Compiling CollectionsBenchmark Band.swift
[115/156] Compiling CollectionsBenchmark Chart+Options.swift
[116/156] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[117/156] Compiling CollectionsBenchmark Benchmark+Error.swift
[118/156] Compiling CollectionsBenchmark Benchmark+Event.swift
[119/156] Compiling CollectionsBenchmark Benchmark+Links.swift
[120/156] Compiling CollectionsBenchmark Benchmark+Main.swift
[121/156] Compiling CollectionsBenchmark Benchmark+Options.swift
[122/156] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[123/156] Compiling CollectionsBenchmark Benchmark.swift
[124/156] Compiling CollectionsBenchmark BenchmarkResults.swift
[125/156] Compiling CollectionsBenchmark Task.swift
[126/156] Compiling CollectionsBenchmark TaskID.swift
[127/156] Compiling CollectionsBenchmark Chart.swift
[128/156] Compiling CollectionsBenchmark ChartScales.swift
[129/156] Compiling CollectionsBenchmark ChartUtils.swift
[130/156] Compiling CollectionsBenchmark Curve.swift
[131/156] Compiling CollectionsBenchmark EdgeInsets.swift
[132/156] Compiling CollectionsBenchmark Path.swift
[133/156] Compiling CollectionsBenchmark Point.swift
[134/156] Compiling CollectionsBenchmark Rectangle.swift
[135/156] Compiling CollectionsBenchmark Transform.swift
[136/156] Compiling CollectionsBenchmark Vector.swift
[137/156] Compiling CollectionsBenchmark _ExecutionContext.swift
[138/156] Compiling CollectionsBenchmark _TypeBox.swift
[139/156] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[140/156] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[141/156] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[142/156] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[143/156] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[144/156] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[145/156] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[146/156] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[147/156] Compiling CollectionsBenchmark Complain.swift
[148/156] Compiling CollectionsBenchmark Debug.swift
[149/156] Compiling CollectionsBenchmark FilePath extensions.swift
[150/156] Compiling CollectionsBenchmark ProjectInfo.swift
[151/156] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[152/156] Compiling CollectionsBenchmark _Shims.swift
[153/156] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[154/156] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[155/156] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[156/156] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
Build complete! (17.22s)
Build complete.
Done.

Build Machine: Linux 2