The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CRDT, reference main (31e9ef), with Swift 6.1 for Linux on 27 Apr 2025 03:48:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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/heckj/CRDT
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 31e9ef0 adding .mailmap
Cloned https://github.com/heckj/CRDT.git
Revision (git rev-parse @):
31e9ef063daba69552753dabd5c359e8e91e1e27
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/CRDT.git at main
========================================
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",
        "ConcreteCRDTs/Concrete.swift",
        "DeltaCRDT.swift",
        "GenericCRDTs/GCounter.swift",
        "GenericCRDTs/GSet.swift",
        "GenericCRDTs/LWWRegister.swift",
        "GenericCRDTs/List.swift",
        "GenericCRDTs/ORMap.swift",
        "GenericCRDTs/ORSet.swift",
        "GenericCRDTs/PNCounter.swift",
        "LamportTimestamp.swift",
        "Replicable.swift",
        "WallclockTimestamp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-docc-plugin from cache (1.14s)
Fetched https://github.com/apple/swift-collections-benchmark from cache (1.15s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (3.20s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/4353] Fetching swift-system
[4354/19303] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.72s)
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.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
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/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-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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
[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/63] Emitting module SystemPackage
[13/66] Emitting module ArgumentParserToolInfo
[14/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/67] Compiling SystemPackage Util+StringArray.swift
[16/67] Compiling SystemPackage Util.swift
[17/67] Compiling SystemPackage UtilConsumers.swift
[18/67] Compiling SystemPackage MachPort.swift
[19/67] Compiling SystemPackage PlatformString.swift
[20/67] Compiling SystemPackage SystemString.swift
[21/67] Compiling SystemPackage FilePathParsing.swift
[22/67] Compiling SystemPackage FilePathString.swift
[23/67] Compiling SystemPackage FilePathSyntax.swift
[24/67] Compiling SystemPackage FilePathTemp.swift
[25/67] Compiling SystemPackage FilePathTempPosix.swift
[26/67] Compiling SystemPackage FilePathTempWindows.swift
[27/67] Compiling SystemPackage FilePathWindows.swift
[28/67] Compiling SystemPackage FilePermissions.swift
[30/67] Compiling SystemPackage FileOperations.swift
[31/67] Compiling SystemPackage FilePath.swift
[32/67] Compiling SystemPackage FilePathComponentView.swift
[33/67] Compiling SystemPackage FilePathComponents.swift
[33/67] Wrapping AST for ArgumentParserToolInfo for debugging
[35/67] Compiling SystemPackage Errno.swift
[36/67] Compiling SystemPackage ErrnoWindows.swift
[37/67] Compiling SystemPackage FileDescriptor.swift
[38/67] Compiling SystemPackage FileHelpers.swift
[39/80] Compiling ArgumentParser ArgumentVisibility.swift
[40/80] Compiling ArgumentParser CompletionKind.swift
[41/106] Compiling ArgumentParser OptionGroup.swift
[42/106] Compiling ArgumentParser AsyncParsableCommand.swift
[43/106] Compiling ArgumentParser CommandConfiguration.swift
[44/106] Compiling ArgumentParser CommandGroup.swift
[45/106] Compiling ArgumentParser EnumerableFlag.swift
[47/111] Compiling ArgumentParser ExpressibleByArgument.swift
[48/111] Compiling ArgumentParser ParsableArguments.swift
[49/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/111] Compiling ArgumentParser ArgumentSet.swift
[51/111] Compiling ArgumentParser CommandParser.swift
[52/111] Compiling ArgumentParser InputKey.swift
[53/111] Compiling ArgumentParser InputOrigin.swift
[54/112] Compiling ArgumentParser NameSpecification.swift
[55/112] Compiling ArgumentParser Option.swift
[56/112] Compiling CRDT Replicable.swift
[57/112] Compiling ArgumentParser FishCompletionsGenerator.swift
[58/112] Compiling ArgumentParser ZshCompletionsGenerator.swift
[59/112] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/112] Compiling ArgumentParser CompletionsGenerator.swift
[61/112] Emitting module CRDT
[63/112] Compiling CRDT WallclockTimestamp.swift
[64/112] Compiling ArgumentParser Argument.swift
[65/112] Compiling ArgumentParser ArgumentHelp.swift
[66/112] Compiling ArgumentParser Errors.swift
[67/112] Compiling ArgumentParser Flag.swift
[68/112] Emitting module ArgumentParser
[69/113] Wrapping AST for SystemPackage for debugging
[70/113] Wrapping AST for CRDT for debugging
[84/113] Compiling ArgumentParser CollectionExtensions.swift
[85/113] Compiling ArgumentParser Platform.swift
[86/113] Compiling ArgumentParser SequenceExtensions.swift
[87/113] Compiling ArgumentParser StringExtensions.swift
[88/113] Compiling ArgumentParser Tree.swift
[92/113] Compiling ArgumentParser ParsableCommand.swift
[93/113] Compiling ArgumentParser ArgumentDecoder.swift
[94/113] Compiling ArgumentParser ArgumentDefinition.swift
[99/113] Compiling ArgumentParser Name.swift
[100/113] Compiling ArgumentParser Parsed.swift
[101/113] Compiling ArgumentParser ParsedValues.swift
[102/113] Compiling ArgumentParser ParserError.swift
[103/113] Compiling ArgumentParser SplitArguments.swift
[104/113] Compiling ArgumentParser DumpHelpGenerator.swift
[105/113] Compiling ArgumentParser HelpCommand.swift
[106/113] Compiling ArgumentParser HelpGenerator.swift
[107/113] Compiling ArgumentParser MessageInfo.swift
[108/113] Compiling ArgumentParser UsageGenerator.swift
[109/114] Wrapping AST for ArgumentParser for debugging
[111/187] Compiling CollectionsBenchmark Blackhole.swift
[112/187] Compiling CollectionsBenchmark Identity.swift
[113/187] Compiling CollectionsBenchmark Measurement.swift
[114/187] Compiling CollectionsBenchmark Sample+Statistic.swift
[115/187] Compiling CollectionsBenchmark Sample.swift
[116/187] Compiling CollectionsBenchmark Size.swift
[117/187] Compiling CollectionsBenchmark TaskResults.swift
[118/187] Compiling CollectionsBenchmark Tick.swift
[119/187] Compiling CollectionsBenchmark Time.swift
[120/187] Compiling CollectionsBenchmark Timer.swift
[121/187] Compiling CollectionsBenchmark AnyTask.swift
[122/197] Emitting module CollectionsBenchmark
[123/197] Compiling CollectionsBenchmark Color.swift
[124/197] Compiling CollectionsBenchmark DocumentRenderer.swift
[125/197] Compiling CollectionsBenchmark Font.swift
[126/197] Compiling CollectionsBenchmark Graphics+Element.swift
[127/197] Compiling CollectionsBenchmark Graphics+SVG.swift
[128/197] Compiling CollectionsBenchmark Graphics.swift
[129/197] Compiling CollectionsBenchmark ImageFormat.swift
[130/197] Compiling CollectionsBenchmark Renderer.swift
[131/197] Compiling CollectionsBenchmark Shape.swift
[132/197] Compiling CollectionsBenchmark Stroke.swift
[133/197] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[134/197] Compiling CollectionsBenchmark Benchmark+Error.swift
[135/197] Compiling CollectionsBenchmark Benchmark+Event.swift
[136/197] Compiling CollectionsBenchmark Benchmark+Links.swift
[137/197] Compiling CollectionsBenchmark Benchmark+Main.swift
[138/197] Compiling CollectionsBenchmark Benchmark+Options.swift
[139/197] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[140/197] Compiling CollectionsBenchmark Benchmark.swift
[141/197] Compiling CollectionsBenchmark BenchmarkResults.swift
[142/197] Compiling CollectionsBenchmark Task.swift
[143/197] Compiling CollectionsBenchmark TaskID.swift
[144/197] Compiling CollectionsBenchmark Chart.swift
[145/197] Compiling CollectionsBenchmark ChartScales.swift
[146/197] Compiling CollectionsBenchmark ChartUtils.swift
[147/197] Compiling CollectionsBenchmark Curve.swift
[148/197] Compiling CollectionsBenchmark EdgeInsets.swift
[149/197] Compiling CollectionsBenchmark Path.swift
[150/197] Compiling CollectionsBenchmark Point.swift
[151/197] Compiling CollectionsBenchmark Rectangle.swift
[152/197] Compiling CollectionsBenchmark Transform.swift
[153/197] Compiling CollectionsBenchmark Vector.swift
[154/197] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[155/197] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[156/197] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[157/197] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[158/197] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[159/197] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[160/197] Compiling CollectionsBenchmark BenchmarkCLI.swift
[161/197] Compiling CollectionsBenchmark _Document.swift
[162/197] Compiling CollectionsBenchmark Band.swift
[163/197] Compiling CollectionsBenchmark Chart+Options.swift
[164/197] Compiling CollectionsBenchmark Text.swift
[165/197] Compiling CollectionsBenchmark CocoaRenderer.swift
[166/197] Compiling CollectionsBenchmark CoreGraphics.swift
[167/197] Compiling CollectionsBenchmark DefaultRenderer.swift
[168/197] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[169/197] Compiling CollectionsBenchmark UIKitRenderer.swift
[170/197] Compiling CollectionsBenchmark _XML.swift
[171/197] Compiling CollectionsBenchmark Theme.swift
[172/197] Compiling CollectionsBenchmark Compatibility.swift
[173/197] Compiling CollectionsBenchmark BinarySearch.swift
[174/197] Compiling CollectionsBenchmark _ExecutionContext.swift
[175/197] Compiling CollectionsBenchmark _TypeBox.swift
[176/197] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[177/197] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[178/197] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[179/197] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[180/197] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[181/197] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[182/197] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[183/197] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[184/197] Compiling CollectionsBenchmark Complain.swift
[185/197] Compiling CollectionsBenchmark Debug.swift
[186/197] Compiling CollectionsBenchmark FilePath extensions.swift
[187/197] Compiling CollectionsBenchmark ProjectInfo.swift
[188/197] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[189/197] Compiling CollectionsBenchmark _Shims.swift
[190/197] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[191/197] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[192/197] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[193/197] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[194/198] Wrapping AST for CollectionsBenchmark for debugging
[196/200] Emitting module crdt_benchmark
[197/200] Compiling crdt_benchmark main.swift
[198/201] Wrapping AST for crdt-benchmark for debugging
[199/201] Write Objects.LinkFileList
[200/201] Linking crdt-benchmark
Build complete! (31.64s)
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",
        "ConcreteCRDTs/Concrete.swift",
        "DeltaCRDT.swift",
        "GenericCRDTs/GCounter.swift",
        "GenericCRDTs/GSet.swift",
        "GenericCRDTs/LWWRegister.swift",
        "GenericCRDTs/List.swift",
        "GenericCRDTs/ORMap.swift",
        "GenericCRDTs/ORSet.swift",
        "GenericCRDTs/PNCounter.swift",
        "LamportTimestamp.swift",
        "Replicable.swift",
        "WallclockTimestamp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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.