This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CRDT with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/CRDT.git
Reference: 0.5.0
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/heckj/CRDT
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 04ff7d1 doc update
Cloned https://github.com/heckj/CRDT.git
Revision (git rev-parse @):
04ff7d1dfdc36558efc6c5be9f9c158e1c0b5f00
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/heckj/CRDT.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/315] Fetching swift-collections-benchmark
[77/1763] Fetching swift-collections-benchmark, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.49s)
Fetched https://github.com/apple/swift-collections-benchmark (0.50s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (0.36s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/2966] Fetching swift-system
[2967/14347] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system (0.72s)
Fetched https://github.com/apple/swift-argument-parser (0.72s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.36s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2364] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.37s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.31s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections-benchmark
Working copy of https://github.com/apple/swift-collections-benchmark resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/11] Compiling CSystem shims.c
[5/47] Emitting module SystemPackage
[6/49] Compiling SystemPackage PlatformString.swift
[7/49] Compiling SystemPackage SystemString.swift
[8/49] Compiling SystemPackage Util.swift
[9/49] Compiling SystemPackage UtilConsumers.swift
[10/49] Compiling SystemPackage Errno.swift
[11/49] Compiling SystemPackage FileDescriptor.swift
[14/50] Compiling SystemPackage FileHelpers.swift
[15/50] Compiling SystemPackage FileOperations.swift
[16/50] Compiling CRDT ApproxSizeable.swift
[17/50] Compiling CRDT CRDTMergeError.swift
[18/50] Compiling CRDT PNCounter.swift
[19/50] Compiling CRDT Replicable.swift
[20/50] Compiling SystemPackage FilePathString.swift
[21/50] Compiling SystemPackage FilePathSyntax.swift
[22/50] Emitting module ArgumentParserToolInfo
[23/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/52] Wrapping AST for ArgumentParserToolInfo for debugging
[27/89] Compiling ArgumentParser CompletionsGenerator.swift
[28/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/89] Compiling ArgumentParser Errors.swift
[33/89] Compiling ArgumentParser Flag.swift
[34/89] Emitting module CRDT
[35/89] Compiling ArgumentParser NameSpecification.swift
[36/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/89] Compiling ArgumentParser OptionGroup.swift
[38/89] Compiling ArgumentParser AsyncParsableCommand.swift
[39/89] Compiling ArgumentParser CommandConfiguration.swift
[40/89] Compiling ArgumentParser Argument.swift
[41/89] Compiling ArgumentParser ArgumentHelp.swift
[42/89] Compiling ArgumentParser Option.swift
[43/89] Compiling ArgumentParser EnumerableFlag.swift
[44/89] Compiling ArgumentParser ExpressibleByArgument.swift
[45/89] Compiling ArgumentParser ParsableArguments.swift
[48/91] Compiling CRDT WallclockTimestamp.swift
[49/93] Wrapping AST for SystemPackage for debugging
[52/93] Compiling ArgumentParser ArgumentVisibility.swift
[53/93] Compiling ArgumentParser CompletionKind.swift
[61/98] Wrapping AST for CRDT for debugging
[63/98] Compiling ArgumentParser CollectionExtensions.swift
[64/98] Compiling ArgumentParser Platform.swift
[65/98] Compiling ArgumentParser SequenceExtensions.swift
[66/98] Compiling ArgumentParser StringExtensions.swift
[67/98] Compiling ArgumentParser Tree.swift
[74/98] Compiling ArgumentParser Name.swift
[75/98] Compiling ArgumentParser Parsed.swift
[76/98] Compiling ArgumentParser ParsedValues.swift
[77/98] Compiling ArgumentParser ParserError.swift
[78/98] Compiling ArgumentParser SplitArguments.swift
[79/98] Compiling ArgumentParser DumpHelpGenerator.swift
[80/98] Compiling ArgumentParser HelpCommand.swift
[81/98] Compiling ArgumentParser HelpGenerator.swift
[82/98] Compiling ArgumentParser MessageInfo.swift
[83/98] Compiling ArgumentParser UsageGenerator.swift
[84/98] Emitting module ArgumentParser
[87/98] Compiling ArgumentParser ParsableArgumentsValidation.swift
[88/98] Compiling ArgumentParser ParsableCommand.swift
[89/98] Compiling ArgumentParser ArgumentDecoder.swift
[90/98] Compiling ArgumentParser ArgumentDefinition.swift
[91/98] Compiling ArgumentParser ArgumentSet.swift
[92/98] Compiling ArgumentParser CommandParser.swift
[93/98] Compiling ArgumentParser InputKey.swift
[94/98] Compiling ArgumentParser InputOrigin.swift
[96/100] Wrapping AST for ArgumentParser for debugging
[98/173] Compiling CollectionsBenchmark Blackhole.swift
[99/173] Compiling CollectionsBenchmark Identity.swift
[100/173] Compiling CollectionsBenchmark Measurement.swift
[101/173] Compiling CollectionsBenchmark Sample+Statistic.swift
[102/173] Compiling CollectionsBenchmark Sample.swift
[103/173] Compiling CollectionsBenchmark Size.swift
[104/173] Compiling CollectionsBenchmark TaskResults.swift
[105/173] Compiling CollectionsBenchmark Tick.swift
[106/173] Compiling CollectionsBenchmark Time.swift
[107/173] Compiling CollectionsBenchmark Timer.swift
[108/173] Compiling CollectionsBenchmark AnyTask.swift
[109/183] Compiling CollectionsBenchmark Text.swift
[110/183] Compiling CollectionsBenchmark CocoaRenderer.swift
[111/183] Compiling CollectionsBenchmark CoreGraphics.swift
[112/183] Compiling CollectionsBenchmark DefaultRenderer.swift
[113/183] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[114/183] Compiling CollectionsBenchmark UIKitRenderer.swift
[115/183] Compiling CollectionsBenchmark _XML.swift
[116/183] Compiling CollectionsBenchmark Theme.swift
[117/183] Compiling CollectionsBenchmark Compatibility.swift
[118/183] Compiling CollectionsBenchmark BinarySearch.swift
[119/183] Emitting module CollectionsBenchmark
[120/183] Compiling CollectionsBenchmark Chart.swift
[121/183] Compiling CollectionsBenchmark ChartScales.swift
[122/183] Compiling CollectionsBenchmark ChartUtils.swift
[123/183] Compiling CollectionsBenchmark Curve.swift
[124/183] Compiling CollectionsBenchmark EdgeInsets.swift
[125/183] Compiling CollectionsBenchmark Path.swift
[126/183] Compiling CollectionsBenchmark Point.swift
[127/183] Compiling CollectionsBenchmark Rectangle.swift
[128/183] Compiling CollectionsBenchmark Transform.swift
[129/183] Compiling CollectionsBenchmark Vector.swift
[130/183] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[131/183] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[132/183] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[133/183] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[134/183] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[135/183] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[136/183] Compiling CollectionsBenchmark BenchmarkCLI.swift
[137/183] Compiling CollectionsBenchmark _Document.swift
[138/183] Compiling CollectionsBenchmark Band.swift
[139/183] Compiling CollectionsBenchmark Chart+Options.swift
[140/183] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[141/183] Compiling CollectionsBenchmark Benchmark+Error.swift
[142/183] Compiling CollectionsBenchmark Benchmark+Event.swift
[143/183] Compiling CollectionsBenchmark Benchmark+Links.swift
[144/183] Compiling CollectionsBenchmark Benchmark+Main.swift
[145/183] Compiling CollectionsBenchmark Benchmark+Options.swift
[146/183] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[147/183] Compiling CollectionsBenchmark Benchmark.swift
[148/183] Compiling CollectionsBenchmark BenchmarkResults.swift
[149/183] Compiling CollectionsBenchmark Task.swift
[150/183] Compiling CollectionsBenchmark TaskID.swift
[151/183] Compiling CollectionsBenchmark Complain.swift
[152/183] Compiling CollectionsBenchmark Debug.swift
[153/183] Compiling CollectionsBenchmark FilePath extensions.swift
[154/183] Compiling CollectionsBenchmark ProjectInfo.swift
[155/183] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[156/183] Compiling CollectionsBenchmark _Shims.swift
[157/183] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[158/183] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[159/183] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[160/183] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[161/183] Compiling CollectionsBenchmark Color.swift
[162/183] Compiling CollectionsBenchmark DocumentRenderer.swift
[163/183] Compiling CollectionsBenchmark Font.swift
[164/183] Compiling CollectionsBenchmark Graphics+Element.swift
[165/183] Compiling CollectionsBenchmark Graphics+SVG.swift
[166/183] Compiling CollectionsBenchmark Graphics.swift
[167/183] Compiling CollectionsBenchmark ImageFormat.swift
[168/183] Compiling CollectionsBenchmark Renderer.swift
[169/183] Compiling CollectionsBenchmark Shape.swift
[170/183] Compiling CollectionsBenchmark Stroke.swift
[171/183] Compiling CollectionsBenchmark _ExecutionContext.swift
[172/183] Compiling CollectionsBenchmark _TypeBox.swift
[173/183] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[174/183] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[175/183] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[176/183] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[177/183] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[178/183] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[179/183] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[180/183] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[182/185] Wrapping AST for CollectionsBenchmark for debugging
[184/187] Emitting module crdt_benchmark
[185/187] Compiling crdt_benchmark main.swift
[187/189] Wrapping AST for crdt-benchmark for debugging
[188/189] Linking crdt-benchmark
Build complete! (24.66s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.