Build Information
Successful build of Collections, reference master (c35380
), with Swift 6.0 for Linux on 1 Nov 2024 13:57:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DavidSkrundz/Collections.git
Reference: master
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/DavidSkrundz/Collections
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c35380d Swift 5 update
Cloned https://github.com/DavidSkrundz/Collections.git
Revision (git rev-parse @):
c35380dcf5745d8756113f47efe86cd81b0b48b0
SUCCESS checkout https://github.com/DavidSkrundz/Collections.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/DavidSkrundz/Collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/19] Write sources
[3/19] Write swift-version-24593BA9C3E375BF.txt
[5/37] Compiling Generator Generator+Sequence.swift
[6/38] Compiling Generator Generator+Previous.swift
[7/38] Compiling Generator Generator+Peek.swift
[8/38] Compiling Generator Generator+Move.swift
[9/38] Compiling Generator Generator+Iterator.swift
[10/38] Compiling Graph Array+Duplicates.swift
[11/38] Compiling Generator Generator+String.swift
[12/38] Compiling Pair Pair2Sequence.swift
[13/38] Compiling Pair Pair.swift
[14/38] Compiling Pair Pair2Iterator.swift
[15/38] Emitting module Pair
[16/39] Compiling Graph Graph.swift
[17/39] Compiling Graph Vertex.swift
[18/39] Emitting module Graph
[19/39] Compiling Graph Edge.swift
[20/40] Emitting module Generator
[21/40] Compiling Generator Character.swift
[22/40] Compiling Generator Collection+Generator.swift
[23/40] Compiling Generator Generator.swift
[26/41] Wrapping AST for Pair for debugging
[27/41] Write Objects.LinkFileList
[29/41] Archiving libsPair.a
[30/41] Wrapping AST for Graph for debugging
[31/41] Write Objects.LinkFileList
[33/41] Archiving libsGraph.a
[34/41] Wrapping AST for Generator for debugging
[35/41] Write Objects.LinkFileList
[37/41] Archiving libsGenerator.a
[38/41] Linking libdGraph.so
[39/41] Linking libdPair.so
[40/41] Linking libdGenerator.so
Build complete! (12.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Collections",
"name" : "Collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Graph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Pair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "PairTests",
"module_type" : "SwiftTarget",
"name" : "PairTests",
"path" : "Tests/PairTests",
"sources" : [
"PairTests.swift"
],
"target_dependencies" : [
"Pair"
],
"type" : "test"
},
{
"c99name" : "Pair",
"module_type" : "SwiftTarget",
"name" : "Pair",
"path" : "Sources/Pair",
"product_memberships" : [
"Pair",
"sPair",
"dPair"
],
"sources" : [
"Pair.swift",
"Pair2Iterator.swift",
"Pair2Sequence.swift"
],
"type" : "library"
},
{
"c99name" : "GraphTests",
"module_type" : "SwiftTarget",
"name" : "GraphTests",
"path" : "Tests/GraphTests",
"sources" : [
"GraphTests.swift"
],
"target_dependencies" : [
"Graph"
],
"type" : "test"
},
{
"c99name" : "Graph",
"module_type" : "SwiftTarget",
"name" : "Graph",
"path" : "Sources/Graph",
"product_memberships" : [
"Graph",
"sGraph",
"dGraph"
],
"sources" : [
"Edge.swift",
"Extensions/Array+Duplicates.swift",
"Graph.swift",
"Vertex.swift"
],
"type" : "library"
},
{
"c99name" : "GeneratorTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorTests",
"path" : "Tests/GeneratorTests",
"sources" : [
"GeneratorTests.swift"
],
"target_dependencies" : [
"Generator"
],
"type" : "test"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_memberships" : [
"Generator",
"sGenerator",
"dGenerator"
],
"sources" : [
"Extensions/Character.swift",
"Extensions/Collection+Generator.swift",
"Extensions/Generator+String.swift",
"Generator+Iterator.swift",
"Generator+Move.swift",
"Generator+Peek.swift",
"Generator+Previous.swift",
"Generator+Sequence.swift",
"Generator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.