Build Information
Successful build of swift-commands, reference main (5b8560
), with Swift 5.10 for Linux on 4 Dec 2024 12:28:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.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/QiuZhiFei/swift-commands
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5b85603 Merge pull request #14 from QiuZhiFei/dev
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
5b856036361139505820ea0fc39f8da8f71ad1d4
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling Commands CommandsResult.swift
[5/17] Compiling Commands CommandsTask.swift
[6/17] Compiling Commands CommandsDashcTransformer.swift
[7/17] Compiling Commands Commands.swift
[8/17] Compiling Commands CommandsAlias.swift
[9/17] Compiling Commands CommandsArguments.swift
[10/17] Emitting module Commands
[11/17] Compiling Commands CommandsENV.swift
[12/17] Compiling Commands CommandsRequest.swift
[13/17] Compiling Commands CommandsResponse.swift
[14/18] Wrapping AST for Commands for debugging
[16/20] Compiling Examples main.swift
[17/20] Emitting module Examples
[18/21] Wrapping AST for Examples for debugging
[19/21] Write Objects.LinkFileList
[20/21] Linking Examples
Build complete! (7.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-commands",
"name" : "swift-commands",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Commands",
"targets" : [
"Commands"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Examples",
"targets" : [
"Examples"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Examples",
"module_type" : "SwiftTarget",
"name" : "Examples",
"path" : "Examples",
"product_memberships" : [
"Examples"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Commands"
],
"type" : "executable"
},
{
"c99name" : "CommandsTests",
"module_type" : "SwiftTarget",
"name" : "CommandsTests",
"path" : "Tests/CommandsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/CommandsTests/Resources/python/main.py",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"RequestParseTests.swift",
"XCTestManifests.swift",
"swift_commandsTests.swift"
],
"target_dependencies" : [
"Commands"
],
"type" : "test"
},
{
"c99name" : "Commands",
"module_type" : "SwiftTarget",
"name" : "Commands",
"path" : "Sources/Commands",
"product_memberships" : [
"Commands",
"Examples"
],
"sources" : [
"Commands.swift",
"CommandsAlias.swift",
"CommandsArguments.swift",
"CommandsDashcTransformer.swift",
"CommandsENV.swift",
"CommandsRequest.swift",
"CommandsResponse.swift",
"CommandsResult.swift",
"CommandsTask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.