The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of msgpack-swift, reference main (a5aa8a), with Swift 5.9 for Linux on 4 Jul 2024 00:30:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/msgpack-swift.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/fumoboy007/msgpack-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a5aa8ac Clarify word in README.
Cloned https://github.com/fumoboy007/msgpack-swift.git
Revision (git rev-parse @):
a5aa8acc760a2eadfd45a9d6d30917c73e6134d4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/msgpack-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/fumoboy007/msgpack-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/fumoboy007/MessagePackReferenceImplementation.git
[1/1578] Fetching swift-docc-plugin
[380/1608] Fetching swift-docc-plugin, messagepackreferenceimplementation
[1089/5133] Fetching swift-docc-plugin, messagepackreferenceimplementation, swift-log
Fetched https://github.com/fumoboy007/MessagePackReferenceImplementation.git (0.22s)
Fetching https://github.com/apple/swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin (0.29s)
Fetching https://github.com/nnabeyang/swift-msgpack.git
Fetched https://github.com/apple/swift-log.git (0.30s)
Fetching https://github.com/hirotakan/MessagePacker.git
[1/547] Fetching swift-msgpack
[548/3435] Fetching swift-msgpack, swift-docc-symbolkit
[577/4156] Fetching swift-msgpack, swift-docc-symbolkit, messagepacker
Fetched https://github.com/nnabeyang/swift-msgpack.git (0.20s)
Fetched https://github.com/hirotakan/MessagePacker.git (0.21s)
Computing version for https://github.com/nnabeyang/swift-msgpack.git
Fetched https://github.com/apple/swift-docc-symbolkit (0.30s)
Computed https://github.com/nnabeyang/swift-msgpack.git at 0.2.7 (0.89s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.34s)
Computing version for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Computed https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1 (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.34s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.37s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Working copy of https://github.com/fumoboy007/MessagePackReferenceImplementation.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/nnabeyang/swift-msgpack.git
Working copy of https://github.com/nnabeyang/swift-msgpack.git resolved at 0.2.7
warning: you may be able to install msgpack using your system-packager:
    apt-get install libmsgpack-dev
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/54] Emitting module MessagePack
[4/60] Compiling MessagePack SingleValueMessagePackDecodingContainer.swift
[5/60] Compiling MessagePack String+FromUTF8Bytes.swift
[6/60] Compiling MessagePack UnkeyedMessagePackDecodingContainer.swift
[7/60] Compiling MessagePack EncodableAsMessagePackExtension.swift
[8/60] Compiling MessagePack EncodableMessagePackValue+FromBinaryInteger.swift
[9/60] Compiling MessagePack EncodableMessagePackValue+FromMessagePackKey.swift
[10/60] Compiling MessagePack FailedEncodableMessagePackValueFuture.swift
[11/60] Compiling MessagePack KeyedMessagePackEncodingContainer.swift
[12/60] Compiling MessagePack SingleValueMessagePackEncodingContainer.swift
[13/60] Compiling MessagePack SwiftValueToMessagePackValueEncoder.swift
[14/60] Compiling MessagePack UnkeyedMessagePackEncodingContainer.swift
[15/60] Compiling MessagePack MessagePackDecoder.swift
[16/60] Compiling MessagePack MessagePackEncoder.swift
[17/60] Compiling MessagePack MessageWriter.swift
[18/60] Compiling MessagePack PredefinedExtensions.swift
[19/60] Compiling MessagePack Date+FromMessagePackTimestamp.swift
[20/60] Compiling MessagePack MessagePackTimestamp+CodableAsMessagePackExtension.swift
[21/60] Compiling MessagePack MessagePackTimestamp+DecodableAsMessagePackExtension.swift
[22/60] Compiling MessagePack EncodableMessagePackValue+FromSpecializableCollection.swift
[23/60] Compiling MessagePack EncodableMessagePackValue+FromStandardCompoundValue.swift
[24/60] Compiling MessagePack EncodableMessagePackValue+ToBytes.swift
[25/60] Compiling MessagePack EncodableMessagePackValue+Validation.swift
[26/60] Compiling MessagePack EncodableMessagePackValue.swift
[27/60] Compiling MessagePack EncodableMessagePackValueFuture.swift
[28/60] Compiling MessagePack BinaryInteger+FromDecodedMessagePackValue.swift
[29/60] Compiling MessagePack DecodedMessagePackArray.swift
[30/60] Compiling MessagePack DecodedMessagePackValue+FromBytes.swift
[31/60] Compiling MessagePack DecodedMessagePackValue+ToStandardCompoundValue.swift
[32/60] Compiling MessagePack DecodedMessagePackValue+Validation.swift
[33/60] Compiling MessagePack DecodedMessagePackValue.swift
[34/60] Compiling MessagePack DecodingError+TypeMismatch.swift
[35/60] Compiling MessagePack KeyedMessagePackDecodingContainer.swift
[36/60] Compiling MessagePack MessagePackKey+FromDecodedMessagePackValue.swift
[37/60] Compiling MessagePack MessagePackValueToSwiftValueDecoder.swift
[38/60] Compiling MessagePack MessageReader.swift
[39/60] Compiling MessagePack SimpleDecodable.swift
[40/60] Compiling MessagePack CodableAsMessagePackExtension.swift
[41/60] Compiling MessagePack InternalCodingKey.swift
[42/60] Compiling MessagePack MessagePackKey.swift
[43/60] Compiling MessagePack StandardSwiftCollectionType.swift
[44/60] Compiling MessagePack DecodableAsMessagePackExtension.swift
[45/60] Compiling MessagePack BinaryFloatingPoint+FromDecodedMessagePackValue.swift
[46/60] Compiling MessagePack MessagePackTimestamp+EncodableAsMessagePackExtension.swift
[47/60] Compiling MessagePack MessagePackTimestamp+FromDate.swift
[48/60] Compiling MessagePack MessagePackTimestamp+InstantProtocol.swift
[49/60] Compiling MessagePack MessagePackTimestamp.swift
[50/60] Compiling MessagePack Date+FromInternetDateTime.swift
[51/60] Compiling MessagePack MessagePackTimestamp+FromInternetDateTime.swift
[53/62] Wrapping AST for MessagePack for debugging
[55/70] Emitting module Deserialization
[56/70] Emitting module Serialization
[57/70] Compiling Serialization Serialization.swift
[58/70] Compiling Deserialization Deserialization.swift
[59/70] Emitting module ApplicationSpecificMessagePackExtensionTypes
[60/70] Compiling ApplicationSpecificMessagePackExtensionTypes ApplicationSpecificMessagePackExtensionTypes.swift
[61/71] Emitting module MessagePackTimestamp
[62/71] Compiling MessagePackTimestamp MessagePackTimestamp.swift
[70/78] Wrapping AST for Deserialization for debugging
[71/78] Wrapping AST for Serialization for debugging
[72/78] Wrapping AST for ApplicationSpecificMessagePackExtensionTypes for debugging
[73/78] Wrapping AST for MessagePackTimestamp for debugging
[74/78] Linking Serialization
[75/78] Linking ApplicationSpecificMessagePackExtensionTypes
[76/78] Linking Deserialization
[77/78] Linking MessagePackTimestamp
Build complete! (20.46s)
Build complete.
Done.