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

Failed to build swift-cactus, reference 1.2.0 (4fea01), with Swift 6.1 for Linux on 28 Nov 2025 23:07:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/mhayes853/swift-cactus.git
Reference: 1.2.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/mhayes853/swift-cactus
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 4fea01f Merge pull request #46 from mhayes853/v1.2
Cloned https://github.com/mhayes853/swift-cactus.git
Revision (git rev-parse @):
4fea01f886ee52389d49a2203ba7866f70e5d2c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mhayes853/swift-cactus.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mhayes853/swift-cactus.git
https://github.com/mhayes853/swift-cactus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/Zip"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-operation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mhayes853/swift-operation"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "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" : "swift-cactus",
  "name" : "swift-cactus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Cactus",
      "targets" : [
        "Cactus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CXXCactusShims",
      "targets" : [
        "CXXCactusShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "cactus_util",
      "module_type" : "BinaryTarget",
      "name" : "cactus_util",
      "path" : "bin/cactus_util.xcframework",
      "product_memberships" : [
        "Cactus"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CactusTests",
      "module_type" : "SwiftTarget",
      "name" : "CactusTests",
      "path" : "Tests/CactusTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "CustomDump",
        "Operation",
        "IssueReportingTestSupport"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/joe.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/test.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/test.zip",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CactusModelDirectoryTests.swift",
        "IsRunningFromXcode.swift",
        "JSONSchemaTests/JSONSchema+ValidationTests.swift",
        "JSONSchemaTests/JSONSchemaTests.swift",
        "LanguageModelTests/CactusLanguageModel+ConfigurationFileTests.swift",
        "LanguageModelTests/CactusLanguageModel+DownloadingTests.swift",
        "LanguageModelTests/CactusLanguageModel+MetadataTests.swift",
        "LanguageModelTests/CactusLanguageModel+PropertiesTests.swift",
        "LanguageModelTests/CactusLanguageModelTests.swift",
        "TelemetryTests/CactusTelemetry+BatcherTests.swift",
        "TelemetryTests/CactusTelemetry+ProjectIDTests.swift",
        "TelemetryTests/CactusTelemetryTests.swift",
        "TelemetryTests/TelemetryToken.swift",
        "TemporaryModelDirectory.swift",
        "TestModelOperations.swift"
      ],
      "target_dependencies" : [
        "Cactus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cactus",
      "module_type" : "SwiftTarget",
      "name" : "Cactus",
      "path" : "Sources/Cactus",
      "product_dependencies" : [
        "Logging",
        "Zip",
        "IssueReporting",
        "Crypto"
      ],
      "product_memberships" : [
        "Cactus"
      ],
      "sources" : [
        "CactusModelsDirectory.swift",
        "CactusSubscription.swift",
        "Internal/ApplicationSupportDirectory.swift",
        "Internal/CactusSupabaseClient.swift",
        "Internal/ChainSequence.swift",
        "Internal/Lock.swift",
        "Internal/RegularExpression.swift",
        "Internal/Sequence+IsUnique.swift",
        "Internal/URL+NativePath.swift",
        "Internal/UUID+V5.swift",
        "JSONSchema/JSONSchema+Validation.swift",
        "JSONSchema/JSONSchema+Value.swift",
        "JSONSchema/JSONSchema+ValueSchema.swift",
        "JSONSchema/JSONSchema+ValueType.swift",
        "JSONSchema/JSONSchema.swift",
        "LanguageModel/CactusLanguageModel+ChatMessage.swift",
        "LanguageModel/CactusLanguageModel+ConfigurationFile.swift",
        "LanguageModel/CactusLanguageModel+Downloading.swift",
        "LanguageModel/CactusLanguageModel+Functions.swift",
        "LanguageModel/CactusLanguageModel+Metadata.swift",
        "LanguageModel/CactusLanguageModel+Properties.swift",
        "LanguageModel/CactusLanguageModel.swift",
        "SwiftCactusVersion.swift",
        "Telemetry/CactusTelemetry+Batcher.swift",
        "Telemetry/CactusTelemetry+Client.swift",
        "Telemetry/CactusTelemetry+DefaultClient.swift",
        "Telemetry/CactusTelemetry+DeviceMetadata.swift",
        "Telemetry/CactusTelemetry+Event.swift",
        "Telemetry/CactusTelemetry+ProjectID.swift",
        "Telemetry/CactusTelemetry.swift"
      ],
      "target_dependencies" : [
        "CXXCactusShims",
        "cactus_util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXXCactusShims",
      "module_type" : "SwiftTarget",
      "name" : "CXXCactusShims",
      "path" : "Sources/CXXCactusShims",
      "product_memberships" : [
        "Cactus",
        "CXXCactusShims"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CXXCactus",
        "CXXCactusDarwin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXXCactusDarwin",
      "module_type" : "BinaryTarget",
      "name" : "CXXCactusDarwin",
      "path" : "bin/CXXCactusDarwin.xcframework",
      "product_memberships" : [
        "Cactus",
        "CXXCactusShims"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CXXCactus",
      "module_type" : "BinaryTarget",
      "name" : "CXXCactus",
      "path" : "bin/CXXCactus.artifactbundle",
      "product_memberships" : [
        "Cactus",
        "CXXCactusShims"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-4609320-0":/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