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 Catena, reference master (0b3952), with Swift 6.1 for Android on 27 May 2025 08:49:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pixelspark/catena.git
Reference: master
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/pixelspark/catena
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0b3952e Fix build and upgrade to Swift 4.1.2
Cloned https://github.com/pixelspark/catena.git
Revision (git rev-parse @):
0b3952ebba5c0a37e775f6c1f690f40999e9d8d8
SUCCESS checkout https://github.com/pixelspark/catena.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pixelspark/catena.git
https://github.com/pixelspark/catena.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sqlite",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pixelspark/sqlite.git"
    },
    {
      "identity" : "postgres-wire-server",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pixelspark/postgres-wire-server.git"
    },
    {
      "identity" : "kitura",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Kitura.git"
    },
    {
      "identity" : "commandline",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0-pre1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jatoben/CommandLine.git"
    },
    {
      "identity" : "swift-parser-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pixelspark/swift-parser-generator.git"
    },
    {
      "identity" : "heliumlogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/HeliumLogger.git"
    },
    {
      "identity" : "ed25519",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vzsg/ed25519.git"
    },
    {
      "identity" : "base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pixelspark/base58.git"
    },
    {
      "identity" : "netservice",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/NetService.git"
    },
    {
      "identity" : "kitura-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Kitura-WebSocket"
    }
  ],
  "manifest_display_name" : "Catena",
  "name" : "Catena",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CatenaCore",
      "targets" : [
        "CatenaCore"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "CatenaSQL",
      "targets" : [
        "CatenaSQL"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "Catena",
      "targets" : [
        "Catena"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CatenaTests",
      "module_type" : "SwiftTarget",
      "name" : "CatenaTests",
      "path" : "Tests/CatenaTests",
      "sources" : [
        "CatenaTests.swift"
      ],
      "target_dependencies" : [
        "CatenaCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CatenaSQLTests",
      "module_type" : "SwiftTarget",
      "name" : "CatenaSQLTests",
      "path" : "Tests/CatenaSQLTests",
      "sources" : [
        "CatenaSQLTests.swift"
      ],
      "target_dependencies" : [
        "CatenaSQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CatenaSQL",
      "module_type" : "SwiftTarget",
      "name" : "CatenaSQL",
      "path" : "Sources/CatenaSQL",
      "product_dependencies" : [
        "SwiftParser",
        "PostgresWireServer"
      ],
      "product_memberships" : [
        "CatenaSQL",
        "Catena"
      ],
      "sources" : [
        "SQLAgent.swift",
        "SQLBlock.swift",
        "SQLBlockchain.swift",
        "SQLDatabase.swift",
        "SQLGrants.swift",
        "SQLParser.swift",
        "SQLQueryServer.swift",
        "SQLTransaction.swift",
        "SQLiteDatabase.swift"
      ],
      "target_dependencies" : [
        "CatenaCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CatenaCore",
      "module_type" : "SwiftTarget",
      "name" : "CatenaCore",
      "path" : "Sources/CatenaCore",
      "product_dependencies" : [
        "SQLite",
        "Ed25519",
        "Base58",
        "HeliumLogger",
        "Kitura",
        "Kitura-WebSocket",
        "NetService"
      ],
      "product_memberships" : [
        "CatenaCore",
        "CatenaSQL",
        "Catena"
      ],
      "sources" : [
        "Authentication.swift",
        "Blockchain.swift",
        "Collections.swift",
        "Gossip.swift",
        "Miner.swift",
        "Node.swift",
        "Platform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Catena",
      "module_type" : "SwiftTarget",
      "name" : "Catena",
      "path" : "Sources/Catena",
      "product_dependencies" : [
        "CommandLine"
      ],
      "product_memberships" : [
        "Catena"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CatenaCore",
        "CatenaSQL"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket
Fetching https://github.com/vzsg/ed25519.git
Fetching https://github.com/pixelspark/swift-parser-generator.git
Fetching https://github.com/pixelspark/base58.git
Fetching https://github.com/IBM-Swift/HeliumLogger.git
[1/868] Fetching netservice
[869/917] Fetching netservice, base58
[918/1096] Fetching netservice, base58, ed25519
[919/1429] Fetching netservice, base58, ed25519, swift-parser-generator
[1430/2696] Fetching netservice, base58, ed25519, swift-parser-generator, heliumlogger
[1747/4532] Fetching netservice, base58, ed25519, swift-parser-generator, heliumlogger, kitura-websocket
Fetched https://github.com/Bouke/NetService.git from cache (1.77s)
Fetching https://github.com/jatoben/CommandLine.git
Fetched https://github.com/vzsg/ed25519.git from cache (1.83s)
Fetched https://github.com/pixelspark/swift-parser-generator.git from cache (1.83s)
Fetched https://github.com/pixelspark/base58.git from cache (1.83s)
Fetching https://github.com/pixelspark/sqlite.git
Fetching https://github.com/pixelspark/postgres-wire-server.git
Fetching https://github.com/IBM-Swift/Kitura.git
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (1.83s)
Fetched https://github.com/IBM-Swift/Kitura-WebSocket from cache (1.84s)
[1/1176] Fetching commandline
Fetched https://github.com/jatoben/CommandLine.git from cache (0.35s)
[1/21] Fetching sqlite
[19/43] Fetching sqlite, postgres-wire-server
[41/16952] Fetching sqlite, postgres-wire-server, kitura
Fetched https://github.com/pixelspark/postgres-wire-server.git from cache (1.80s)
Fetched https://github.com/pixelspark/sqlite.git from cache (1.81s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.83s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/IBM-Swift/HeliumLogger.git
Updating https://github.com/vzsg/ed25519.git
Updating https://github.com/pixelspark/swift-parser-generator.git
Updating https://github.com/pixelspark/base58.git
Updated https://github.com/IBM-Swift/HeliumLogger.git (0.21s)
Updating https://github.com/IBM-Swift/Kitura-WebSocket
Updating https://github.com/Bouke/NetService.git
Updated https://github.com/pixelspark/base58.git (0.21s)
Updated https://github.com/pixelspark/swift-parser-generator.git (0.22s)
Updated https://github.com/vzsg/ed25519.git (0.22s)
Updating https://github.com/pixelspark/postgres-wire-server.git
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/Bouke/NetService.git (0.16s)
Updating https://github.com/jatoben/CommandLine.git
Updated https://github.com/IBM-Swift/Kitura-WebSocket (0.21s)
Updated https://github.com/pixelspark/postgres-wire-server.git (0.26s)
Updated https://github.com/IBM-Swift/Kitura.git (0.26s)
Updating https://github.com/pixelspark/sqlite.git
Updated https://github.com/jatoben/CommandLine.git (0.16s)
Updated https://github.com/pixelspark/sqlite.git (0.16s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
BUILD FAILURE 6.1 android