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 SwiftKMeansPlusPlus, reference v1.1.0 (5f8233), with Swift 6.1 for macOS (SPM) on 17 May 2025 01:04:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/SwiftKMeansPlusPlus.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daprice/SwiftKMeansPlusPlus
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 5f82335 Use OrderedDictionary to make initial cluster centers algorithm deterministic when using a deterministic RNG
Cloned https://github.com/daprice/SwiftKMeansPlusPlus.git
Revision (git rev-parse @):
5f82335f004e3882c860da5b8f4a0d86bba1d7f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/SwiftKMeansPlusPlus.git at v1.1.0
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.85s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.90s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
========================================
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": "swiftkmeansplusplus",
      "name": "SwiftKMeansPlusPlus",
      "url": "https://github.com/daprice/SwiftKMeansPlusPlus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKMeansPlusPlus",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/daprice/SwiftKMeansPlusPlus.git
[1/64] Fetching swiftkmeansplusplus
Fetched https://github.com/daprice/SwiftKMeansPlusPlus.git from cache (0.56s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.58s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/daprice/SwiftKMeansPlusPlus.git
Working copy of https://github.com/daprice/SwiftKMeansPlusPlus.git resolved at v1.1.0 (5f82335)
warning: '.resolve-product-dependencies': dependency 'swiftkmeansplusplus' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/daprice/SwiftKMeansPlusPlus.git
https://github.com/daprice/SwiftKMeansPlusPlus.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "SwiftKMeansPlusPlus",
  "name" : "SwiftKMeansPlusPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKMeansPlusPlus",
      "targets" : [
        "SwiftKMeansPlusPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKMeansPlusPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKMeansPlusPlusTests",
      "path" : "Tests/SwiftKMeansPlusPlusTests",
      "sources" : [
        "SeedableLinearCongruentialRandomNumberGenerator.swift",
        "SeedableRNGDeterminismTests.swift",
        "SwiftKMeansPlusPlusTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKMeansPlusPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKMeansPlusPlus",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKMeansPlusPlus",
      "path" : "Sources/SwiftKMeansPlusPlus",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SwiftKMeansPlusPlus"
      ],
      "sources" : [
        "KMeansPlusPlus.swift",
        "WeightedRandom.swift",
        "simd_distanceSquared.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/22] Emitting module InternalCollectionsUtilities
[6/22] Compiling InternalCollectionsUtilities Integer rank.swift
[7/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/22] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[9/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[10/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[11/22] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[12/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/22] Compiling InternalCollectionsUtilities Debugging.swift
[16/22] Compiling InternalCollectionsUtilities Descriptions.swift
[17/23] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/23] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/23] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/23] Compiling InternalCollectionsUtilities Specialize.swift
[23/23] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[25/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[26/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[27/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[28/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[29/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[30/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[36/85] Compiling OrderedCollections OrderedSet+Codable.swift
[37/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[38/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[39/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[40/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/85] Compiling OrderedCollections _Hashtable+Header.swift
[55/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[56/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[60/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[61/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[62/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[63/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[64/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[65/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[66/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/85] Compiling OrderedCollections OrderedDictionary.swift
[72/85] Compiling OrderedCollections _HashTable+Bucket.swift
[73/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[74/85] Compiling OrderedCollections _HashTable+Constants.swift
[75/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[76/85] Compiling OrderedCollections _HashTable+Testing.swift
[77/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[78/85] Compiling OrderedCollections _HashTable.swift
[79/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[80/85] Compiling OrderedCollections OrderedSet+Testing.swift
[81/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[82/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[83/85] Compiling OrderedCollections OrderedSet.swift
[84/85] Compiling OrderedCollections _UnsafeBitset.swift
[85/85] Emitting module OrderedCollections
[86/89] Compiling SwiftKMeansPlusPlus WeightedRandom.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/89] Compiling SwiftKMeansPlusPlus simd_distanceSquared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/89] Compiling SwiftKMeansPlusPlus KMeansPlusPlus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/89] Emitting module SwiftKMeansPlusPlus
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (7.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "SwiftKMeansPlusPlus",
  "name" : "SwiftKMeansPlusPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKMeansPlusPlus",
      "targets" : [
        "SwiftKMeansPlusPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKMeansPlusPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKMeansPlusPlusTests",
      "path" : "Tests/SwiftKMeansPlusPlusTests",
      "sources" : [
        "SeedableLinearCongruentialRandomNumberGenerator.swift",
        "SeedableRNGDeterminismTests.swift",
        "SwiftKMeansPlusPlusTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKMeansPlusPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKMeansPlusPlus",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKMeansPlusPlus",
      "path" : "Sources/SwiftKMeansPlusPlus",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SwiftKMeansPlusPlus"
      ],
      "sources" : [
        "KMeansPlusPlus.swift",
        "WeightedRandom.swift",
        "simd_distanceSquared.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/daprice/swiftkmeansplusplus/v1.1.0
Repository:               daprice/SwiftKMeansPlusPlus
Swift version used:       6.1
Target:                   SwiftKMeansPlusPlus
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftKMeansPlusPlus'...
Finished extracting symbol information for 'SwiftKMeansPlusPlus'. (4.34s)
Building documentation for 'SwiftKMeansPlusPlus'...
Finished building documentation for 'SwiftKMeansPlusPlus' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/daprice/swiftkmeansplusplus/v1.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
Updated https://github.com/apple/swift-collections (0.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Emitting module Snippets
[17/57] Compiling Snippets SnippetParser.swift
[18/57] Compiling Snippets Snippet.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.22s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/19] Compiling InternalCollectionsUtilities Specialize.swift
[4/20] Compiling InternalCollectionsUtilities Debugging.swift
[5/20] Compiling InternalCollectionsUtilities Descriptions.swift
[6/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[7/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[8/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[9/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[10/20] Compiling InternalCollectionsUtilities Integer rank.swift
[11/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[13/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/20] Emitting module InternalCollectionsUtilities
[16/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/76] Compiling OrderedCollections OrderedSet+Codable.swift
[22/76] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[23/76] Compiling OrderedCollections OrderedSet+Descriptions.swift
[24/76] Compiling OrderedCollections OrderedSet+Diffing.swift
[25/76] Compiling OrderedCollections OrderedSet+Equatable.swift
[26/76] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[27/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[34/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[35/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[36/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[40/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[41/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[42/82] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[43/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[44/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[45/82] Compiling OrderedCollections _Hashtable+Header.swift
[46/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[47/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[48/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[49/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[50/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[51/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[52/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[53/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[54/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[55/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[56/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[58/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[59/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[60/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[61/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[62/82] Compiling OrderedCollections OrderedDictionary.swift
[63/82] Compiling OrderedCollections _HashTable+Bucket.swift
[64/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/82] Compiling OrderedCollections _HashTable+Constants.swift
[66/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/82] Compiling OrderedCollections _HashTable+Testing.swift
[68/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[69/82] Compiling OrderedCollections _HashTable.swift
[70/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[71/82] Compiling OrderedCollections OrderedSet+Testing.swift
[72/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/82] Compiling OrderedCollections OrderedSet.swift
[75/82] Compiling OrderedCollections _UnsafeBitset.swift
[76/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[77/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/82] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/82] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[81/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[82/82] Emitting module OrderedCollections
[83/86] Compiling SwiftKMeansPlusPlus simd_distanceSquared.swift
[84/86] Compiling SwiftKMeansPlusPlus WeightedRandom.swift
[85/86] Emitting module SwiftKMeansPlusPlus
[86/86] Compiling SwiftKMeansPlusPlus KMeansPlusPlus.swift
Build of target: 'SwiftKMeansPlusPlus' complete! (1.97s)
      74
2	/Users/admin/builder/spi-builder-workspace/.docs/daprice/swiftkmeansplusplus/v1.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/daprice/swiftkmeansplusplus/v1.1.0
File count: 74
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-daprice-swiftkmeansplusplus-v1.1.0-3126cf2e.zip to s3://spi-docs-inbox/prod-daprice-swiftkmeansplusplus-v1.1.0-3126cf2e.zip
Copying... [18%]
Copying... [37%]
Copying... [55%]
Copying... [73%]
Copying... [92%]
Copying... [100%]
Done.