The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CollectionAlgorithms, reference main (c62496), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:42:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SangaleBhushan/CollectionAlgorithms.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SangaleBhushan/CollectionAlgorithms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c62496f Update README.md
Cloned https://github.com/SangaleBhushan/CollectionAlgorithms.git
Revision (git rev-parse @):
c62496f08891b6ec44d77f7b32fc4f1b61be62b1
SUCCESS checkout https://github.com/SangaleBhushan/CollectionAlgorithms.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "collectionalgorithms",
      "name": "CollectionAlgorithms",
      "url": "https://github.com/SangaleBhushan/CollectionAlgorithms.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CollectionAlgorithms",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SangaleBhushan/CollectionAlgorithms.git
[1/56] Fetching collectionalgorithms
Fetched https://github.com/SangaleBhushan/CollectionAlgorithms.git from cache (0.59s)
Creating working copy for https://github.com/SangaleBhushan/CollectionAlgorithms.git
Working copy of https://github.com/SangaleBhushan/CollectionAlgorithms.git resolved at main (c62496f)
warning: '.resolve-product-dependencies': dependency 'collectionalgorithms' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SangaleBhushan/CollectionAlgorithms.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Compiling CollectionAlgorithms Median.swift
[4/22] Compiling CollectionAlgorithms Mode.swift
[5/22] Compiling CollectionAlgorithms IsSorted.swift
[6/22] Compiling CollectionAlgorithms KthSmallest.swift
[7/24] Compiling CollectionAlgorithms Bounds.swift
[8/24] Compiling CollectionAlgorithms Chunked.swift
[9/24] Compiling CollectionAlgorithms StandardDeviation.swift
[10/24] Compiling CollectionAlgorithms Sum.swift
[11/24] Compiling CollectionAlgorithms Partitioned.swift
[12/24] Compiling CollectionAlgorithms Permutations.swift
[13/24] Compiling CollectionAlgorithms Average.swift
[14/24] Compiling CollectionAlgorithms BinarySearch.swift
[15/24] Compiling CollectionAlgorithms BinarySearchClosest.swift
[16/24] Compiling CollectionAlgorithms Rotate.swift
[17/24] Compiling CollectionAlgorithms Sample.swift
[18/24] Compiling CollectionAlgorithms CountWhere.swift
[19/24] Compiling CollectionAlgorithms Frequencies.swift
[20/24] Emitting module CollectionAlgorithms
[21/24] Compiling CollectionAlgorithms Grouped.swift
[22/24] Compiling CollectionAlgorithms IndexOfMinMax.swift
[23/24] Compiling CollectionAlgorithms Unique.swift
[24/24] Compiling CollectionAlgorithms Windowed.swift
Build complete! (6.60s)
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.