Build Information
Successful build of TaskProgress, reference 1.1.1 (07bfe3
), with Swift 6.0 for Linux on 31 Dec 2024 19:48:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/TaskProgress.git
Reference: 1.1.1
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/Jomy10/TaskProgress
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 07bfe33 fix intermediate messages
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
07bfe331d4c9b1d50b6795c0a1a691fe7bc207c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.git at 1.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jomy10/TaskProgress.git
https://github.com/Jomy10/TaskProgress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "TaskProgress",
"name" : "TaskProgress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TaskProgress",
"targets" : [
"TaskProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TaskProgress",
"module_type" : "SwiftTarget",
"name" : "TaskProgress",
"path" : "Sources/TaskProgress",
"product_memberships" : [
"TaskProgress",
"Example"
],
"sources" : [
"Ansi.swift",
"TaskProgress.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TaskProgress"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/10] Emitting module TaskProgress
[5/10] Compiling TaskProgress Ansi.swift
[6/10] Compiling TaskProgress TaskProgress.swift
[7/11] Wrapping AST for TaskProgress for debugging
[9/13] Emitting module Example
[10/13] Compiling Example main.swift
[11/14] Wrapping AST for Example for debugging
[12/14] Write Objects.LinkFileList
[13/14] Linking Example
Build complete! (9.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TaskProgress",
"name" : "TaskProgress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TaskProgress",
"targets" : [
"TaskProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TaskProgress",
"module_type" : "SwiftTarget",
"name" : "TaskProgress",
"path" : "Sources/TaskProgress",
"product_memberships" : [
"TaskProgress",
"Example"
],
"sources" : [
"Ansi.swift",
"TaskProgress.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TaskProgress"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.