Build Information
Successful build of CRDT, reference 0.5.0 (04ff7d
), with Swift 6.1 for Linux on 27 Apr 2025 03:44:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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/.spi.yml
SUCCESS checkout https://github.com/heckj/CRDT.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/heckj/CRDT.git
https://github.com/heckj/CRDT.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-collections-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections-benchmark"
}
],
"manifest_display_name" : "CRDT",
"name" : "CRDT",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CRDT",
"targets" : [
"CRDT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "crdt-benchmark",
"targets" : [
"crdt-benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "crdt_benchmark",
"module_type" : "SwiftTarget",
"name" : "crdt-benchmark",
"path" : "Sources/crdt-benchmark",
"product_dependencies" : [
"CollectionsBenchmark"
],
"product_memberships" : [
"crdt-benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "executable"
},
{
"c99name" : "CRDTTests",
"module_type" : "SwiftTarget",
"name" : "CRDTTests",
"path" : "Tests/CRDTTests",
"sources" : [
"DocTests.swift",
"GCounterTests.swift",
"GSetTests.swift",
"LWWRegisterTests.swift",
"LamportTimestampTests.swift",
"ListTests.swift",
"ORMapTests.swift",
"ORSetTests.swift",
"PNCounterTests.swift",
"grokTests.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "test"
},
{
"c99name" : "CRDT",
"module_type" : "SwiftTarget",
"name" : "CRDT",
"path" : "Sources/CRDT",
"product_memberships" : [
"CRDT",
"crdt-benchmark"
],
"sources" : [
"ApproxSizeable.swift",
"CRDTMergeError.swift",
"DeltaCRDT.swift",
"GCounter.swift",
"GSet.swift",
"LWWRegister.swift",
"LamportTimestamp.swift",
"List.swift",
"ORMap.swift",
"ORSet.swift",
"PNCounter.swift",
"Replicable.swift",
"WallclockTimestamp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections-benchmark
[1/351] Fetching swift-collections-benchmark
[75/2400] Fetching swift-collections-benchmark, swift-docc-plugin
Fetched https://github.com/apple/swift-collections-benchmark from cache (0.37s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.38s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (0.86s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.31s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.42s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.5.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/19] Write sources
[9/19] Compiling CSystem shims.c
[9/19] Write swift-version-24593BA9C3E375BF.txt
[12/62] Emitting module ArgumentParserToolInfo
[13/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/63] Compiling SystemPackage FilePathComponentView.swift
[15/63] Compiling SystemPackage FilePathComponents.swift
[17/64] Compiling CRDT Replicable.swift
[18/64] Compiling SystemPackage MachPort.swift
[19/64] Compiling SystemPackage PlatformString.swift
[20/64] Compiling SystemPackage SystemString.swift
[21/64] Compiling SystemPackage FilePathParsing.swift
[22/64] Compiling SystemPackage FilePathString.swift
[23/64] Compiling SystemPackage FileDescriptor.swift
[24/64] Compiling SystemPackage FileHelpers.swift
[25/64] Compiling CRDT PNCounter.swift
[25/64] Wrapping AST for ArgumentParserToolInfo for debugging
[27/67] Compiling SystemPackage FileOperations.swift
[28/67] Compiling SystemPackage FilePath.swift
[31/67] Emitting module SystemPackage
[32/67] Compiling SystemPackage Errno.swift
[33/67] Compiling SystemPackage ErrnoWindows.swift
[36/105] Compiling ArgumentParser Name.swift
[37/105] Compiling ArgumentParser Parsed.swift
[38/105] Compiling ArgumentParser ParsedValues.swift
[39/105] Emitting module ArgumentParser
[40/110] Compiling ArgumentParser Option.swift
[41/110] Compiling ArgumentParser ArgumentDefinition.swift
[42/110] Compiling ArgumentParser ArgumentSet.swift
[43/110] Compiling ArgumentParser CommandParser.swift
[44/110] Compiling ArgumentParser CommandConfiguration.swift
[45/110] Compiling ArgumentParser CommandGroup.swift
[46/110] Compiling ArgumentParser EnumerableFlag.swift
[47/110] Compiling ArgumentParser ArgumentVisibility.swift
[48/110] Compiling ArgumentParser CompletionKind.swift
[49/110] Compiling ArgumentParser Errors.swift
[50/110] Compiling ArgumentParser Flag.swift
[51/110] Compiling ArgumentParser NameSpecification.swift
[52/110] Compiling ArgumentParser InputKey.swift
[53/110] Compiling ArgumentParser InputOrigin.swift
[54/110] Compiling ArgumentParser ExpressibleByArgument.swift
[55/110] Compiling ArgumentParser ParsableArguments.swift
[56/110] Compiling ArgumentParser Argument.swift
[57/110] Compiling ArgumentParser ArgumentHelp.swift
[58/111] Emitting module CRDT
[59/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/111] Compiling ArgumentParser CompletionsGenerator.swift
[62/111] Compiling CRDT WallclockTimestamp.swift
[63/112] Wrapping AST for SystemPackage for debugging
[67/112] Compiling ArgumentParser FishCompletionsGenerator.swift
[68/112] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/112] Wrapping AST for CRDT for debugging
[72/112] Compiling ArgumentParser CollectionExtensions.swift
[73/112] Compiling ArgumentParser Platform.swift
[74/112] Compiling ArgumentParser SequenceExtensions.swift
[75/112] Compiling ArgumentParser StringExtensions.swift
[76/112] Compiling ArgumentParser Tree.swift
[83/112] Compiling ArgumentParser OptionGroup.swift
[84/112] Compiling ArgumentParser AsyncParsableCommand.swift
[91/112] Compiling ArgumentParser ParserError.swift
[92/112] Compiling ArgumentParser SplitArguments.swift
[93/112] Compiling ArgumentParser DumpHelpGenerator.swift
[94/112] Compiling ArgumentParser HelpCommand.swift
[95/112] Compiling ArgumentParser HelpGenerator.swift
[96/112] Compiling ArgumentParser MessageInfo.swift
[97/112] Compiling ArgumentParser UsageGenerator.swift
[100/112] Compiling ArgumentParser ParsableArgumentsValidation.swift
[101/112] Compiling ArgumentParser ParsableCommand.swift
[102/112] Compiling ArgumentParser ArgumentDecoder.swift
[108/113] Wrapping AST for ArgumentParser for debugging
[110/186] Compiling CollectionsBenchmark Blackhole.swift
[111/186] Compiling CollectionsBenchmark Identity.swift
[112/186] Compiling CollectionsBenchmark Measurement.swift
[113/186] Compiling CollectionsBenchmark Sample+Statistic.swift
[114/186] Compiling CollectionsBenchmark Sample.swift
[115/186] Compiling CollectionsBenchmark Size.swift
[116/186] Compiling CollectionsBenchmark TaskResults.swift
[117/186] Compiling CollectionsBenchmark Tick.swift
[118/186] Compiling CollectionsBenchmark Time.swift
[119/186] Compiling CollectionsBenchmark Timer.swift
[120/186] Compiling CollectionsBenchmark AnyTask.swift
[121/186] Emitting module CollectionsBenchmark
[122/196] Compiling CollectionsBenchmark Text.swift
[123/196] Compiling CollectionsBenchmark CocoaRenderer.swift
[124/196] Compiling CollectionsBenchmark CoreGraphics.swift
[125/196] Compiling CollectionsBenchmark DefaultRenderer.swift
[126/196] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[127/196] Compiling CollectionsBenchmark UIKitRenderer.swift
[128/196] Compiling CollectionsBenchmark _XML.swift
[129/196] Compiling CollectionsBenchmark Theme.swift
[130/196] Compiling CollectionsBenchmark Compatibility.swift
[131/196] Compiling CollectionsBenchmark BinarySearch.swift
[132/196] Compiling CollectionsBenchmark Chart.swift
[133/196] Compiling CollectionsBenchmark ChartScales.swift
[134/196] Compiling CollectionsBenchmark ChartUtils.swift
[135/196] Compiling CollectionsBenchmark Curve.swift
[136/196] Compiling CollectionsBenchmark EdgeInsets.swift
[137/196] Compiling CollectionsBenchmark Path.swift
[138/196] Compiling CollectionsBenchmark Point.swift
[139/196] Compiling CollectionsBenchmark Rectangle.swift
[140/196] Compiling CollectionsBenchmark Transform.swift
[141/196] Compiling CollectionsBenchmark Vector.swift
[142/196] Compiling CollectionsBenchmark Color.swift
[143/196] Compiling CollectionsBenchmark DocumentRenderer.swift
[144/196] Compiling CollectionsBenchmark Font.swift
[145/196] Compiling CollectionsBenchmark Graphics+Element.swift
[146/196] Compiling CollectionsBenchmark Graphics+SVG.swift
[147/196] Compiling CollectionsBenchmark Graphics.swift
[148/196] Compiling CollectionsBenchmark ImageFormat.swift
[149/196] Compiling CollectionsBenchmark Renderer.swift
[150/196] Compiling CollectionsBenchmark Shape.swift
[151/196] Compiling CollectionsBenchmark Stroke.swift
[152/196] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[153/196] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[154/196] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[155/196] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[156/196] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[157/196] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[158/196] Compiling CollectionsBenchmark BenchmarkCLI.swift
[159/196] Compiling CollectionsBenchmark _Document.swift
[160/196] Compiling CollectionsBenchmark Band.swift
[161/196] Compiling CollectionsBenchmark Chart+Options.swift
[162/196] Compiling CollectionsBenchmark Complain.swift
[163/196] Compiling CollectionsBenchmark Debug.swift
[164/196] Compiling CollectionsBenchmark FilePath extensions.swift
[165/196] Compiling CollectionsBenchmark ProjectInfo.swift
[166/196] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[167/196] Compiling CollectionsBenchmark _Shims.swift
[168/196] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[169/196] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[170/196] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[171/196] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[172/196] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[173/196] Compiling CollectionsBenchmark Benchmark+Error.swift
[174/196] Compiling CollectionsBenchmark Benchmark+Event.swift
[175/196] Compiling CollectionsBenchmark Benchmark+Links.swift
[176/196] Compiling CollectionsBenchmark Benchmark+Main.swift
[177/196] Compiling CollectionsBenchmark Benchmark+Options.swift
[178/196] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[179/196] Compiling CollectionsBenchmark Benchmark.swift
[180/196] Compiling CollectionsBenchmark BenchmarkResults.swift
[181/196] Compiling CollectionsBenchmark Task.swift
[182/196] Compiling CollectionsBenchmark TaskID.swift
[183/196] Compiling CollectionsBenchmark _ExecutionContext.swift
[184/196] Compiling CollectionsBenchmark _TypeBox.swift
[185/196] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[186/196] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[187/196] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[188/196] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[189/196] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[190/196] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[191/196] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[192/196] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[193/197] Wrapping AST for CollectionsBenchmark for debugging
[195/199] Compiling crdt_benchmark main.swift
[196/199] Emitting module crdt_benchmark
[197/200] Wrapping AST for crdt-benchmark for debugging
[198/200] Write Objects.LinkFileList
[199/200] Linking crdt-benchmark
Build complete! (29.44s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-collections-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections-benchmark"
}
],
"manifest_display_name" : "CRDT",
"name" : "CRDT",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CRDT",
"targets" : [
"CRDT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "crdt-benchmark",
"targets" : [
"crdt-benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "crdt_benchmark",
"module_type" : "SwiftTarget",
"name" : "crdt-benchmark",
"path" : "Sources/crdt-benchmark",
"product_dependencies" : [
"CollectionsBenchmark"
],
"product_memberships" : [
"crdt-benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "executable"
},
{
"c99name" : "CRDTTests",
"module_type" : "SwiftTarget",
"name" : "CRDTTests",
"path" : "Tests/CRDTTests",
"sources" : [
"DocTests.swift",
"GCounterTests.swift",
"GSetTests.swift",
"LWWRegisterTests.swift",
"LamportTimestampTests.swift",
"ListTests.swift",
"ORMapTests.swift",
"ORSetTests.swift",
"PNCounterTests.swift",
"grokTests.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "test"
},
{
"c99name" : "CRDT",
"module_type" : "SwiftTarget",
"name" : "CRDT",
"path" : "Sources/CRDT",
"product_memberships" : [
"CRDT",
"crdt-benchmark"
],
"sources" : [
"ApproxSizeable.swift",
"CRDTMergeError.swift",
"DeltaCRDT.swift",
"GCounter.swift",
"GSet.swift",
"LWWRegister.swift",
"LamportTimestamp.swift",
"List.swift",
"ORMap.swift",
"ORSet.swift",
"PNCounter.swift",
"Replicable.swift",
"WallclockTimestamp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.