Build Information
Successful build of swift-priority-heap, reference 0.6.0 (acb7b3
), with Swift 6.1 for Android on 29 May 2025 06:33:26 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JadenGeller/swift-priority-heap.git
Reference: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/JadenGeller/swift-priority-heap
* tag 0.6.0 -> FETCH_HEAD
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 0.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/JadenGeller/swift-priority-heap.git
https://github.com/JadenGeller/swift-priority-heap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2049] Fetching swift-docc-plugin
[2050/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.34s)
[1660/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.91s)
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
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[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-24593BA9C3E375BF.txt
[8/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/21] Compiling InternalCollectionsUtilities Integer rank.swift
[14/22] Emitting module InternalCollectionsUtilities
[15/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/22] Compiling InternalCollectionsUtilities Descriptions.swift
[18/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/22] Compiling InternalCollectionsUtilities Debugging.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/30] Compiling HeapModule Heap+Invariants.swift
[25/30] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[26/30] Compiling HeapModule _HeapNode.swift
[27/30] Compiling HeapModule Heap.swift
[28/30] Compiling HeapModule Heap+UnsafeHandle.swift
[29/30] Emitting module HeapModule
[30/30] Compiling HeapModule Heap+Descriptions.swift
[32/34] Emitting module PriorityHeapModule
[33/34] Compiling PriorityHeapModule Prioritizable.swift
[34/34] Compiling PriorityHeapModule PriorityHeap.swift
[36/39] Compiling PriorityHeapAlgorithms Sequence.swift
[37/39] Compiling PriorityHeapAlgorithms LimitedCapacity.swift
[38/39] Emitting module PriorityHeapAlgorithms
[39/39] Compiling PriorityHeapAlgorithms MergedOperations.swift
Build complete! (27.31s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.