The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-cid, reference main (36ba17), with Swift 6.1 for Wasm on 29 May 2025 09:21:04 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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.63.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 36ba174 Update README.md
Cloned https://github.com/swift-libp2p/swift-cid.git
Revision (git rev-parse @):
36ba1745c8e62118c1b877933c350d0ef2d176ce
SUCCESS checkout https://github.com/swift-libp2p/swift-cid.git at main
========================================
Build
========================================
Selected platform:         wasm
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"
      ],
      "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.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/163] Fetching swift-multibase
[164/428] Fetching swift-multibase, swift-multihash
[183/717] Fetching swift-multibase, swift-multihash, swift-multicodec
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (0.27s)
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.28s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (0.28s)
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.89s)
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.25s)
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.99s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swift-libp2p/swift-varint.git
[1/12941] Fetching cryptoswift
[778/13049] Fetching cryptoswift, swift-varint
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (0.32s)
[1942/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.68s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (2.36s)
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.83s)
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.91s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.63s)
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-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/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.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.8
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Building for debugging...
[0/13] Write sources
[11/13] Copying PrivacyInfo.xcprivacy
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/135] Compiling Base8 Quintets.swift
[15/135] Compiling Base32 Quintets.swift
[16/135] Compiling Base32 BlockEncoding.swift
[17/135] Compiling Base8 BlockDecoding.swift
[18/135] Compiling Base8 BlockEncoding.swift
[19/135] Compiling Base32 BlockDecoding.swift
[20/135] Emitting module CryptoSwift
[21/149] Emitting module Base32
[22/149] Compiling Base32 Base32.swift
[23/149] Compiling Base32 Alphabets.swift
[24/149] Compiling Base2 Base2.swift
[25/149] Emitting module Base2
[26/149] Emitting module VarInt
[27/150] Compiling VarInt BinaryEncoder.swift
[28/151] Emitting module BaseX
[29/151] Compiling BaseX BaseX.swift
[30/152] Compiling Base8 Base8.swift
[32/152] Emitting module Base64
[33/152] Compiling Base64 Base64.swift
[36/153] Compiling Base8 Alphabet.swift
[37/153] Emitting module Base8
[40/154] Compiling VarInt VarInt.swift
[41/155] Compiling CryptoSwift CMAC.swift
[42/155] Compiling CryptoSwift Addition.swift
[43/155] Compiling CryptoSwift BigInt.swift
[44/155] Compiling CryptoSwift BigUInt.swift
[45/155] Compiling CryptoSwift BitwiseOps.swift
[46/155] Compiling CryptoSwift CS.swift
[47/155] Compiling CryptoSwift Codable.swift
[48/155] Compiling CryptoSwift Comparable.swift
[49/155] Compiling CryptoSwift DataConversion.swift
[50/155] Compiling CryptoSwift Division.swift
[51/155] Compiling CryptoSwift Exponentiation.swift
[52/155] Compiling CryptoSwift FloatingPointConversion.swift
[53/155] Compiling CryptoSwift GCD.swift
[54/155] Compiling CryptoSwift Hashable.swift
[56/161] Compiling CryptoSwift BlockEncryptor.swift
[57/161] Compiling CryptoSwift BlockMode.swift
[58/161] Compiling CryptoSwift BlockModeOptions.swift
[59/161] Compiling CryptoSwift CBC.swift
[60/161] Compiling CryptoSwift CCM.swift
[61/161] Compiling CryptoSwift CFB.swift
[62/161] Compiling CryptoSwift CTR.swift
[63/161] Compiling CryptoSwift CipherModeWorker.swift
[64/161] Compiling CryptoSwift ECB.swift
[65/161] Compiling CryptoSwift GCM.swift
[66/161] Compiling CryptoSwift OCB.swift
[67/161] Compiling CryptoSwift OFB.swift
[68/161] Compiling CryptoSwift PCBC.swift
[69/161] Compiling CryptoSwift Blowfish.swift
[70/161] Compiling CryptoSwift CBCMAC.swift
[71/161] Compiling CryptoSwift Signature.swift
[72/161] Compiling CryptoSwift StreamDecryptor.swift
[73/161] Compiling CryptoSwift StreamEncryptor.swift
[74/161] Compiling CryptoSwift String+Extension.swift
[75/161] Compiling CryptoSwift UInt128.swift
[76/161] Compiling CryptoSwift UInt16+Extension.swift
[77/161] Compiling CryptoSwift UInt32+Extension.swift
[78/161] Compiling CryptoSwift UInt64+Extension.swift
[79/161] Compiling CryptoSwift UInt8+Extension.swift
[80/161] Compiling CryptoSwift Updatable.swift
[81/161] Compiling CryptoSwift Utils.swift
[82/161] Compiling CryptoSwift XChaCha20.swift
[83/161] Compiling CryptoSwift ZeroPadding.swift
[84/161] Compiling CryptoSwift resource_bundle_accessor.swift
[85/161] Compiling Multicodec Multicodec.swift
[86/161] Compiling CryptoSwift AEAD.swift
[87/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[88/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[89/161] Compiling CryptoSwift AES.Cryptors.swift
[90/161] Compiling CryptoSwift AES.swift
[91/161] Compiling CryptoSwift ASN1.swift
[92/161] Compiling CryptoSwift ASN1Decoder.swift
[93/161] Compiling CryptoSwift ASN1Encoder.swift
[94/161] Compiling CryptoSwift ASN1Scanner.swift
[95/161] Compiling CryptoSwift Array+Extension.swift
[96/161] Compiling CryptoSwift Authenticator.swift
[97/161] Compiling CryptoSwift BatchedCollection.swift
[98/161] Compiling CryptoSwift Bit.swift
[99/161] Compiling CryptoSwift BlockCipher.swift
[100/161] Compiling CryptoSwift BlockDecryptor.swift
[101/161] Compiling Multicodec Codecs+Equatable.swift
[102/161] Emitting module Multibase
[103/161] Compiling Multibase Multibase.swift
[105/162] Compiling CryptoSwift CompactMap.swift
[106/162] Compiling CryptoSwift Cryptor.swift
[107/162] Compiling CryptoSwift Cryptors.swift
[108/162] Compiling CryptoSwift Digest.swift
[109/162] Compiling CryptoSwift DigestType.swift
[110/162] Compiling CryptoSwift AES+Foundation.swift
[111/162] Compiling CryptoSwift Array+Foundation.swift
[112/162] Compiling CryptoSwift Blowfish+Foundation.swift
[113/162] Compiling CryptoSwift ChaCha20+Foundation.swift
[114/162] Compiling CryptoSwift Data+Extension.swift
[115/162] Compiling CryptoSwift HMAC+Foundation.swift
[116/162] Compiling CryptoSwift Rabbit+Foundation.swift
[117/162] Compiling CryptoSwift String+FoundationExtension.swift
[118/162] Compiling CryptoSwift Utils+Foundation.swift
[119/162] Compiling CryptoSwift IntegerConversion.swift
[120/162] Compiling CryptoSwift Multiplication.swift
[121/162] Compiling CryptoSwift PrimeTest.swift
[122/162] Compiling CryptoSwift Random.swift
[123/162] Compiling CryptoSwift Shifts.swift
[124/162] Compiling CryptoSwift SquareRoot.swift
[125/162] Compiling CryptoSwift Strideable.swift
[126/162] Compiling CryptoSwift StringConversion.swift
[127/162] Compiling CryptoSwift Subtraction.swift
[128/162] Compiling CryptoSwift WordsAndBits.swift
[129/162] Compiling CryptoSwift ChaCha20.swift
[130/162] Compiling CryptoSwift Checksum.swift
[131/162] Compiling CryptoSwift Cipher.swift
[132/162] Compiling CryptoSwift Collection+Extension.swift
[133/162] Compiling CryptoSwift PKCS5.swift
[134/162] Compiling CryptoSwift PKCS7.swift
[135/162] Compiling CryptoSwift PKCS7Padding.swift
[136/162] Compiling CryptoSwift Padding.swift
[137/162] Compiling CryptoSwift Poly1305.swift
[138/162] Compiling CryptoSwift RSA+Cipher.swift
[139/162] Compiling CryptoSwift RSA+Signature.swift
[140/162] Compiling CryptoSwift RSA.swift
[141/162] Compiling CryptoSwift Rabbit.swift
[142/162] Compiling CryptoSwift SHA1.swift
[143/162] Compiling CryptoSwift SHA2.swift
[144/162] Compiling CryptoSwift SHA3.swift
[145/162] Compiling CryptoSwift Scrypt.swift
[146/162] Compiling CryptoSwift SecureBytes.swift
[147/162] Compiling CryptoSwift XChaCha20+Foundation.swift
[148/162] Compiling CryptoSwift Generics.swift
[149/162] Compiling CryptoSwift HKDF.swift
[150/162] Compiling CryptoSwift HMAC.swift
[151/162] Compiling CryptoSwift ISO10126Padding.swift
[152/162] Compiling CryptoSwift ISO78164Padding.swift
[153/162] Compiling CryptoSwift Int+Extension.swift
[154/162] Compiling CryptoSwift MD5.swift
[155/162] Compiling CryptoSwift NoPadding.swift
[156/162] Compiling CryptoSwift Operators.swift
[157/162] Compiling CryptoSwift DER.swift
[158/162] Compiling CryptoSwift PBKDF1.swift
[159/162] Compiling CryptoSwift PBKDF2.swift
[160/162] Compiling CryptoSwift PKCS1v15.swift
[162/163] Compiling Multicodec Codecs.swift
[163/163] Emitting module Multicodec
[165/166] Compiling Multihash Multihash.swift
[166/166] Emitting module Multihash
[168/169] Emitting module CID
[169/169] Compiling CID CID.swift
Build complete! (32.84s)
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"
      ],
      "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.5"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.