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-multicodec, reference main (8b22b5), with Swift 6.1 for Android on 1 Nov 2025 23:10:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multicodec.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-multicodec
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8b22b59 Sendable (#8)
Cloned https://github.com/swift-libp2p/swift-multicodec.git
Revision (git rev-parse @):
8b22b5941f934a51945d50793b104114a92a493c
SUCCESS checkout https://github.com/swift-libp2p/swift-multicodec.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-libp2p/swift-multicodec.git
https://github.com/swift-libp2p/swift-multicodec.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-varint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-varint.git"
    }
  ],
  "manifest_display_name" : "swift-multicodec",
  "name" : "swift-multicodec",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Multicodec",
      "targets" : [
        "Multicodec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "update-codecs",
      "targets" : [
        "Updater"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Updater",
      "module_type" : "SwiftTarget",
      "name" : "Updater",
      "path" : "Sources/Updater",
      "product_memberships" : [
        "update-codecs"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MulticodecTests",
      "module_type" : "SwiftTarget",
      "name" : "MulticodecTests",
      "path" : "Tests/MulticodecTests",
      "sources" : [
        "MulticodecTests.swift"
      ],
      "target_dependencies" : [
        "Multicodec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Multicodec",
      "module_type" : "SwiftTarget",
      "name" : "Multicodec",
      "path" : "Sources/Multicodec",
      "product_dependencies" : [
        "VarInt"
      ],
      "product_memberships" : [
        "Multicodec"
      ],
      "sources" : [
        "Codecs+Equatable.swift",
        "Codecs.swift",
        "Multicodec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-libp2p/swift-varint.git
[1/123] Fetching swift-varint
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (0.37s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.2.0 (1.78s)
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.2.0
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/12] Emitting module VarInt
[6/12] Compiling VarInt BinaryEncoder.swift
[7/12] Compiling VarInt VarInt.swift
[8/13] Emitting module Updater
[9/13] Compiling Updater main.swift
[11/14] Wrapping AST for Updater for debugging
[12/14] Write Objects.LinkFileList
[14/18] Compiling Multicodec Multicodec.swift
[14/18] Linking update-codecs
[16/18] Emitting module Multicodec
[17/18] Compiling Multicodec Codecs+Equatable.swift
[18/18] Compiling Multicodec Codecs.swift
Build complete! (26.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-varint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-varint.git"
    }
  ],
  "manifest_display_name" : "swift-multicodec",
  "name" : "swift-multicodec",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Multicodec",
      "targets" : [
        "Multicodec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "update-codecs",
      "targets" : [
        "Updater"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Updater",
      "module_type" : "SwiftTarget",
      "name" : "Updater",
      "path" : "Sources/Updater",
      "product_memberships" : [
        "update-codecs"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MulticodecTests",
      "module_type" : "SwiftTarget",
      "name" : "MulticodecTests",
      "path" : "Tests/MulticodecTests",
      "sources" : [
        "MulticodecTests.swift"
      ],
      "target_dependencies" : [
        "Multicodec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Multicodec",
      "module_type" : "SwiftTarget",
      "name" : "Multicodec",
      "path" : "Sources/Multicodec",
      "product_dependencies" : [
        "VarInt"
      ],
      "product_memberships" : [
        "Multicodec"
      ],
      "sources" : [
        "Codecs+Equatable.swift",
        "Codecs.swift",
        "Multicodec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.