The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CollectionAlgorithms, reference 1.0.0 (c57240), with Swift 6.2 for macOS (SPM) on 30 Jun 2025 08:18:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SangaleBhushan/CollectionAlgorithms.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SangaleBhushan/CollectionAlgorithms
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c572404 Resolved merge conflicts
Cloned https://github.com/SangaleBhushan/CollectionAlgorithms.git
Revision (git rev-parse @):
c5724043b7fe6a6a3304fe914ded835d6be5da21
SUCCESS checkout https://github.com/SangaleBhushan/CollectionAlgorithms.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SangaleBhushan/CollectionAlgorithms.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Compiling CollectionAlgorithms Median.swift
[4/22] Compiling CollectionAlgorithms Mode.swift
[5/24] Compiling CollectionAlgorithms Average.swift
[6/24] Compiling CollectionAlgorithms BinarySearch.swift
[7/24] Compiling CollectionAlgorithms BinarySearchClosest.swift
[8/24] Emitting module CollectionAlgorithms
[9/24] Compiling CollectionAlgorithms Grouped.swift
[10/24] Compiling CollectionAlgorithms IndexOfMinMax.swift
[11/24] Compiling CollectionAlgorithms IsSorted.swift
[12/24] Compiling CollectionAlgorithms KthSmallest.swift
[13/24] Compiling CollectionAlgorithms Rotate.swift
[14/24] Compiling CollectionAlgorithms Sample.swift
[15/24] Compiling CollectionAlgorithms CountWhere.swift
[16/24] Compiling CollectionAlgorithms Frequencies.swift
[17/24] Compiling CollectionAlgorithms StandardDeviation.swift
[18/24] Compiling CollectionAlgorithms Sum.swift
[19/24] Compiling CollectionAlgorithms Bounds.swift
[20/24] Compiling CollectionAlgorithms Chunked.swift
[21/24] Compiling CollectionAlgorithms Partitioned.swift
[22/24] Compiling CollectionAlgorithms Permutations.swift
[23/24] Compiling CollectionAlgorithms Unique.swift
[24/24] Compiling CollectionAlgorithms Windowed.swift
Build complete! (5.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionAlgorithms",
  "name" : "CollectionAlgorithms",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionAlgorithms",
      "targets" : [
        "CollectionAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionAlgorithmsTests",
      "path" : "Tests/CollectionAlgorithmsTests",
      "sources" : [
        "CollectionAlgorithmsTests.swift"
      ],
      "target_dependencies" : [
        "CollectionAlgorithms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "CollectionAlgorithms",
      "path" : "Sources/CollectionAlgorithms",
      "product_memberships" : [
        "CollectionAlgorithms"
      ],
      "sources" : [
        "Average.swift",
        "BinarySearch.swift",
        "BinarySearchClosest.swift",
        "Bounds.swift",
        "Chunked.swift",
        "CountWhere.swift",
        "Frequencies.swift",
        "Grouped.swift",
        "IndexOfMinMax.swift",
        "IsSorted.swift",
        "KthSmallest.swift",
        "Median.swift",
        "Mode.swift",
        "Partitioned.swift",
        "Permutations.swift",
        "Rotate.swift",
        "Sample.swift",
        "StandardDeviation.swift",
        "Sum.swift",
        "Unique.swift",
        "Windowed.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.