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 swift-cid with Swift 5.9 for Linux.

Build Command

bash -c docker run --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.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-cid.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-cid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 05d1bc0 Merge pull request #5 from swift-libp2p/dependabot/swift/github.com/swift-libp2p/swift-multicodec-0.0.7
Cloned https://github.com/swift-libp2p/swift-cid.git
Revision (git rev-parse @):
05d1bc0492364eda80c45dd0e20af6783380730f
SUCCESS checkout https://github.com/swift-libp2p/swift-cid.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/swift-libp2p/swift-cid.git
Running build ...
bash -c docker run --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
Fetching https://github.com/swift-libp2p/swift-multicodec.git
Fetching https://github.com/swift-libp2p/swift-varint.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/38] Fetching swift-varint
[39/172] Fetching swift-varint, swift-multicodec
[173/12823] Fetching swift-varint, swift-multicodec, cryptoswift
Fetching https://github.com/swift-libp2p/swift-bases.git
Fetched https://github.com/swift-libp2p/swift-varint.git (1.24s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git (1.24s)
Fetching https://github.com/swift-libp2p/swift-multihash.git
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.26s)
Fetching https://github.com/swift-libp2p/swift-multibase.git
[1/102] Fetching swift-bases
[103/188] Fetching swift-bases, swift-multibase
[189/342] Fetching swift-bases, swift-multibase, swift-multihash
Fetched https://github.com/swift-libp2p/swift-bases.git (0.20s)
Fetched https://github.com/swift-libp2p/swift-multibase.git (0.18s)
Fetched https://github.com/swift-libp2p/swift-multihash.git (0.22s)
Computing version for https://github.com/swift-libp2p/swift-multihash.git
Computed https://github.com/swift-libp2p/swift-multihash.git at 0.0.4 (0.38s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.0.7 (0.38s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.2 (0.39s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.6.0 (0.40s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.1 (0.37s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.2 (0.44s)
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.2
Creating working copy for https://github.com/swift-libp2p/swift-multicodec.git
Working copy of https://github.com/swift-libp2p/swift-multicodec.git resolved at 0.0.7
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.1
Creating working copy for https://github.com/swift-libp2p/swift-multibase.git
Working copy of https://github.com/swift-libp2p/swift-multibase.git resolved at 0.0.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.6.0
Creating working copy for https://github.com/swift-libp2p/swift-multihash.git
Working copy of https://github.com/swift-libp2p/swift-multihash.git resolved at 0.0.4
Building for debugging...
[1/119] Compiling Base32 Quintets.swift
[2/119] Compiling Base32 BlockEncoding.swift
[3/119] Compiling Base8 BlockEncoding.swift
[4/119] Compiling Base8 Quintets.swift
[5/119] Compiling Base32 BlockDecoding.swift
[6/119] Compiling Base8 BlockDecoding.swift
[7/119] Emitting module Base64
[8/119] Compiling Base64 Base64.swift
[9/119] Compiling CryptoSwift Collection+Extension.swift
[10/119] Compiling CryptoSwift CompactMap.swift
[11/119] Compiling CryptoSwift Cryptor.swift
[12/119] Compiling CryptoSwift Cryptors.swift
[13/119] Compiling CryptoSwift Digest.swift
[14/119] Compiling CryptoSwift DigestType.swift
[15/119] Compiling CryptoSwift AES+Foundation.swift
[16/119] Compiling CryptoSwift Array+Foundation.swift
[17/119] Compiling CryptoSwift Blowfish+Foundation.swift
[18/119] Compiling CryptoSwift ChaCha20+Foundation.swift
[19/119] Compiling CryptoSwift Data+Extension.swift
[20/119] Compiling CryptoSwift HMAC+Foundation.swift
[21/119] Compiling CryptoSwift Rabbit+Foundation.swift
[22/119] Compiling CryptoSwift String+FoundationExtension.swift
[23/119] Compiling Base2 Base2.swift
[24/119] Emitting module Base2
[25/119] Compiling CryptoSwift Utils+Foundation.swift
[26/119] Compiling CryptoSwift Generics.swift
[27/119] Compiling CryptoSwift HKDF.swift
[28/119] Compiling CryptoSwift HMAC.swift
[29/119] Compiling CryptoSwift ISO10126Padding.swift
[30/119] Compiling CryptoSwift ISO78164Padding.swift
[31/119] Compiling CryptoSwift Int+Extension.swift
[32/119] Compiling CryptoSwift MD5.swift
[33/119] Compiling CryptoSwift NoPadding.swift
[34/119] Compiling CryptoSwift Operators.swift
[35/119] Compiling CryptoSwift DER.swift
[36/119] Compiling CryptoSwift PBKDF1.swift
[37/119] Compiling CryptoSwift PBKDF2.swift
[38/119] Compiling CryptoSwift PKCS1v15.swift
[39/132] Emitting module VarInt
[40/132] Compiling Base8 Alphabet.swift
[41/132] Compiling Base8 Base8.swift
[42/132] Emitting module Base8
[43/132] Compiling Base32 Alphabets.swift
[44/132] Compiling Base32 Base32.swift
[45/132] Emitting module Base32
[46/136] Emitting module BaseX
[47/136] Compiling BaseX BaseX.swift
[48/136] Compiling VarInt BinaryEncoder.swift
[49/136] Compiling VarInt VarInt.swift
[59/143] Compiling CryptoSwift CBCMAC.swift
[60/143] Compiling CryptoSwift CMAC.swift
[61/143] Compiling CryptoSwift Addition.swift
[62/143] Compiling CryptoSwift BigInt.swift
[63/143] Compiling CryptoSwift BigUInt.swift
[64/143] Compiling CryptoSwift Bitwise Ops.swift
[65/143] Compiling CryptoSwift CS.swift
[66/143] Compiling CryptoSwift Codable.swift
[67/143] Compiling CryptoSwift Comparable.swift
[68/143] Compiling CryptoSwift Data Conversion.swift
[69/143] Compiling CryptoSwift Division.swift
[70/143] Compiling CryptoSwift Exponentiation.swift
[71/143] Compiling CryptoSwift Floating Point Conversion.swift
[72/143] Compiling CryptoSwift GCD.swift
[76/150] Compiling Multicodec Multicodec.swift
[77/150] Emitting module Multibase
[78/150] Compiling Multibase Multibase.swift
[79/151] Compiling CryptoSwift Hashable.swift
[80/151] Compiling CryptoSwift Integer Conversion.swift
[81/151] Compiling CryptoSwift Multiplication.swift
[82/151] Compiling CryptoSwift Prime Test.swift
[83/151] Compiling CryptoSwift Random.swift
[84/151] Compiling CryptoSwift Shifts.swift
[85/151] Compiling CryptoSwift Square Root.swift
[86/151] Compiling CryptoSwift Strideable.swift
[87/151] Compiling CryptoSwift String Conversion.swift
[88/151] Compiling CryptoSwift Subtraction.swift
[89/151] Compiling CryptoSwift Words and Bits.swift
[90/151] Compiling CryptoSwift ChaCha20.swift
[91/151] Compiling CryptoSwift Checksum.swift
[92/151] Compiling CryptoSwift Cipher.swift
[95/152] Emitting module CryptoSwift
[96/152] Compiling Multicodec Codecs+Equatable.swift
[97/152] Compiling Multicodec Codecs.swift
[98/152] Emitting module Multicodec
[101/154] Compiling CryptoSwift SecureBytes.swift
[102/154] Compiling CryptoSwift Signature.swift
[103/154] Compiling CryptoSwift StreamDecryptor.swift
[104/154] Compiling CryptoSwift StreamEncryptor.swift
[105/154] Compiling CryptoSwift String+Extension.swift
[106/154] Compiling CryptoSwift UInt128.swift
[107/154] Compiling CryptoSwift UInt16+Extension.swift
[108/154] Compiling CryptoSwift UInt32+Extension.swift
[109/154] Compiling CryptoSwift UInt64+Extension.swift
[110/154] Compiling CryptoSwift UInt8+Extension.swift
[111/154] Compiling CryptoSwift Updatable.swift
[112/154] Compiling CryptoSwift Utils.swift
[113/154] Compiling CryptoSwift ZeroPadding.swift
[114/154] Compiling CryptoSwift BlockEncryptor.swift
[115/154] Compiling CryptoSwift BlockMode.swift
[116/154] Compiling CryptoSwift BlockModeOptions.swift
[117/154] Compiling CryptoSwift CBC.swift
[118/154] Compiling CryptoSwift CCM.swift
[119/154] Compiling CryptoSwift CFB.swift
[120/154] Compiling CryptoSwift CTR.swift
[121/154] Compiling CryptoSwift CipherModeWorker.swift
[122/154] Compiling CryptoSwift ECB.swift
[123/154] Compiling CryptoSwift GCM.swift
[124/154] Compiling CryptoSwift OCB.swift
[125/154] Compiling CryptoSwift OFB.swift
[126/154] Compiling CryptoSwift PCBC.swift
[127/154] Compiling CryptoSwift Blowfish.swift
[128/154] Compiling CryptoSwift AEAD.swift
[129/154] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[130/154] Compiling CryptoSwift AES.Cryptors.swift
[131/154] Compiling CryptoSwift AES.swift
[132/154] Compiling CryptoSwift ASN1.swift
[133/154] Compiling CryptoSwift ASN1Decoder.swift
[134/154] Compiling CryptoSwift ASN1Encoder.swift
[135/154] Compiling CryptoSwift ASN1Scanner.swift
[136/154] Compiling CryptoSwift Array+Extension.swift
[137/154] Compiling CryptoSwift Authenticator.swift
[138/154] Compiling CryptoSwift BatchedCollection.swift
[139/154] Compiling CryptoSwift Bit.swift
[140/154] Compiling CryptoSwift BlockCipher.swift
[141/154] Compiling CryptoSwift BlockDecryptor.swift
[142/154] Compiling CryptoSwift PKCS5.swift
[143/154] Compiling CryptoSwift PKCS7.swift
[144/154] Compiling CryptoSwift PKCS7Padding.swift
[145/154] Compiling CryptoSwift Padding.swift
[146/154] Compiling CryptoSwift Poly1305.swift
[147/154] Compiling CryptoSwift RSA+Cipher.swift
[148/154] Compiling CryptoSwift RSA+Signature.swift
[149/154] Compiling CryptoSwift RSA.swift
[150/154] Compiling CryptoSwift Rabbit.swift
[151/154] Compiling CryptoSwift SHA1.swift
[152/154] Compiling CryptoSwift SHA2.swift
[153/154] Compiling CryptoSwift SHA3.swift
[154/154] Compiling CryptoSwift Scrypt.swift
[157/158] Emitting module Multihash
[158/158] Compiling Multihash Multihash.swift
[161/162] Emitting module CID
[162/162] Compiling CID CID.swift
Build complete! (30.72s)
Build complete.
Done.

Build Machine: Linux 1