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 swift-priority-heap, reference main (acb7b3), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:10:34 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/JadenGeller/swift-priority-heap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JadenGeller/swift-priority-heap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at acb7b33 Fix incorrect module name
Cloned https://github.com/JadenGeller/swift-priority-heap.git
Revision (git rev-parse @):
acb7b3359ab6d55d22e26f44390b4280ee2e8fdc
SUCCESS checkout https://github.com/JadenGeller/swift-priority-heap.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JadenGeller/swift-priority-heap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/22] Compiling InternalCollectionsUtilities Debugging.swift
[10/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/22] Emitting module InternalCollectionsUtilities
[12/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/22] Compiling InternalCollectionsUtilities Integer rank.swift
[14/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/22] Compiling InternalCollectionsUtilities Descriptions.swift
[19/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/29] Compiling HeapModule _HeapNode.swift
[24/29] Compiling HeapModule Heap+Invariants.swift
[25/29] Compiling HeapModule Heap.swift
[26/29] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[27/29] Compiling HeapModule Heap+UnsafeHandle.swift
[28/29] Compiling HeapModule Heap+Descriptions.swift
[29/29] Emitting module HeapModule
[30/32] Compiling PriorityHeapModule PriorityHeap.swift
[31/32] Emitting module PriorityHeapModule
[32/32] Compiling PriorityHeapModule Prioritizable.swift
[33/36] Compiling PriorityHeapAlgorithms Sequence.swift
[34/36] Compiling PriorityHeapAlgorithms MergedOperations.swift
[35/36] Emitting module PriorityHeapAlgorithms
[36/36] Compiling PriorityHeapAlgorithms LimitedCapacity.swift
Build complete! (17.80s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2082] Fetching swift-docc-plugin
[231/18722] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.62s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.69s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-priority-heap",
  "name" : "swift-priority-heap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PriorityHeapModule",
      "targets" : [
        "PriorityHeapModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PriorityHeapAlgorithms",
      "targets" : [
        "PriorityHeapAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PriorityHeapModule",
      "module_type" : "SwiftTarget",
      "name" : "PriorityHeapModule",
      "path" : "Sources/PriorityHeapModule",
      "product_dependencies" : [
        "HeapModule"
      ],
      "product_memberships" : [
        "PriorityHeapModule",
        "PriorityHeapAlgorithms"
      ],
      "sources" : [
        "Prioritizable.swift",
        "PriorityHeap.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PriorityHeapAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "PriorityHeapAlgorithmsTests",
      "path" : "Tests/PriorityHeapAlgorithmsTests",
      "sources" : [
        "ComparisonTests.swift",
        "LimitedCapacityTests.swift",
        "PriorityHeapAlgorithmsTestHelpers.swift",
        "SequenceTests.swift"
      ],
      "target_dependencies" : [
        "PriorityHeapAlgorithms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PriorityHeapAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "PriorityHeapAlgorithms",
      "path" : "Sources/PriorityHeapAlgorithms",
      "product_memberships" : [
        "PriorityHeapAlgorithms"
      ],
      "sources" : [
        "LimitedCapacity.swift",
        "MergedOperations.swift",
        "Sequence.swift"
      ],
      "target_dependencies" : [
        "PriorityHeapModule"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.