Build Information
Successful build of swift-multibase, reference main (9bc8df
), with Swift 5.9 for Linux on 7 Mar 2025 07:15:47 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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multibase.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/swift-libp2p/swift-multibase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9bc8dfd Update README.md
Cloned https://github.com/swift-libp2p/swift-multibase.git
Revision (git rev-parse @):
9bc8dfd05c1efc2bfd0e5e0584e0fa06a6395717
SUCCESS checkout https://github.com/swift-libp2p/swift-multibase.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swift-libp2p/swift-multibase.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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/286] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git (0.16s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.4 (0.38s)
Creating working copy for https://github.com/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.0.4
Building for debugging...
[1/18] Emitting module Base64
[2/18] Emitting module Base8
[3/18] Compiling Base8 Quintets.swift
[4/18] Compiling Base8 BlockEncoding.swift
[5/18] Compiling Base32 BlockEncoding.swift
[6/18] Compiling Base32 Quintets.swift
[7/18] Compiling Base32 BlockDecoding.swift
[8/18] Compiling Base8 BlockDecoding.swift
[9/18] Compiling Base8 Base8.swift
[10/18] Compiling Base64 Base64.swift
[11/18] Compiling Base32 Alphabets.swift
[12/18] Compiling Base32 Base32.swift
[13/18] Emitting module Base32
[14/20] Emitting module BaseX
[15/20] Compiling BaseX BaseX.swift
[19/23] Compiling Base2 Base2.swift
[20/23] Emitting module Base2
[23/25] Compiling Base8 Alphabet.swift
[29/30] Emitting module Multibase
[30/30] Compiling Multibase Multibase.swift
Build complete! (8.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-bases",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-bases.git"
}
],
"manifest_display_name" : "swift-multibase",
"name" : "swift-multibase",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Multibase",
"targets" : [
"Multibase"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultibaseTests",
"module_type" : "SwiftTarget",
"name" : "MultibaseTests",
"path" : "Tests/MultibaseTests",
"sources" : [
"MultibaseTests.swift"
],
"target_dependencies" : [
"Multibase"
],
"type" : "test"
},
{
"c99name" : "Multibase",
"module_type" : "SwiftTarget",
"name" : "Multibase",
"path" : "Sources/Multibase",
"product_dependencies" : [
"Base2",
"Base8",
"BaseX",
"Base32",
"Base64"
],
"product_memberships" : [
"Multibase"
],
"sources" : [
"Multibase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.