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-algorithms, reference 1.2.1 (87e50f), with Swift 6.0 for macOS (SPM) on 11 Feb 2025 05:15:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-algorithms.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-algorithms
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 87e50f4 Prepare for 1.2.1 release
Cloned https://github.com/apple/swift-algorithms.git
Revision (git rev-parse @):
87e50f483c54e6efd60e885f7f5aa946cee68023
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-algorithms.git at 1.2.1
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.57s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-algorithms",
      "name": "swift-algorithms",
      "url": "https://github.com/apple/swift-algorithms.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics.git",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-algorithms.git
[1/5815] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.02s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.02s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1 (87e50f4)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'swift-algorithms' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/apple/swift-algorithms.git
https://github.com/apple/swift-algorithms.git
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "swift-algorithms",
  "name" : "swift-algorithms",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Algorithms",
      "targets" : [
        "Algorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAlgorithmsTests",
      "path" : "Tests/SwiftAlgorithmsTests",
      "sources" : [
        "AdjacentPairsTests.swift",
        "ChainTests.swift",
        "ChunkedTests.swift",
        "CombinationsTests.swift",
        "CompactedTests.swift",
        "CycleTests.swift",
        "FirstNonNilTests.swift",
        "GroupedTests.swift",
        "IndexedTests.swift",
        "IntersperseTests.swift",
        "JoinedTests.swift",
        "KeyedTests.swift",
        "MinMaxTests.swift",
        "PartitionTests.swift",
        "PermutationsTests.swift",
        "ProductTests.swift",
        "RandomSampleTests.swift",
        "ReductionsTests.swift",
        "RotateTests.swift",
        "SplitTests.swift",
        "StrideTests.swift",
        "SuffixTests.swift",
        "TestUtilities.swift",
        "TrimTests.swift",
        "UniquePermutationsTests.swift",
        "UniqueTests.swift",
        "WindowsTests.swift"
      ],
      "target_dependencies" : [
        "Algorithms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Algorithms",
      "module_type" : "SwiftTarget",
      "name" : "Algorithms",
      "path" : "Sources/Algorithms",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "Algorithms"
      ],
      "sources" : [
        "AdjacentPairs.swift",
        "Chain.swift",
        "Chunked.swift",
        "Combinations.swift",
        "Compacted.swift",
        "Cycle.swift",
        "EitherSequence.swift",
        "FirstNonNil.swift",
        "FlattenCollection.swift",
        "Grouped.swift",
        "Indexed.swift",
        "Intersperse.swift",
        "Joined.swift",
        "Keyed.swift",
        "MinMax.swift",
        "Partition.swift",
        "Permutations.swift",
        "Product.swift",
        "RandomSample.swift",
        "Reductions.swift",
        "Rotate.swift",
        "Split.swift",
        "Stride.swift",
        "Suffix.swift",
        "Trim.swift",
        "Unique.swift",
        "Windows.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[2/4] Compiling _NumericsShims _NumericsShims.c
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/14] Compiling RealModule Real.swift
[6/14] Compiling RealModule Float80+Real.swift
[7/15] Compiling RealModule ElementaryFunctions.swift
[8/15] Compiling RealModule Float+Real.swift
[9/15] Compiling RealModule AugmentedArithmetic.swift
[10/15] Compiling RealModule ApproximateEquality.swift
[11/15] Compiling RealModule AlgebraicField.swift
[12/15] Emitting module RealModule
[13/15] Compiling RealModule Double+Real.swift
[14/15] Compiling RealModule Float16+Real.swift
[15/15] Compiling RealModule RealFunctions.swift
[16/41] Compiling Algorithms Suffix.swift
[17/41] Compiling Algorithms Trim.swift
[18/43] Compiling Algorithms Unique.swift
[19/43] Compiling Algorithms Windows.swift
[20/43] Compiling Algorithms Split.swift
[21/43] Compiling Algorithms Stride.swift
[22/43] Compiling Algorithms RandomSample.swift
[23/43] Compiling Algorithms Reductions.swift
[24/43] Compiling Algorithms Rotate.swift
[25/43] Compiling Algorithms Combinations.swift
[26/43] Compiling Algorithms Compacted.swift
[27/43] Compiling Algorithms Cycle.swift
[28/43] Compiling Algorithms Partition.swift
[29/43] Compiling Algorithms Permutations.swift
[30/43] Compiling Algorithms Product.swift
[31/43] Compiling Algorithms Grouped.swift
[32/43] Compiling Algorithms Indexed.swift
[33/43] Compiling Algorithms Intersperse.swift
[34/43] Compiling Algorithms Joined.swift
[35/43] Compiling Algorithms Keyed.swift
[36/43] Compiling Algorithms MinMax.swift
[37/43] Compiling Algorithms EitherSequence.swift
[38/43] Compiling Algorithms FirstNonNil.swift
[39/43] Compiling Algorithms FlattenCollection.swift
[40/43] Compiling Algorithms AdjacentPairs.swift
[41/43] Compiling Algorithms Chain.swift
[42/43] Compiling Algorithms Chunked.swift
[43/43] Emitting module Algorithms
Build complete! (9.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "swift-algorithms",
  "name" : "swift-algorithms",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Algorithms",
      "targets" : [
        "Algorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAlgorithmsTests",
      "path" : "Tests/SwiftAlgorithmsTests",
      "sources" : [
        "AdjacentPairsTests.swift",
        "ChainTests.swift",
        "ChunkedTests.swift",
        "CombinationsTests.swift",
        "CompactedTests.swift",
        "CycleTests.swift",
        "FirstNonNilTests.swift",
        "GroupedTests.swift",
        "IndexedTests.swift",
        "IntersperseTests.swift",
        "JoinedTests.swift",
        "KeyedTests.swift",
        "MinMaxTests.swift",
        "PartitionTests.swift",
        "PermutationsTests.swift",
        "ProductTests.swift",
        "RandomSampleTests.swift",
        "ReductionsTests.swift",
        "RotateTests.swift",
        "SplitTests.swift",
        "StrideTests.swift",
        "SuffixTests.swift",
        "TestUtilities.swift",
        "TrimTests.swift",
        "UniquePermutationsTests.swift",
        "UniqueTests.swift",
        "WindowsTests.swift"
      ],
      "target_dependencies" : [
        "Algorithms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Algorithms",
      "module_type" : "SwiftTarget",
      "name" : "Algorithms",
      "path" : "Sources/Algorithms",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "Algorithms"
      ],
      "sources" : [
        "AdjacentPairs.swift",
        "Chain.swift",
        "Chunked.swift",
        "Combinations.swift",
        "Compacted.swift",
        "Cycle.swift",
        "EitherSequence.swift",
        "FirstNonNil.swift",
        "FlattenCollection.swift",
        "Grouped.swift",
        "Indexed.swift",
        "Intersperse.swift",
        "Joined.swift",
        "Keyed.swift",
        "MinMax.swift",
        "Partition.swift",
        "Permutations.swift",
        "Product.swift",
        "RandomSample.swift",
        "Reductions.swift",
        "Rotate.swift",
        "Split.swift",
        "Stride.swift",
        "Suffix.swift",
        "Trim.swift",
        "Unique.swift",
        "Windows.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-algorithms/1.2.1
Repository:               apple/swift-algorithms
Swift version used:       6.0
Target:                   Algorithms
Extracting symbol information for 'Algorithms'...
Finished extracting symbol information for 'Algorithms'. (1.83s)
Building documentation for 'Algorithms'...
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:222:11-222:25
220 |   ///     start or end of the sequence satisfying the `isSeparator`
221 |   ///     predicate. The default value is `true`.
222 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
223 |   ///     returns a Boolean value indicating whether the sequence should be
224 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:222:11-222:25
220 |   ///     start or end of the sequence satisfying the `isSeparator`
221 |   ///     predicate. The default value is `true`.
222 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
223 |   ///     returns a Boolean value indicating whether the sequence should be
224 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:222:11-222:25
220 |   ///     start or end of the sequence satisfying the `isSeparator`
221 |   ///     predicate. The default value is `true`.
222 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
223 |   ///     returns a Boolean value indicating whether the sequence should be
224 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:222:11-222:25
220 |   ///     start or end of the sequence satisfying the `isSeparator`
221 |   ///     predicate. The default value is `true`.
222 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
223 |   ///     returns a Boolean value indicating whether the sequence should be
224 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:222:11-222:25
220 |   ///     start or end of the sequence satisfying the `isSeparator`
221 |   ///     predicate. The default value is `true`.
222 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
223 |   ///     returns a Boolean value indicating whether the sequence should be
224 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:637:11-637:25
635 |   ///     start or end of the collection satisfying the `isSeparator`
636 |   ///     predicate. The default value is `true`.
637 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
638 |   ///     returns a Boolean value indicating whether the collection should be
639 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:637:11-637:25
635 |   ///     start or end of the collection satisfying the `isSeparator`
636 |   ///     predicate. The default value is `true`.
637 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
638 |   ///     returns a Boolean value indicating whether the collection should be
639 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:637:11-637:25
635 |   ///     start or end of the collection satisfying the `isSeparator`
636 |   ///     predicate. The default value is `true`.
637 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
638 |   ///     returns a Boolean value indicating whether the collection should be
639 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:637:11-637:25
635 |   ///     start or end of the collection satisfying the `isSeparator`
636 |   ///     predicate. The default value is `true`.
637 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
638 |   ///     returns a Boolean value indicating whether the collection should be
639 |   ///     split at that element.
warning: External name 'whereSeparator' used to document parameter
   --> ../Split.swift:637:11-637:25
635 |   ///     start or end of the collection satisfying the `isSeparator`
636 |   ///     predicate. The default value is `true`.
637 +   ///   - whereSeparator: A closure that takes an element as an argument and
    |           ╰─suggestion: Replace 'whereSeparator' with 'isSeparator'
638 |   ///     returns a Boolean value indicating whether the collection should be
639 |   ///     split at that element.Finished building documentation for 'Algorithms' (2.31s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-algorithms/1.2.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-numerics.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.40s)
Updated https://github.com/apple/swift-numerics.git (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3291] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SourceRange.swift
[8/57] Compiling SymbolKit Metadata.swift
[9/57] Compiling SymbolKit Module.swift
[10/57] Compiling SymbolKit OperatingSystem.swift
[11/57] Compiling SymbolKit Platform.swift
[12/57] Compiling SymbolKit Symbol.swift
[13/57] Compiling SymbolKit SymbolKind.swift
[14/57] Compiling SymbolKit SymbolGraph.swift
[15/57] Compiling SymbolKit GraphCollector.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[26/57] Compiling SymbolKit UnifiedSymbol.swift
[27/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[28/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit SemanticVersion.swift
[48/57] Compiling SymbolKit AccessControl.swift
[49/57] Compiling SymbolKit Availability.swift
[50/57] Compiling SymbolKit AvailabilityItem.swift
[51/57] Compiling SymbolKit Domain.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.91s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/11] Compiling RealModule Real.swift
[3/11] Compiling RealModule Float80+Real.swift
[4/12] Compiling RealModule ElementaryFunctions.swift
[5/12] Compiling RealModule Float+Real.swift
[6/12] Compiling RealModule AugmentedArithmetic.swift
[7/12] Compiling RealModule Float16+Real.swift
[8/12] Compiling RealModule AlgebraicField.swift
[9/12] Compiling RealModule Double+Real.swift
[10/12] Compiling RealModule RealFunctions.swift
[11/12] Emitting module RealModule
[12/12] Compiling RealModule ApproximateEquality.swift
[13/38] Compiling Algorithms Suffix.swift
[14/38] Compiling Algorithms Trim.swift
[15/40] Compiling Algorithms EitherSequence.swift
[16/40] Compiling Algorithms FirstNonNil.swift
[17/40] Compiling Algorithms FlattenCollection.swift
[18/40] Compiling Algorithms Combinations.swift
[19/40] Compiling Algorithms Compacted.swift
[20/40] Compiling Algorithms Cycle.swift
[21/40] Compiling Algorithms Unique.swift
[22/40] Compiling Algorithms Windows.swift
[23/40] Compiling Algorithms RandomSample.swift
[24/40] Compiling Algorithms Reductions.swift
[25/40] Compiling Algorithms Rotate.swift
[26/40] Compiling Algorithms Grouped.swift
[27/40] Compiling Algorithms Indexed.swift
[28/40] Compiling Algorithms Intersperse.swift
[29/40] Compiling Algorithms Partition.swift
[30/40] Compiling Algorithms Permutations.swift
[31/40] Compiling Algorithms Product.swift
[32/40] Compiling Algorithms AdjacentPairs.swift
[33/40] Compiling Algorithms Chain.swift
[34/40] Compiling Algorithms Chunked.swift
[35/40] Compiling Algorithms Joined.swift
[36/40] Compiling Algorithms Keyed.swift
[37/40] Compiling Algorithms MinMax.swift
[38/40] Compiling Algorithms Split.swift
[39/40] Compiling Algorithms Stride.swift
[40/40] Emitting module Algorithms
Build of target: 'Algorithms' complete! (1.42s)
    8116
62	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-algorithms/1.2.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-algorithms/1.2.1
File count: 8116
Doc size:   62.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-algorithms-1.2.1-25962107.zip to s3://spi-docs-inbox/prod-apple-swift-algorithms-1.2.1-25962107.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.