The Swift Package Index logo.Swift Package Index

Build Information

Failed to build pulsar-client-swift, reference v0.1.0 (6107ec), with Swift 6.1 for Linux on 7 Dec 2025 11:12:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flexlixrup/pulsar-client-swift.git
Reference: v0.1.0
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/flexlixrup/pulsar-client-swift
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 6107ec0 docs: documentation enhancements
Cloned https://github.com/flexlixrup/pulsar-client-swift.git
Revision (git rev-parse @):
6107ec045260e4b5c0bcb26c8a40d3e84779aa3a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/flexlixrup/pulsar-client-swift.git at v0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flexlixrup/pulsar-client-swift.git
https://github.com/flexlixrup/pulsar-client-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "avro-swift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flexlixrup/avro-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "pulsar-client-swift",
  "name" : "pulsar-client-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Pulsar",
      "targets" : [
        "Pulsar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PulsarExample",
      "targets" : [
        "PulsarExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PulsarTests",
      "module_type" : "SwiftTarget",
      "name" : "PulsarTests",
      "path" : "Tests/PulsarTests",
      "product_dependencies" : [
        "Avro"
      ],
      "sources" : [
        "Integration/AuthenticationIntegrationTests.swift",
        "Integration/SchemaIntegrationTests.swift",
        "Unit/ConversionTests.swift",
        "Unit/SchemaUnitTests.swift"
      ],
      "target_dependencies" : [
        "Pulsar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PulsarExample",
      "module_type" : "SwiftTarget",
      "name" : "PulsarExample",
      "path" : "Sources/PulsarExample",
      "product_memberships" : [
        "PulsarExample"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "Pulsar"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Pulsar",
      "module_type" : "SwiftTarget",
      "name" : "Pulsar",
      "path" : "Sources/Pulsar",
      "product_dependencies" : [
        "Metrics",
        "Logging",
        "Avro"
      ],
      "product_memberships" : [
        "Pulsar",
        "PulsarExample"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Pulsar/Resources/LICENSES",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Authentication/Authentication.swift",
        "Authentication/AuthenticationMethod.swift",
        "Authentication/AuthenticationPointer.swift",
        "Authentication/TokenAuthentication.swift",
        "Client.swift",
        "ClientConfiguration.swift",
        "Consumer.swift",
        "ConsumerConfiguration.swift",
        "ContinuationBox.swift",
        "Helpers.swift",
        "Listener.swift",
        "Logger.swift",
        "Message.swift",
        "MessageBuilder.swift",
        "Producer.swift",
        "ProducerConfiguration.swift",
        "PulsarError.swift",
        "Result.swift",
        "Schemas/AvroProtocol+PulsarSchema.swift",
        "Schemas/PulsarSchema.swift",
        "Schemas/SchemaInfo.swift",
        "Schemas/StdLib+PulsarSchema.swift"
      ],
      "target_dependencies" : [
        "CxxPulsar",
        "Bridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CxxPulsar",
      "module_type" : "BinaryTarget",
      "name" : "CxxPulsar",
      "path" : "remote/archive/libpulsar.artifactbundle.zip",
      "product_memberships" : [
        "Pulsar",
        "PulsarExample"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Bridge",
      "module_type" : "ClangTarget",
      "name" : "Bridge",
      "path" : "Sources/Bridge",
      "product_memberships" : [
        "Pulsar",
        "PulsarExample"
      ],
      "sources" : [
        "lib/ClientConfigurationShims.cpp",
        "lib/ConsumerConfigurationShims.cpp",
        "lib/ConsumerShim.cpp",
        "lib/ListenerShim.cpp",
        "lib/LoggerShim.cpp",
        "lib/MessageBuilderShims.cpp",
        "lib/MessageShim.cpp",
        "lib/ProducerConfigurationShims.cpp",
        "lib/ProducerShim.cpp"
      ],
      "target_dependencies" : [
        "CxxPulsar"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux