Build Information
Successful build of LineNoise, reference 0.0.3 (afc897
), with Swift 6.0 for Linux on 31 Oct 2024 10:52:02 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/andybest/linenoise-swift.git
Reference: 0.0.3
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/andybest/linenoise-swift
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at afc897c Merge pull request #8 from ewanmellor/preserve-history-edits
Cloned https://github.com/andybest/linenoise-swift.git
Revision (git rev-parse @):
afc897c02b030af7333105c4fedcd843a8339238
SUCCESS checkout https://github.com/andybest/linenoise-swift.git at 0.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/andybest/linenoise-swift.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
Fetching https://github.com/Quick/Nimble.git
[1/19218] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.47s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling LineNoise History.swift
[5/15] Compiling LineNoise Terminal.swift
[6/15] Compiling LineNoise linenoise.swift
[7/15] Compiling LineNoise AnsiCodes.swift
[8/15] Compiling LineNoise EditState.swift
[9/15] Compiling LineNoise ControlCharacters.swift
[10/15] Emitting module LineNoise
[11/15] Compiling LineNoise Errors.swift
[12/16] Wrapping AST for LineNoise for debugging
[14/18] Compiling linenoiseDemo main.swift
[15/18] Emitting module linenoiseDemo
[16/19] Wrapping AST for linenoiseDemo for debugging
[17/19] Write Objects.LinkFileList
[18/19] Linking linenoiseDemo
Build complete! (17.43s)
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.1",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "LineNoise",
"name" : "LineNoise",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LineNoise",
"targets" : [
"LineNoise"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "linenoiseDemo",
"targets" : [
"linenoiseDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "linenoiseTests",
"module_type" : "SwiftTarget",
"name" : "linenoiseTests",
"path" : "Tests/linenoiseTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"HistoryTests.swift"
],
"target_dependencies" : [
"LineNoise"
],
"type" : "test"
},
{
"c99name" : "linenoiseDemo",
"module_type" : "SwiftTarget",
"name" : "linenoiseDemo",
"path" : "Sources/linenoiseDemo",
"product_memberships" : [
"linenoiseDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LineNoise"
],
"type" : "executable"
},
{
"c99name" : "LineNoise",
"module_type" : "SwiftTarget",
"name" : "LineNoise",
"path" : "Sources/linenoise",
"product_memberships" : [
"LineNoise",
"linenoiseDemo"
],
"sources" : [
"AnsiCodes.swift",
"ControlCharacters.swift",
"EditState.swift",
"Errors.swift",
"History.swift",
"Terminal.swift",
"linenoise.swift"
],
"type" : "library"
}
],
"tools_version" : "4.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.