Build Information
Successful build of swift-multicodec, reference 0.0.8 (bcc70e
), with Swift 6.0 for Linux on 28 Feb 2025 21:35:10 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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multicodec.git
Reference: 0.0.8
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-multicodec
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at bcc70e2 Merge pull request #5 from swift-libp2p/soundness
Cloned https://github.com/swift-libp2p/swift-multicodec.git
Revision (git rev-parse @):
bcc70e2debd98348546133abb50270e13b3da87d
SUCCESS checkout https://github.com/swift-libp2p/swift-multicodec.git at 0.0.8
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-libp2p/swift-multicodec.git
https://github.com/swift-libp2p/swift-multicodec.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-varint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-varint.git"
}
],
"manifest_display_name" : "swift-multicodec",
"name" : "swift-multicodec",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "update-codecs",
"targets" : [
"Updater"
],
"type" : {
"executable" : null
}
},
{
"name" : "Multicodec",
"targets" : [
"Multicodec"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Updater",
"module_type" : "SwiftTarget",
"name" : "Updater",
"path" : "Sources/Updater",
"product_memberships" : [
"update-codecs"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "MulticodecTests",
"module_type" : "SwiftTarget",
"name" : "MulticodecTests",
"path" : "Tests/MulticodecTests",
"sources" : [
"MulticodecTests.swift"
],
"target_dependencies" : [
"Multicodec"
],
"type" : "test"
},
{
"c99name" : "Multicodec",
"module_type" : "SwiftTarget",
"name" : "Multicodec",
"path" : "Sources/Multicodec",
"product_dependencies" : [
"VarInt"
],
"product_memberships" : [
"Multicodec"
],
"sources" : [
"Codecs+Equatable.swift",
"Codecs.swift",
"Multicodec.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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 -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.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
Fetching https://github.com/swift-libp2p/swift-varint.git
[1/108] Fetching swift-varint
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (0.18s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (0.56s)
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.0.2
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/12] Emitting module Updater
[6/12] Compiling Updater main.swift
[8/13] Emitting module VarInt
[9/13] Compiling VarInt VarInt.swift
[10/13] Compiling VarInt BinaryEncoder.swift
[11/14] Wrapping AST for Updater for debugging
[12/14] Write Objects.LinkFileList
[13/18] Linking update-codecs
[15/18] Emitting module Multicodec
[16/18] Compiling Multicodec Multicodec.swift
[17/18] Compiling Multicodec Codecs.swift
[18/18] Compiling Multicodec Codecs+Equatable.swift
Build complete! (11.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-varint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-varint.git"
}
],
"manifest_display_name" : "swift-multicodec",
"name" : "swift-multicodec",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "update-codecs",
"targets" : [
"Updater"
],
"type" : {
"executable" : null
}
},
{
"name" : "Multicodec",
"targets" : [
"Multicodec"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Updater",
"module_type" : "SwiftTarget",
"name" : "Updater",
"path" : "Sources/Updater",
"product_memberships" : [
"update-codecs"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "MulticodecTests",
"module_type" : "SwiftTarget",
"name" : "MulticodecTests",
"path" : "Tests/MulticodecTests",
"sources" : [
"MulticodecTests.swift"
],
"target_dependencies" : [
"Multicodec"
],
"type" : "test"
},
{
"c99name" : "Multicodec",
"module_type" : "SwiftTarget",
"name" : "Multicodec",
"path" : "Sources/Multicodec",
"product_dependencies" : [
"VarInt"
],
"product_memberships" : [
"Multicodec"
],
"sources" : [
"Codecs+Equatable.swift",
"Codecs.swift",
"Multicodec.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.