Build Information
Successful build of MessagePack with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/messagepack.git
Reference: master
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/flight-school/messagepack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bbc5ab6 Bump version to 1.2.4
Cloned https://github.com/flight-school/messagepack.git
Revision (git rev-parse @):
bbc5ab6362db234f2051e73e67296ebf5c3d2042
SUCCESS checkout https://github.com/flight-school/messagepack.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/flight-school/messagepack.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling MessagePack SingleValueEncodingContainer.swift
[4/13] Compiling MessagePack UnkeyedEncodingContainer.swift
[5/14] Compiling MessagePack FixedWidthInteger+Bytes.swift
[6/14] Compiling MessagePack KeyedDecodingContainer.swift
[7/14] Compiling MessagePack MessagePackDecoder.swift
[8/14] Emitting module MessagePack
/host/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[9/14] Compiling MessagePack AnyCodingKey.swift
/host/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[10/14] Compiling MessagePack Box.swift
/host/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[11/14] Compiling MessagePack MessagePackEncoder.swift
[12/14] Compiling MessagePack SingleValueDecodingContainer.swift
[13/14] Compiling MessagePack UnkeyedDecodingContainer.swift
[14/14] Compiling MessagePack KeyedEncodingContainer.swift
Build complete! (10.70s)
Build complete.
Done.