Build Information
Successful build of swift-priority-heap with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JadenGeller/swift-priority-heap.git
Reference: main
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
* 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: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/JadenGeller/swift-priority-heap.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-symbolkit
[1/1465] Fetching swift-docc-plugin
[1393/4326] Fetching swift-docc-plugin, swift-docc-symbolkit
[4298/18355] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-collections
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.36s)
[4412/15494] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.89s)
Fetched https://github.com/apple/swift-collections.git from cache (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (1.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.53s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/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.3.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.1.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/24] Emitting module _CollectionsUtilities
[9/26] Compiling _CollectionsUtilities _SortedCollection.swift
[10/26] Compiling _CollectionsUtilities _UniqueCollection.swift
[11/26] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[12/26] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[13/26] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[14/26] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/26] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/26] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[17/26] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[18/26] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[19/26] Compiling _CollectionsUtilities Specialize.swift
[20/26] Compiling _CollectionsUtilities Debugging.swift
[21/26] Compiling _CollectionsUtilities Descriptions.swift
[22/26] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/26] Compiling _CollectionsUtilities Integer rank.swift
[24/26] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[25/26] Compiling _CollectionsUtilities UInt+reversed.swift
[26/26] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[28/34] Compiling HeapModule Heap+Invariants.swift
[29/34] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/34] Compiling HeapModule _HeapNode.swift
[31/34] Compiling HeapModule Heap.swift
[32/34] Compiling HeapModule Heap+UnsafeHandle.swift
[33/34] Compiling HeapModule Heap+Descriptions.swift
[34/34] Emitting module HeapModule
[36/38] Compiling PriorityHeapModule Prioritizable.swift
[37/38] Emitting module PriorityHeapModule
[38/38] Compiling PriorityHeapModule PriorityHeap.swift
[40/43] Compiling PriorityHeapAlgorithms MergedOperations.swift
[41/43] Compiling PriorityHeapAlgorithms Sequence.swift
[42/43] Compiling PriorityHeapAlgorithms LimitedCapacity.swift
[43/43] Emitting module PriorityHeapAlgorithms
Build complete! (26.98s)
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"
}
Done.