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 swift-collections-benchmark, reference main (8aee78), with Swift 5.9 for Linux on 11 Mar 2025 04:27:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.60.1
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 8aee78a Merge pull request #23 from apple/github-actions-support
Cloned https://github.com/apple/swift-collections-benchmark.git
Revision (git rev-parse @):
8aee78a172a3d77a34cd34b61fb285fc814b4f73
SUCCESS checkout https://github.com/apple/swift-collections-benchmark.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/apple/swift-collections-benchmark.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/4214] Fetching swift-system
[4215/18920] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system (1.10s)
Fetched https://github.com/apple/swift-argument-parser (1.11s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Compiling CSystem shims.c
[3/32] Compiling SystemPackage FileOperations.swift
[4/32] Compiling SystemPackage FilePath.swift
[5/32] Compiling SystemPackage FilePathComponentView.swift
[6/32] Compiling SystemPackage FilePathComponents.swift
[7/35] Emitting module SystemPackage
[8/35] Compiling SystemPackage Errno.swift
[9/35] Compiling SystemPackage ErrnoWindows.swift
[10/35] Compiling SystemPackage FileDescriptor.swift
[11/35] Compiling SystemPackage FileHelpers.swift
[12/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/35] Emitting module ArgumentParserToolInfo
[16/75] Compiling ArgumentParser DumpHelpGenerator.swift
[17/75] Compiling ArgumentParser HelpCommand.swift
[18/75] Compiling ArgumentParser HelpGenerator.swift
[19/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/75] Compiling ArgumentParser Argument.swift
[21/75] Compiling ArgumentParser ArgumentHelp.swift
[22/75] Compiling ArgumentParser ArgumentDefinition.swift
[23/75] Compiling ArgumentParser OptionGroup.swift
[24/75] Compiling ArgumentParser AsyncParsableCommand.swift
[25/75] Compiling ArgumentParser CommandConfiguration.swift
[26/75] Compiling ArgumentParser ArgumentSet.swift
[27/75] Compiling ArgumentParser CommandParser.swift
[28/75] Compiling ArgumentParser InputKey.swift
[29/75] Compiling ArgumentParser InputOrigin.swift
[30/75] Compiling ArgumentParser Errors.swift
[31/75] Compiling ArgumentParser Flag.swift
[32/75] Compiling ArgumentParser NameSpecification.swift
[33/75] Compiling ArgumentParser Option.swift
[34/75] Compiling ArgumentParser CommandGroup.swift
[35/75] Compiling ArgumentParser EnumerableFlag.swift
[36/75] Compiling ArgumentParser ArgumentVisibility.swift
[37/75] Compiling ArgumentParser CompletionKind.swift
[40/77] Emitting module ArgumentParser
[41/82] Compiling ArgumentParser Name.swift
[42/82] Compiling ArgumentParser Parsed.swift
[43/82] Compiling ArgumentParser ParsedValues.swift
[44/82] Compiling ArgumentParser ParserError.swift
[45/82] Compiling ArgumentParser SplitArguments.swift
[46/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/82] Compiling ArgumentParser CompletionsGenerator.swift
[48/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/82] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[53/82] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[54/82] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[55/82] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[56/82] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[57/82] Compiling ArgumentParser ExpressibleByArgument.swift
[58/82] Compiling ArgumentParser ParsableArguments.swift
[59/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/82] Compiling ArgumentParser ParsableCommand.swift
[61/82] Compiling ArgumentParser ArgumentDecoder.swift
[65/82] Compiling ArgumentParser MessageInfo.swift
[66/82] Compiling ArgumentParser UsageGenerator.swift
[85/157] Compiling CollectionsBenchmark Blackhole.swift
[86/157] Compiling CollectionsBenchmark Identity.swift
[87/157] Compiling CollectionsBenchmark Measurement.swift
[88/157] Compiling CollectionsBenchmark Sample+Statistic.swift
[89/157] Compiling CollectionsBenchmark Sample.swift
[90/157] Compiling CollectionsBenchmark Size.swift
[91/157] Compiling CollectionsBenchmark TaskResults.swift
[92/157] Compiling CollectionsBenchmark Tick.swift
[93/157] Compiling CollectionsBenchmark Time.swift
[94/157] Compiling CollectionsBenchmark Timer.swift
[95/157] Compiling CollectionsBenchmark AnyTask.swift
[96/167] Emitting module CollectionsBenchmark
[97/167] Compiling CollectionsBenchmark Text.swift
[98/167] Compiling CollectionsBenchmark CocoaRenderer.swift
[99/167] Compiling CollectionsBenchmark CoreGraphics.swift
[100/167] Compiling CollectionsBenchmark DefaultRenderer.swift
[101/167] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[102/167] Compiling CollectionsBenchmark UIKitRenderer.swift
[103/167] Compiling CollectionsBenchmark _XML.swift
[104/167] Compiling CollectionsBenchmark Theme.swift
[105/167] Compiling CollectionsBenchmark Compatibility.swift
[106/167] Compiling CollectionsBenchmark BinarySearch.swift
[107/167] Compiling CollectionsBenchmark Color.swift
[108/167] Compiling CollectionsBenchmark DocumentRenderer.swift
[109/167] Compiling CollectionsBenchmark Font.swift
[110/167] Compiling CollectionsBenchmark Graphics+Element.swift
[111/167] Compiling CollectionsBenchmark Graphics+SVG.swift
[112/167] Compiling CollectionsBenchmark Graphics.swift
[113/167] Compiling CollectionsBenchmark ImageFormat.swift
[114/167] Compiling CollectionsBenchmark Renderer.swift
[115/167] Compiling CollectionsBenchmark Shape.swift
[116/167] Compiling CollectionsBenchmark Stroke.swift
[117/167] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[118/167] Compiling CollectionsBenchmark Benchmark+Error.swift
[119/167] Compiling CollectionsBenchmark Benchmark+Event.swift
[120/167] Compiling CollectionsBenchmark Benchmark+Links.swift
[121/167] Compiling CollectionsBenchmark Benchmark+Main.swift
[122/167] Compiling CollectionsBenchmark Benchmark+Options.swift
[123/167] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[124/167] Compiling CollectionsBenchmark Benchmark.swift
[125/167] Compiling CollectionsBenchmark BenchmarkResults.swift
[126/167] Compiling CollectionsBenchmark Task.swift
[127/167] Compiling CollectionsBenchmark TaskID.swift
[128/167] Compiling CollectionsBenchmark Complain.swift
[129/167] Compiling CollectionsBenchmark Debug.swift
[130/167] Compiling CollectionsBenchmark FilePath extensions.swift
[131/167] Compiling CollectionsBenchmark ProjectInfo.swift
[132/167] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[133/167] Compiling CollectionsBenchmark _Shims.swift
[134/167] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[135/167] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[136/167] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[137/167] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[138/167] Compiling CollectionsBenchmark Chart.swift
[139/167] Compiling CollectionsBenchmark ChartScales.swift
[140/167] Compiling CollectionsBenchmark ChartUtils.swift
[141/167] Compiling CollectionsBenchmark Curve.swift
[142/167] Compiling CollectionsBenchmark EdgeInsets.swift
[143/167] Compiling CollectionsBenchmark Path.swift
[144/167] Compiling CollectionsBenchmark Point.swift
[145/167] Compiling CollectionsBenchmark Rectangle.swift
[146/167] Compiling CollectionsBenchmark Transform.swift
[147/167] Compiling CollectionsBenchmark Vector.swift
[148/167] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[149/167] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[150/167] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[151/167] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[152/167] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[153/167] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[154/167] Compiling CollectionsBenchmark BenchmarkCLI.swift
[155/167] Compiling CollectionsBenchmark _Document.swift
[156/167] Compiling CollectionsBenchmark Band.swift
[157/167] Compiling CollectionsBenchmark Chart+Options.swift
[158/167] Compiling CollectionsBenchmark _ExecutionContext.swift
[159/167] Compiling CollectionsBenchmark _TypeBox.swift
[160/167] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[161/167] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[162/167] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[163/167] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[164/167] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[165/167] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[166/167] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[167/167] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
Build complete! (18.31s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "swift-collections-benchmark",
  "name" : "swift-collections-benchmark",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CollectionsBenchmark",
      "targets" : [
        "CollectionsBenchmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionsBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionsBenchmarkTests",
      "path" : "Tests/CollectionsBenchmarkTests",
      "sources" : [
        "BinarySearchTests.swift",
        "GeometryTests.swift",
        "SimpleOrderedDictionaryTests.swift",
        "SimpleOrderedSetTests.swift",
        "SimpleSortedBagTests.swift",
        "SimpleSortedDictionaryTests.swift",
        "SizeTests.swift",
        "UtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "CollectionsBenchmark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionsBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "CollectionsBenchmark",
      "path" : "Sources/CollectionsBenchmark",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "CollectionsBenchmark"
      ],
      "sources" : [
        "Basics/Blackhole.swift",
        "Basics/Identity.swift",
        "Basics/Measurement.swift",
        "Basics/Sample+Statistic.swift",
        "Basics/Sample.swift",
        "Basics/Size.swift",
        "Basics/TaskResults.swift",
        "Basics/Tick.swift",
        "Basics/Time.swift",
        "Basics/Timer.swift",
        "Benchmark/AnyTask.swift",
        "Benchmark/Benchmark+ChartLibrary.swift",
        "Benchmark/Benchmark+Error.swift",
        "Benchmark/Benchmark+Event.swift",
        "Benchmark/Benchmark+Links.swift",
        "Benchmark/Benchmark+Main.swift",
        "Benchmark/Benchmark+Options.swift",
        "Benchmark/Benchmark+RunOptions.swift",
        "Benchmark/Benchmark.swift",
        "Benchmark/BenchmarkResults.swift",
        "Benchmark/Task.swift",
        "Benchmark/TaskID.swift",
        "Benchmark/_ExecutionContext.swift",
        "Benchmark/_TypeBox.swift",
        "BenchmarkCLI/BenchmarkCLI+Info.swift",
        "BenchmarkCLI/BenchmarkCLI+Library+List.swift",
        "BenchmarkCLI/BenchmarkCLI+Library+Render.swift",
        "BenchmarkCLI/BenchmarkCLI+Library+Run.swift",
        "BenchmarkCLI/BenchmarkCLI+Library.swift",
        "BenchmarkCLI/BenchmarkCLI+Render+Options.swift",
        "BenchmarkCLI/BenchmarkCLI+Render.swift",
        "BenchmarkCLI/BenchmarkCLI+Results+Compare.swift",
        "BenchmarkCLI/BenchmarkCLI+Results+Delete.swift",
        "BenchmarkCLI/BenchmarkCLI+Results+ListTasks.swift",
        "BenchmarkCLI/BenchmarkCLI+Results+Merge.swift",
        "BenchmarkCLI/BenchmarkCLI+Results.swift",
        "BenchmarkCLI/BenchmarkCLI+Run.swift",
        "BenchmarkCLI/BenchmarkCLI+TaskSelection.swift",
        "BenchmarkCLI/BenchmarkCLI.swift",
        "BenchmarkCLI/_Document.swift",
        "Charts/Band.swift",
        "Charts/Chart+Options.swift",
        "Charts/Chart.swift",
        "Charts/ChartScales.swift",
        "Charts/ChartUtils.swift",
        "Charts/Curve.swift",
        "Charts/Geometry/EdgeInsets.swift",
        "Charts/Geometry/Path.swift",
        "Charts/Geometry/Point.swift",
        "Charts/Geometry/Rectangle.swift",
        "Charts/Geometry/Transform.swift",
        "Charts/Geometry/Vector.swift",
        "Charts/Graphics/Color.swift",
        "Charts/Graphics/DocumentRenderer.swift",
        "Charts/Graphics/Font.swift",
        "Charts/Graphics/Graphics+Element.swift",
        "Charts/Graphics/Graphics+SVG.swift",
        "Charts/Graphics/Graphics.swift",
        "Charts/Graphics/ImageFormat.swift",
        "Charts/Graphics/Renderer.swift",
        "Charts/Graphics/Shape.swift",
        "Charts/Graphics/Stroke.swift",
        "Charts/Graphics/Text.swift",
        "Charts/Renderers/CocoaRenderer.swift",
        "Charts/Renderers/CoreGraphics.swift",
        "Charts/Renderers/DefaultRenderer.swift",
        "Charts/Renderers/HTMLDocumentRenderer.swift",
        "Charts/Renderers/UIKitRenderer.swift",
        "Charts/Renderers/_XML.swift",
        "Charts/Theme.swift",
        "Compatibility/Compatibility.swift",
        "Utilities/BinarySearch.swift",
        "Utilities/Complain.swift",
        "Utilities/Debug.swift",
        "Utilities/FilePath extensions.swift",
        "Utilities/ProjectInfo.swift",
        "Utilities/_MutableKeyValuePairs.swift",
        "Utilities/_Shims.swift",
        "Utilities/_SimpleOrderedDictionary.swift",
        "Utilities/_SimpleOrderedSet.swift",
        "Utilities/_SimpleSortedBag.swift",
        "Utilities/_SimpleSortedDictionary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.