Build Information
Failed to build Logger, reference main (325ba2
), with Swift 6.1 for Linux on 26 Apr 2025 23:51:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binaryscraping/swift-log.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/binaryscraping/swift-log
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 325ba24 Update github actions
Cloned https://github.com/binaryscraping/swift-log.git
Revision (git rev-parse @):
325ba24730eb63abde91405da9d01cfe0649fef1
SUCCESS checkout https://github.com/binaryscraping/swift-log.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/binaryscraping/swift-log.git
https://github.com/binaryscraping/swift-log.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-json",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/binaryscraping/swift-json"
},
{
"identity" : "swift-sqlite",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/binaryscraping/swift-sqlite"
}
],
"manifest_display_name" : "Logger",
"name" : "Logger",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Logger",
"targets" : [
"Logger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggerTests",
"module_type" : "SwiftTarget",
"name" : "LoggerTests",
"path" : "Tests/LoggerTests",
"sources" : [
"LoggerTests.swift"
],
"target_dependencies" : [
"Logger"
],
"type" : "test"
},
{
"c99name" : "Logger",
"module_type" : "SwiftTarget",
"name" : "Logger",
"path" : "Sources/Logger",
"product_dependencies" : [
"JSON",
"Sqlite"
],
"product_memberships" : [
"Logger"
],
"sources" : [
"Destination.swift",
"Formatter.swift",
"Logger.swift",
"Message.swift",
"SQLite/SQLiteLoggingStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/binaryscraping/swift-json
warning: 'swift-json': skipping cache due to an error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/binaryscraping/swift-json
warning: 'swift-json': skipping cache due to an error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/binaryscraping/swift-json:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/swift-json-9b84b5c3'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 linux