Build Information
Successful build of SwiftMsgPack, reference v1.0.0 (0dbc12
), with Swift 6.0 for Linux on 5 Nov 2024 05:16:39 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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jayadamsmorgan/SwiftMsgPack.git
Reference: v1.0.0
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/jayadamsmorgan/SwiftMsgPack
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 0dbc12a Update README.md
Cloned https://github.com/jayadamsmorgan/SwiftMsgPack.git
Revision (git rev-parse @):
0dbc12a8b0131ffda23744dd41b6df7c2a3f508b
SUCCESS checkout https://github.com/jayadamsmorgan/SwiftMsgPack.git at v1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
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 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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SwiftMsgPack Unpacking.swift
[5/11] Compiling SwiftMsgPack Types.swift
[6/11] Emitting module SwiftMsgPack
[7/11] Compiling SwiftMsgPack Packing.swift
[8/12] Wrapping AST for SwiftMsgPack for debugging
[10/14] Emitting module Example
[11/14] Compiling Example Example.swift
[12/15] Wrapping AST for Example for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking Example
Build complete! (12.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftMsgPack",
"name" : "SwiftMsgPack",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftMsgPack",
"targets" : [
"SwiftMsgPack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftMsgPackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPackTests",
"path" : "Tests/SwiftMsgPackTests",
"sources" : [
"SwiftMsgPackArrayTests.swift",
"SwiftMsgPackBinTests.swift",
"SwiftMsgPackBoolTests.swift",
"SwiftMsgPackDictionaryTests.swift",
"SwiftMsgPackExtTests.swift",
"SwiftMsgPackFloatTests.swift",
"SwiftMsgPackIntegerTests.swift",
"SwiftMsgPackNilTests.swift",
"SwiftMsgPackStringTests.swift",
"SwiftMsgUnpackArrayTests.swift",
"SwiftMsgUnpackBinTests.swift",
"SwiftMsgUnpackBoolTests.swift",
"SwiftMsgUnpackDictionaryTests.swift",
"SwiftMsgUnpackExtTests.swift",
"SwiftMsgUnpackFloatTests.swift",
"SwiftMsgUnpackIntegerTests.swift",
"SwiftMsgUnpackNilTests.swift",
"SwiftMsgUnpackStringTests.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "test"
},
{
"c99name" : "SwiftMsgPack",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPack",
"path" : "Sources/SwiftMsgPack",
"product_memberships" : [
"Example",
"SwiftMsgPack"
],
"sources" : [
"Packing.swift",
"Types.swift",
"Unpacking.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
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.