The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CollectionAlgorithms, reference 1.0.0 (c57240), with Swift 6.1 for macOS (SPM) on 30 Jun 2025 08:17:14 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.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
========================================
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": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SangaleBhushan/CollectionAlgorithms.git
[1/53] Fetching collectionalgorithms
Fetched https://github.com/SangaleBhushan/CollectionAlgorithms.git from cache (0.65s)
Creating working copy for https://github.com/SangaleBhushan/CollectionAlgorithms.git
Working copy of https://github.com/SangaleBhushan/CollectionAlgorithms.git resolved at 1.0.0 (c572404)
warning: '.resolve-product-dependencies': dependency 'collectionalgorithms' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SangaleBhushan/CollectionAlgorithms.git
https://github.com/SangaleBhushan/CollectionAlgorithms.git
{
  "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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/22] Emitting module CollectionAlgorithms
<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
[4/24] Compiling CollectionAlgorithms Bounds.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
[5/24] Compiling CollectionAlgorithms Chunked.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
[6/24] Compiling CollectionAlgorithms Partitioned.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
[7/24] Compiling CollectionAlgorithms Permutations.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
[8/24] Compiling CollectionAlgorithms Median.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
[9/24] Compiling CollectionAlgorithms Mode.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
[10/24] Compiling CollectionAlgorithms Unique.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
[11/24] Compiling CollectionAlgorithms Windowed.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
[12/24] Compiling CollectionAlgorithms Grouped.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
[13/24] Compiling CollectionAlgorithms IndexOfMinMax.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
[14/24] Compiling CollectionAlgorithms IsSorted.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
[15/24] Compiling CollectionAlgorithms KthSmallest.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
[16/24] Compiling CollectionAlgorithms Rotate.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
[17/24] Compiling CollectionAlgorithms Sample.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
[18/24] Compiling CollectionAlgorithms StandardDeviation.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
[19/24] Compiling CollectionAlgorithms Sum.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
[20/24] Compiling CollectionAlgorithms CountWhere.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
[21/24] Compiling CollectionAlgorithms Frequencies.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
[22/24] Compiling CollectionAlgorithms Average.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
[23/24] Compiling CollectionAlgorithms BinarySearch.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
[24/24] Compiling CollectionAlgorithms BinarySearchClosest.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
Build complete! (5.50s)
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.