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, reference 0.0.4 (8af5d9), with Swift 6.1 for Linux on 28 Apr 2025 19:07:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-cid.git
Reference: 0.0.4
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
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 8af5d9d Create providers.yml
Cloned https://github.com/swift-libp2p/swift-cid.git
Revision (git rev-parse @):
8af5d9de451ceaf45a42e9d6784054d8f5fa3544
SUCCESS checkout https://github.com/swift-libp2p/swift-cid.git at 0.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-libp2p/swift-cid.git
https://github.com/swift-libp2p/swift-cid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-multibase",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multibase.git"
    },
    {
      "identity" : "swift-multicodec",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multicodec.git"
    },
    {
      "identity" : "swift-multihash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multihash.git"
    }
  ],
  "manifest_display_name" : "swift-cid",
  "name" : "swift-cid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CID",
      "targets" : [
        "CID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CIDTests",
      "module_type" : "SwiftTarget",
      "name" : "CIDTests",
      "path" : "Tests/CIDTests",
      "sources" : [
        "CIDTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CID",
      "module_type" : "SwiftTarget",
      "name" : "CID",
      "path" : "Sources/CID",
      "product_dependencies" : [
        "Multihash",
        "Multibase",
        "Multicodec"
      ],
      "product_memberships" : [
        "CID"
      ],
      "sources" : [
        "CID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-libp2p/swift-multihash.git
Fetching https://github.com/swift-libp2p/swift-multicodec.git
Fetching https://github.com/swift-libp2p/swift-multibase.git
[1/289] Fetching swift-multicodec
[233/452] Fetching swift-multicodec, swift-multibase
[453/717] Fetching swift-multicodec, swift-multibase, swift-multihash
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (0.24s)
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.24s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (0.25s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.3 (0.83s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/286] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.53s)
Computing version for https://github.com/swift-libp2p/swift-multihash.git
Computed https://github.com/swift-libp2p/swift-multihash.git at 0.0.4 (1.13s)
Fetching https://github.com/swift-libp2p/swift-varint.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/108] Fetching swift-varint
[109/13042] Fetching swift-varint, cryptoswift
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (1.38s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.41s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (1.97s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.4 (0.56s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.0.8 (0.57s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.57s)
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
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.8
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.3
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.4
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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/13] Write sources
[0/13] Copying PrivacyInfo.xcprivacy
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/135] Emitting module Base8
[15/135] Compiling Base8 Quintets.swift
[16/135] Compiling Base8 BlockDecoding.swift
[17/135] Compiling Base8 BlockEncoding.swift
[18/135] Compiling Base32 BlockDecoding.swift
[19/135] Compiling Base32 BlockEncoding.swift
[20/135] Compiling Base32 Quintets.swift
[21/135] Compiling VarInt VarInt.swift
[22/135] Compiling Base32 Base32.swift
[23/135] Emitting module VarInt
[24/135] Compiling VarInt BinaryEncoder.swift
[25/135] Emitting module Base32
[26/136] Compiling Base32 Alphabets.swift
[27/137] Emitting module BaseX
[28/137] Compiling BaseX BaseX.swift
[29/137] Compiling Base2 Base2.swift
[30/137] Emitting module Base2
[31/138] Compiling Base8 Base8.swift
[34/139] Emitting module Base64
[35/139] Compiling Base64 Base64.swift
[38/140] Compiling Base8 Alphabet.swift
[41/145] Compiling CryptoSwift CompactMap.swift
[42/145] Compiling CryptoSwift Cryptor.swift
[43/145] Compiling CryptoSwift Cryptors.swift
[44/145] Compiling CryptoSwift Digest.swift
[45/145] Compiling CryptoSwift DigestType.swift
[46/145] Compiling CryptoSwift AES+Foundation.swift
[47/145] Compiling CryptoSwift Array+Foundation.swift
[48/145] Compiling CryptoSwift Blowfish+Foundation.swift
[49/145] Compiling CryptoSwift ChaCha20+Foundation.swift
[50/145] Compiling CryptoSwift Data+Extension.swift
[51/145] Compiling CryptoSwift HMAC+Foundation.swift
[52/145] Compiling CryptoSwift Rabbit+Foundation.swift
[53/145] Compiling CryptoSwift String+FoundationExtension.swift
[54/145] Compiling CryptoSwift Utils+Foundation.swift
[55/159] Compiling CryptoSwift CMAC.swift
[56/159] Compiling CryptoSwift Addition.swift
[57/159] Compiling CryptoSwift BigInt.swift
[58/159] Compiling CryptoSwift BigUInt.swift
[59/159] Compiling CryptoSwift BitwiseOps.swift
[60/159] Compiling CryptoSwift CS.swift
[61/159] Compiling CryptoSwift Codable.swift
[62/159] Compiling CryptoSwift Comparable.swift
[63/159] Compiling CryptoSwift DataConversion.swift
[64/159] Compiling CryptoSwift Division.swift
[65/159] Compiling CryptoSwift Exponentiation.swift
[66/159] Compiling CryptoSwift FloatingPointConversion.swift
[67/159] Compiling CryptoSwift GCD.swift
[68/159] Compiling CryptoSwift Hashable.swift
[69/159] Compiling CryptoSwift IntegerConversion.swift
[70/159] Compiling CryptoSwift Multiplication.swift
[71/159] Compiling CryptoSwift PrimeTest.swift
[72/159] Compiling CryptoSwift Random.swift
[73/159] Compiling CryptoSwift Shifts.swift
[74/159] Compiling CryptoSwift SquareRoot.swift
[75/159] Compiling CryptoSwift Strideable.swift
[76/159] Compiling CryptoSwift StringConversion.swift
[77/159] Compiling CryptoSwift Subtraction.swift
[78/159] Compiling CryptoSwift WordsAndBits.swift
[79/159] Compiling CryptoSwift ChaCha20.swift
[80/159] Compiling CryptoSwift Checksum.swift
[81/159] Compiling CryptoSwift Cipher.swift
[82/159] Compiling CryptoSwift Collection+Extension.swift
[83/161] Compiling Multicodec Multicodec.swift
[84/161] Emitting module Multicodec
[85/161] Emitting module Multibase
[86/161] Compiling Multibase Multibase.swift
[88/162] Compiling Multicodec Codecs.swift
[89/162] Compiling Multicodec Codecs+Equatable.swift
[91/163] Compiling CryptoSwift BlockEncryptor.swift
[92/163] Compiling CryptoSwift BlockMode.swift
[93/163] Compiling CryptoSwift BlockModeOptions.swift
[94/163] Compiling CryptoSwift CBC.swift
[95/163] Compiling CryptoSwift CCM.swift
[96/163] Compiling CryptoSwift CFB.swift
[97/163] Compiling CryptoSwift CTR.swift
[98/163] Compiling CryptoSwift CipherModeWorker.swift
[99/163] Compiling CryptoSwift ECB.swift
[100/163] Compiling CryptoSwift GCM.swift
[101/163] Compiling CryptoSwift OCB.swift
[102/163] Compiling CryptoSwift OFB.swift
[103/163] Compiling CryptoSwift PCBC.swift
[104/163] Compiling CryptoSwift Blowfish.swift
[105/163] Compiling CryptoSwift CBCMAC.swift
[106/163] Emitting module CryptoSwift
[107/163] Compiling CryptoSwift AEAD.swift
[108/163] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[109/163] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[110/163] Compiling CryptoSwift AES.Cryptors.swift
[111/163] Compiling CryptoSwift AES.swift
[112/163] Compiling CryptoSwift ASN1.swift
[113/163] Compiling CryptoSwift ASN1Decoder.swift
[114/163] Compiling CryptoSwift ASN1Encoder.swift
[115/163] Compiling CryptoSwift ASN1Scanner.swift
[116/163] Compiling CryptoSwift Array+Extension.swift
[117/163] Compiling CryptoSwift Authenticator.swift
[118/163] Compiling CryptoSwift BatchedCollection.swift
[119/163] Compiling CryptoSwift Bit.swift
[120/163] Compiling CryptoSwift BlockCipher.swift
[121/163] Compiling CryptoSwift BlockDecryptor.swift
[122/163] Compiling CryptoSwift Signature.swift
[123/163] Compiling CryptoSwift StreamDecryptor.swift
[124/163] Compiling CryptoSwift StreamEncryptor.swift
[125/163] Compiling CryptoSwift String+Extension.swift
[126/163] Compiling CryptoSwift UInt128.swift
[127/163] Compiling CryptoSwift UInt16+Extension.swift
[128/163] Compiling CryptoSwift UInt32+Extension.swift
[129/163] Compiling CryptoSwift UInt64+Extension.swift
[130/163] Compiling CryptoSwift UInt8+Extension.swift
[131/163] Compiling CryptoSwift Updatable.swift
[132/163] Compiling CryptoSwift Utils.swift
[133/163] Compiling CryptoSwift XChaCha20.swift
[134/163] Compiling CryptoSwift ZeroPadding.swift
[135/163] Compiling CryptoSwift resource_bundle_accessor.swift
[136/163] Compiling CryptoSwift XChaCha20+Foundation.swift
[137/163] Compiling CryptoSwift Generics.swift
[138/163] Compiling CryptoSwift HKDF.swift
[139/163] Compiling CryptoSwift HMAC.swift
[140/163] Compiling CryptoSwift ISO10126Padding.swift
[141/163] Compiling CryptoSwift ISO78164Padding.swift
[142/163] Compiling CryptoSwift Int+Extension.swift
[143/163] Compiling CryptoSwift MD5.swift
[144/163] Compiling CryptoSwift NoPadding.swift
[145/163] Compiling CryptoSwift Operators.swift
[146/163] Compiling CryptoSwift DER.swift
[147/163] Compiling CryptoSwift PBKDF1.swift
[148/163] Compiling CryptoSwift PBKDF2.swift
[149/163] Compiling CryptoSwift PKCS1v15.swift
[150/163] Compiling CryptoSwift PKCS5.swift
[151/163] Compiling CryptoSwift PKCS7.swift
[152/163] Compiling CryptoSwift PKCS7Padding.swift
[153/163] Compiling CryptoSwift Padding.swift
[154/163] Compiling CryptoSwift Poly1305.swift
[155/163] Compiling CryptoSwift RSA+Cipher.swift
[156/163] Compiling CryptoSwift RSA+Signature.swift
[157/163] Compiling CryptoSwift RSA.swift
[158/163] Compiling CryptoSwift Rabbit.swift
[159/163] Compiling CryptoSwift SHA1.swift
[160/163] Compiling CryptoSwift SHA2.swift
[161/163] Compiling CryptoSwift SHA3.swift
[162/163] Compiling CryptoSwift Scrypt.swift
[163/163] Compiling CryptoSwift SecureBytes.swift
[165/166] Compiling Multihash Multihash.swift
[166/166] Emitting module Multihash
[168/169] Compiling CID CID.swift
[169/169] Emitting module CID
Build complete! (29.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-multibase",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multibase.git"
    },
    {
      "identity" : "swift-multicodec",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multicodec.git"
    },
    {
      "identity" : "swift-multihash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-multihash.git"
    }
  ],
  "manifest_display_name" : "swift-cid",
  "name" : "swift-cid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CID",
      "targets" : [
        "CID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CIDTests",
      "module_type" : "SwiftTarget",
      "name" : "CIDTests",
      "path" : "Tests/CIDTests",
      "sources" : [
        "CIDTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CID",
      "module_type" : "SwiftTarget",
      "name" : "CID",
      "path" : "Sources/CID",
      "product_dependencies" : [
        "Multihash",
        "Multibase",
        "Multicodec"
      ],
      "product_memberships" : [
        "CID"
      ],
      "sources" : [
        "CID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.