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 swift-identified-collections, reference main (d9f974), with Swift 6.1 for Linux on 21 May 2025 03:37:48 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-identified-collections.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/pointfreeco/swift-identified-collections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9f9741 Run swift-format
Cloned https://github.com/pointfreeco/swift-identified-collections.git
Revision (git rev-parse @):
d9f9741112e86e6c62a376c76b4d4585b906c12d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-identified-collections.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-identified-collections.git
https://github.com/pointfreeco/swift-identified-collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "swift-identified-collections",
  "name" : "swift-identified-collections",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdentifiedCollections",
      "targets" : [
        "IdentifiedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-identified-collections-benchmark",
      "targets" : [
        "swift-identified-collections-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swift_identified_collections_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-identified-collections-benchmark",
      "path" : "Sources/swift-identified-collections-benchmark",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IdentifiedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollectionsTests",
      "path" : "Tests/IdentifiedCollectionsTests",
      "sources" : [
        "IdentifiedArrayCollectionOperationTests.swift",
        "IdentifiedArrayTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedCollections",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollections",
      "path" : "Sources/IdentifiedCollections",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IdentifiedCollections",
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "Identified/Identified.swift",
        "IdentifiedArray/IdentifiedArray+Codable.swift",
        "IdentifiedArray/IdentifiedArray+Collection.swift",
        "IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
        "IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
        "IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+Equatable.swift",
        "IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
        "IdentifiedArray/IdentifiedArray+Hashable.swift",
        "IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
        "IdentifiedArray/IdentifiedArray+Initializers.swift",
        "IdentifiedArray/IdentifiedArray+Insertions.swift",
        "IdentifiedArray/IdentifiedArray+MutableCollection.swift",
        "IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
        "IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
        "IdentifiedArray/IdentifiedArray+Sendable.swift",
        "IdentifiedArray/IdentifiedArray.swift",
        "IdentifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:f193892c0330802c410074518c5e9f2dde15db311d4fc67a93260807f25db4d6
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
Fetching https://github.com/apple/swift-collections
[1/352] Fetching swift-collections-benchmark
[75/2401] Fetching swift-collections-benchmark, swift-docc-plugin
[595/18981] Fetching swift-collections-benchmark, swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-collections-benchmark from cache (0.43s)
[6526/18629] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.90s)
Fetched https://github.com/apple/swift-collections from cache (0.92s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (2.73s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/4367] Fetching swift-system
[4368/19699] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.75s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (1.16s)
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/3384] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.80s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.56s)
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
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-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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/23] Write sources
[11/23] Compiling CSystem shims.c
[12/23] Write swift-version-24593BA9C3E375BF.txt
[14/67] Emitting module ArgumentParserToolInfo
[15/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/67] Compiling SystemPackage FilePathSyntax.swift
[17/67] Compiling SystemPackage FilePathTemp.swift
[18/67] Compiling SystemPackage FilePathParsing.swift
[19/67] Compiling SystemPackage FilePathString.swift
[20/69] Emitting module SystemPackage
[21/70] Compiling SystemPackage FilePathComponentView.swift
[22/70] Compiling SystemPackage FilePathComponents.swift
[23/71] Emitting module InternalCollectionsUtilities
[24/72] Compiling SystemPackage FileOperations.swift
[25/72] Compiling SystemPackage FilePath.swift
[26/72] Compiling SystemPackage FilePathTempPosix.swift
[27/72] Compiling SystemPackage FilePathTempWindows.swift
[28/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/72] Compiling SystemPackage FilePathWindows.swift
[31/72] Compiling SystemPackage FilePermissions.swift
[32/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/73] Wrapping AST for ArgumentParserToolInfo for debugging
[34/73] Compiling SystemPackage MachPort.swift
[35/73] Compiling SystemPackage PlatformString.swift
[36/73] Compiling SystemPackage SystemString.swift
[37/111] Wrapping AST for InternalCollectionsUtilities for debugging
[39/111] Compiling ArgumentParser Parsed.swift
[40/111] Compiling ArgumentParser ParsedValues.swift
[41/111] Compiling ArgumentParser ParserError.swift
[42/166] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/166] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/166] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/166] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/166] Compiling OrderedCollections _HashTable+Bucket.swift
[47/166] Compiling OrderedCollections _HashTable+BucketIterator.swift
[48/166] Compiling OrderedCollections _HashTable+Constants.swift
[49/166] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[50/166] Compiling OrderedCollections OrderedDictionary+Codable.swift
[51/166] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[52/166] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[53/166] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[54/166] Compiling OrderedCollections _HashTable+Testing.swift
[55/166] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[56/166] Compiling OrderedCollections _HashTable.swift
[57/166] Compiling OrderedCollections _Hashtable+Header.swift
[58/166] Compiling OrderedCollections OrderedDictionary.swift
[59/166] Compiling OrderedCollections OrderedSet+Codable.swift
[60/166] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[61/166] Compiling OrderedCollections OrderedSet+Descriptions.swift
[62/166] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[63/166] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/166] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[65/166] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[66/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/166] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/166] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[74/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[75/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[76/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[77/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[78/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[79/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/174] Compiling OrderedCollections OrderedSet+Initializers.swift
[89/174] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/174] Compiling OrderedCollections OrderedSet+Invariants.swift
[92/174] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[93/174] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[94/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[95/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[96/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[105/174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[106/174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[107/174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[108/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[109/174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[110/174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[111/174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[112/174] Compiling OrderedCollections OrderedDictionary+Values.swift
[112/174] Wrapping AST for SystemPackage for debugging
[122/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/174] Compiling OrderedCollections OrderedSet+Testing.swift
[125/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/174] Compiling OrderedCollections OrderedSet.swift
[128/174] Compiling OrderedCollections _UnsafeBitset.swift
[129/174] Emitting module OrderedCollections
[130/175] Wrapping AST for OrderedCollections for debugging
[138/198] Emitting module ArgumentParser
[139/198] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[140/198] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[141/198] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[142/198] Compiling IdentifiedCollections Identified.swift
[143/198] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[144/198] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[145/198] Compiling ArgumentParser CollectionExtensions.swift
[146/198] Compiling ArgumentParser Platform.swift
[147/198] Compiling ArgumentParser SequenceExtensions.swift
[148/198] Compiling ArgumentParser StringExtensions.swift
[149/198] Compiling ArgumentParser Tree.swift
[150/198] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[151/198] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[152/200] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[153/200] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[154/200] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[155/200] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[156/200] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[157/200] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[158/200] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[159/200] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[160/200] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[161/200] Compiling IdentifiedCollections IdentifiedArray.swift
[162/200] Compiling IdentifiedCollections IdentifiedCollection.swift
[195/201] Emitting module IdentifiedCollections
[196/202] Wrapping AST for ArgumentParser for debugging
[197/202] Wrapping AST for IdentifiedCollections for debugging
[199/275] Emitting module CollectionsBenchmark
[200/285] Compiling CollectionsBenchmark Chart.swift
[201/285] Compiling CollectionsBenchmark ChartScales.swift
[202/285] Compiling CollectionsBenchmark ChartUtils.swift
[203/285] Compiling CollectionsBenchmark Curve.swift
[204/285] Compiling CollectionsBenchmark EdgeInsets.swift
[205/285] Compiling CollectionsBenchmark Path.swift
[206/285] Compiling CollectionsBenchmark Point.swift
[207/285] Compiling CollectionsBenchmark Rectangle.swift
[208/285] Compiling CollectionsBenchmark Transform.swift
[209/285] Compiling CollectionsBenchmark Vector.swift
[210/285] Compiling CollectionsBenchmark Text.swift
[211/285] Compiling CollectionsBenchmark CocoaRenderer.swift
[212/285] Compiling CollectionsBenchmark CoreGraphics.swift
[213/285] Compiling CollectionsBenchmark DefaultRenderer.swift
[214/285] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[215/285] Compiling CollectionsBenchmark UIKitRenderer.swift
[216/285] Compiling CollectionsBenchmark _XML.swift
[217/285] Compiling CollectionsBenchmark Theme.swift
[218/285] Compiling CollectionsBenchmark Compatibility.swift
[219/285] Compiling CollectionsBenchmark BinarySearch.swift
[220/285] Compiling CollectionsBenchmark Color.swift
[221/285] Compiling CollectionsBenchmark DocumentRenderer.swift
[222/285] Compiling CollectionsBenchmark Font.swift
[223/285] Compiling CollectionsBenchmark Graphics+Element.swift
[224/285] Compiling CollectionsBenchmark Graphics+SVG.swift
[225/285] Compiling CollectionsBenchmark Graphics.swift
[226/285] Compiling CollectionsBenchmark ImageFormat.swift
[227/285] Compiling CollectionsBenchmark Renderer.swift
[228/285] Compiling CollectionsBenchmark Shape.swift
[229/285] Compiling CollectionsBenchmark Stroke.swift
[230/285] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[231/285] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[232/285] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[233/285] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[234/285] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[235/285] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[236/285] Compiling CollectionsBenchmark BenchmarkCLI.swift
[237/285] Compiling CollectionsBenchmark _Document.swift
[238/285] Compiling CollectionsBenchmark Band.swift
[239/285] Compiling CollectionsBenchmark Chart+Options.swift
[240/285] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[241/285] Compiling CollectionsBenchmark Benchmark+Error.swift
[242/285] Compiling CollectionsBenchmark Benchmark+Event.swift
[243/285] Compiling CollectionsBenchmark Benchmark+Links.swift
[244/285] Compiling CollectionsBenchmark Benchmark+Main.swift
[245/285] Compiling CollectionsBenchmark Benchmark+Options.swift
[246/285] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[247/285] Compiling CollectionsBenchmark Benchmark.swift
[248/285] Compiling CollectionsBenchmark BenchmarkResults.swift
[249/285] Compiling CollectionsBenchmark Task.swift
[250/285] Compiling CollectionsBenchmark TaskID.swift
[251/285] Compiling CollectionsBenchmark Complain.swift
[252/285] Compiling CollectionsBenchmark Debug.swift
[253/285] Compiling CollectionsBenchmark FilePath extensions.swift
[254/285] Compiling CollectionsBenchmark ProjectInfo.swift
[255/285] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[256/285] Compiling CollectionsBenchmark _Shims.swift
[257/285] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[258/285] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[259/285] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[260/285] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[261/285] Compiling CollectionsBenchmark _ExecutionContext.swift
[262/285] Compiling CollectionsBenchmark _TypeBox.swift
[263/285] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[264/285] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[265/285] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[266/285] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[267/285] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[268/285] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[269/285] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[270/285] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[271/285] Compiling CollectionsBenchmark Blackhole.swift
[272/285] Compiling CollectionsBenchmark Identity.swift
[273/285] Compiling CollectionsBenchmark Measurement.swift
[274/285] Compiling CollectionsBenchmark Sample+Statistic.swift
[275/285] Compiling CollectionsBenchmark Sample.swift
[276/285] Compiling CollectionsBenchmark Size.swift
[277/285] Compiling CollectionsBenchmark TaskResults.swift
[278/285] Compiling CollectionsBenchmark Tick.swift
[279/285] Compiling CollectionsBenchmark Time.swift
[280/285] Compiling CollectionsBenchmark Timer.swift
[281/285] Compiling CollectionsBenchmark AnyTask.swift
[282/286] Wrapping AST for CollectionsBenchmark for debugging
[284/288] Compiling swift_identified_collections_benchmark main.swift
[285/288] Emitting module swift_identified_collections_benchmark
[286/289] Wrapping AST for swift-identified-collections-benchmark for debugging
[287/289] Write Objects.LinkFileList
[288/289] Linking swift-identified-collections-benchmark
Build complete! (34.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "swift-identified-collections",
  "name" : "swift-identified-collections",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdentifiedCollections",
      "targets" : [
        "IdentifiedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-identified-collections-benchmark",
      "targets" : [
        "swift-identified-collections-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swift_identified_collections_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-identified-collections-benchmark",
      "path" : "Sources/swift-identified-collections-benchmark",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IdentifiedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollectionsTests",
      "path" : "Tests/IdentifiedCollectionsTests",
      "sources" : [
        "IdentifiedArrayCollectionOperationTests.swift",
        "IdentifiedArrayTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedCollections",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollections",
      "path" : "Sources/IdentifiedCollections",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IdentifiedCollections",
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "Identified/Identified.swift",
        "IdentifiedArray/IdentifiedArray+Codable.swift",
        "IdentifiedArray/IdentifiedArray+Collection.swift",
        "IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
        "IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
        "IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+Equatable.swift",
        "IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
        "IdentifiedArray/IdentifiedArray+Hashable.swift",
        "IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
        "IdentifiedArray/IdentifiedArray+Initializers.swift",
        "IdentifiedArray/IdentifiedArray+Insertions.swift",
        "IdentifiedArray/IdentifiedArray+MutableCollection.swift",
        "IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
        "IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
        "IdentifiedArray/IdentifiedArray+Sendable.swift",
        "IdentifiedArray/IdentifiedArray.swift",
        "IdentifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:f193892c0330802c410074518c5e9f2dde15db311d4fc67a93260807f25db4d6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.