The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Squirrel, reference master (80ab4f), with Swift 6.1 for Android on 27 May 2025 08:27:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/swift-squirrel/squirrel.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/swift-squirrel/squirrel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 80ab4f7 add body decodable
Cloned https://github.com/swift-squirrel/squirrel.git
Revision (git rev-parse @):
80ab4f71ec459829fd99e76ae9eca1099abeda58
SUCCESS checkout https://github.com/swift-squirrel/squirrel.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-squirrel/squirrel.git
https://github.com/swift-squirrel/squirrel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.61",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueSocket"
    },
    {
      "identity" : "crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/crypto.git"
    },
    {
      "identity" : "test",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tris-foundation/test.git"
    },
    {
      "identity" : "squirreljson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swift-Squirrel/SquirrelJSON.git"
    },
    {
      "identity" : "squirrel-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swift-Squirrel/Squirrel-Core.git"
    }
  ],
  "manifest_display_name" : "Squirrel",
  "name" : "Squirrel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Squirrel",
      "targets" : [
        "Squirrel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SquirrelTests",
      "module_type" : "SwiftTarget",
      "name" : "SquirrelTests",
      "path" : "Tests/SquirrelTests",
      "product_dependencies" : [
        "Test"
      ],
      "sources" : [
        "RequestTests.swift",
        "ResponseTests.swift",
        "RouteThreeTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "Squirrel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SquirrelConfig",
      "module_type" : "SwiftTarget",
      "name" : "SquirrelConfig",
      "path" : "Sources/SquirrelConfig",
      "product_dependencies" : [
        "PathKit",
        "SwiftyBeaver",
        "Yams"
      ],
      "product_memberships" : [
        "Squirrel"
      ],
      "sources" : [
        "Config.swift",
        "ConfigError.swift",
        "DBCredentials.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Squirrel",
      "module_type" : "SwiftTarget",
      "name" : "Squirrel",
      "path" : "Sources/Squirrel",
      "product_dependencies" : [
        "SquirrelJSON",
        "Crypto",
        "Socket",
        "SquirrelCore"
      ],
      "product_memberships" : [
        "Squirrel"
      ],
      "sources" : [
        "DefaultErrorHandlers.swift",
        "DynamicRouteNode.swift",
        "ErrorHandler.swift",
        "Errors.swift",
        "HTTPHeader.swift",
        "HTTPHeaderElement.swift",
        "HTTPHeaderKey.swift",
        "HTTPStatus.swift",
        "Log.swift",
        "Middleware.swift",
        "Multipart.swift",
        "Path+normalized.swift",
        "Request.swift",
        "Response+inits.swift",
        "Response.swift",
        "ResponseManager.swift",
        "RouteGroup.swift",
        "RouteNode.swift",
        "RouteTree.swift",
        "Router+routing.swift",
        "Router.swift",
        "Server+RunStatus.swift",
        "Server.swift",
        "Session.swift",
        "SessionError.swift",
        "SquirrelErrorProtocol.swift",
        "StreamResponse.swift",
        "TrisFoundationKeyValueDecoder.swift",
        "URL+Params.swift",
        "requestBuffer.swift"
      ],
      "target_dependencies" : [
        "SquirrelConfig"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Swift-Squirrel/Squirrel-Core.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/IBM-Swift/BlueSocket
Fetching https://github.com/tris-foundation/test.git
Fetching https://github.com/Swift-Squirrel/SquirrelJSON.git
Fetching https://github.com/jpsim/Yams.git
[1/90] Fetching squirreljson
[91/3032] Fetching squirreljson, bluesocket
[474/3108] Fetching squirreljson, bluesocket, squirrel-core
[742/5894] Fetching squirreljson, bluesocket, squirrel-core, crypto
Fetched https://github.com/Swift-Squirrel/SquirrelJSON.git from cache (0.29s)
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
[880/5804] Fetching bluesocket, squirrel-core, crypto
[5732/16451] Fetching bluesocket, squirrel-core, crypto, yams
Fetched https://github.com/vapor/crypto.git from cache (0.38s)
Fetching https://github.com/kylef/PathKit.git
[3052/13665] Fetching bluesocket, squirrel-core, yams
Fetched https://github.com/Swift-Squirrel/Squirrel-Core.git from cache (0.48s)
Fetched https://github.com/IBM-Swift/BlueSocket from cache (0.48s)
[1278/10647] Fetching yams
[5644/14704] Fetching yams, swiftybeaver
[6294/16115] Fetching yams, swiftybeaver, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.28s)
[9315/14704] Fetching yams, swiftybeaver
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.71s)
Fetched https://github.com/jpsim/Yams.git from cache (2.07s)
Fetching https://github.com/tris-foundation/test.git
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/tris-foundation/test.git
Updating https://github.com/IBM-Swift/BlueSocket
Updating https://github.com/Swift-Squirrel/SquirrelJSON.git
Updating https://github.com/Swift-Squirrel/Squirrel-Core.git
Updating https://github.com/vapor/crypto.git
Updating https://github.com/jpsim/Yams.git
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updated https://github.com/Swift-Squirrel/SquirrelJSON.git (0.21s)
Updated https://github.com/Swift-Squirrel/Squirrel-Core.git (0.21s)
Updating https://github.com/kylef/PathKit.git
Updating https://github.com/SwiftyBeaver/SwiftyBeaver.git
Updated https://github.com/IBM-Swift/BlueSocket (0.25s)
Fetching https://github.com/tris-foundation/test.git
Updated https://github.com/vapor/crypto.git (0.21s)
Updated https://github.com/jpsim/Yams.git (0.21s)
Updated https://github.com/SwiftyBeaver/SwiftyBeaver.git (0.20s)
Updated https://github.com/kylef/PathKit.git (0.20s)
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/tris-foundation/test.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/test-d913d0ca'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 android