The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FluentTestApp, reference 0.1.3 (438736), with Swift 6.1 for Android on 27 May 2025 18:30:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Appsaurus/FluentTestApp.git
Reference: 0.1.3
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/Appsaurus/FluentTestApp
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 438736a Bumping deployment target
Cloned https://github.com/Appsaurus/FluentTestApp.git
Revision (git rev-parse @):
438736a66cf02944d47439beb6a7ec2c4f50bfc9
SUCCESS checkout https://github.com/Appsaurus/FluentTestApp.git at 0.1.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Appsaurus/FluentTestApp.git
https://github.com/Appsaurus/FluentTestApp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite.git"
    },
    {
      "identity" : "fluenttestmodels",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/FluentTestModels"
    },
    {
      "identity" : "fluenttestutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/FluentTestUtils"
    },
    {
      "identity" : "fluentseeder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/FluentSeeder"
    }
  ],
  "manifest_display_name" : "FluentTestApp",
  "name" : "FluentTestApp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "FluentTestApp",
      "targets" : [
        "FluentTestApp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentTestAppTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentTestAppTests",
      "path" : "Tests/FluentTestAppTests",
      "sources" : [
        "FluentAppTestCaseTests.swift"
      ],
      "target_dependencies" : [
        "FluentTestApp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentTestApp",
      "module_type" : "SwiftTarget",
      "name" : "FluentTestApp",
      "path" : "Sources/FluentTestApp",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentSQLite",
        "FluentTestModels",
        "FluentTestUtils",
        "FluentSeeder"
      ],
      "product_memberships" : [
        "FluentTestApp"
      ],
      "sources" : [
        "FluentAppTestCase.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite.git
Fetching https://github.com/Appsaurus/FluentTestModels
Fetching https://github.com/Appsaurus/FluentTestUtils
Fetching https://github.com/Appsaurus/FluentSeeder
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/60] Fetching fluenttestutils
[61/184] Fetching fluenttestutils, fluenttestmodels
[185/1531] Fetching fluenttestutils, fluenttestmodels, fluent-sqlite
[1532/14952] Fetching fluenttestutils, fluenttestmodels, fluent-sqlite, fluent
[6767/89330] Fetching fluenttestutils, fluenttestmodels, fluent-sqlite, fluent, vapor
[14099/89676] Fetching fluenttestutils, fluenttestmodels, fluent-sqlite, fluent, vapor, fluentseeder
Fetched https://github.com/Appsaurus/FluentTestUtils from cache (0.71s)
Fetched https://github.com/Appsaurus/FluentTestModels from cache (0.71s)
Fetched https://github.com/vapor/fluent.git from cache (0.72s)
[16569/76071] Fetching fluent-sqlite, vapor, fluentseeder
Fetched https://github.com/vapor/fluent-sqlite.git from cache (3.01s)
Fetched https://github.com/Appsaurus/FluentSeeder from cache (3.01s)
Fetched https://github.com/vapor/vapor.git from cache (3.05s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (5.34s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/sqlite.git
Fetching https://github.com/vapor/core.git
[1/919] Fetching service
[920/21062] Fetching service, core
[1525/23174] Fetching service, core, sqlite
Fetched https://github.com/vapor/service.git from cache (0.70s)
Fetched https://github.com/vapor/sqlite.git from cache (0.77s)
Fetched https://github.com/vapor/core.git from cache (0.78s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (2.00s)
Computing version for https://github.com/Appsaurus/FluentTestModels
Computed https://github.com/Appsaurus/FluentTestModels at 0.1.3 (1.00s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.3.0 (0.52s)
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/sql.git
[1/1181] Fetching database-kit
[1182/7164] Fetching database-kit, sql
Fetched https://github.com/vapor/database-kit.git from cache (0.38s)
Fetched https://github.com/vapor/sql.git from cache (0.38s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.85s)
Computing version for https://github.com/Appsaurus/FluentSeeder
Computed https://github.com/Appsaurus/FluentSeeder at 0.1.5 (0.51s)
Fetching https://github.com/Appsaurus/RandomFactory
Fetching https://github.com/Appsaurus/FluentExtensions
[1/308] Fetching randomfactory
[309/6315] Fetching randomfactory, fluentextensions
Fetched https://github.com/Appsaurus/RandomFactory from cache (4.12s)
Fetched https://github.com/Appsaurus/FluentExtensions from cache (4.22s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (5.43s)
Fetching https://github.com/vadymmarkov/Fakery
Fetching https://github.com/Appsaurus/PlaceholderImages
Fetching https://github.com/Appsaurus/Avatars
Fetching https://github.com/Appsaurus/CodableExtensions
[1/3293] Fetching fakery
[2/3602] Fetching fakery, codableextensions
[3340/3765] Fetching fakery, codableextensions, avatars
[3766/3938] Fetching fakery, codableextensions, avatars, placeholderimages
Fetched https://github.com/Appsaurus/CodableExtensions from cache (0.36s)
Fetched https://github.com/Appsaurus/Avatars from cache (0.37s)
Fetched https://github.com/Appsaurus/PlaceholderImages from cache (0.37s)
Fetched https://github.com/vadymmarkov/Fakery from cache (0.37s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (0.87s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (0.49s)
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.20s)
Computing version for https://github.com/Appsaurus/Avatars
Computed https://github.com/Appsaurus/Avatars at 1.0.1 (0.69s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.48s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.50s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.48s)
Fetching https://github.com/Appsaurus/VaporTestUtils
[1/176] Fetching vaportestutils
Fetched https://github.com/Appsaurus/VaporTestUtils from cache (0.25s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (1.88s)
Fetching https://github.com/vapor/console.git
[1/5577] Fetching console
Fetched https://github.com/vapor/console.git from cache (1.00s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.83s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (0.51s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (0.55s)
Fetching https://github.com/yonaskolb/Codability.git
Fetching https://github.com/Appsaurus/RuntimeExtensions
[1/126] Fetching codability
[127/423] Fetching codability, runtimeextensions
Fetched https://github.com/yonaskolb/Codability.git from cache (0.25s)
Fetched https://github.com/Appsaurus/RuntimeExtensions from cache (0.25s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (0.79s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.49s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.25s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (1.48s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.GgA2UQ/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.0.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.dOwvop/fluentextensions-manifest"])
/Package.swift:20:15: error: cannot find 'Ç' in scope
18 | 		.package(url: "https://github.com/Appsaurus/FluentTestUtils", .upToNextMajor(from: "0.1.0")),
19 |     ],
20 |     targets: [Ç
   |               `- error: cannot find 'Ç' in scope
21 |         .target(
22 |             name: "FluentExtensions", in https://github.com/Appsaurus/FluentExtensions
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/vapor/fluent.git
Updating https://github.com/Appsaurus/FluentTestModels
Updating https://github.com/vapor/fluent-sqlite.git
Updating https://github.com/Appsaurus/FluentTestUtils
Updating https://github.com/vapor/vapor.git
Updated https://github.com/Appsaurus/FluentTestUtils (0.20s)
Updated https://github.com/Appsaurus/FluentTestModels (0.21s)
Updated https://github.com/vapor/fluent.git (0.21s)
Updating https://github.com/Appsaurus/FluentSeeder
Updated https://github.com/vapor/fluent-sqlite.git (0.24s)
Updated https://github.com/vapor/vapor.git (0.32s)
Updated https://github.com/Appsaurus/FluentSeeder (0.15s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (3.46s)
Updating https://github.com/vapor/core.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/sqlite.git
Updated https://github.com/vapor/core.git (0.17s)
Updated https://github.com/vapor/sqlite.git (0.18s)
Updated https://github.com/vapor/service.git (0.18s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.77s)
Computing version for https://github.com/Appsaurus/FluentTestModels
Computed https://github.com/Appsaurus/FluentTestModels at 0.1.3 (0.54s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.3.0 (0.50s)
Updating https://github.com/vapor/sql.git
Updating https://github.com/vapor/database-kit.git
Updated https://github.com/vapor/database-kit.git (0.16s)
Updated https://github.com/vapor/sql.git (0.22s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.79s)
Computing version for https://github.com/Appsaurus/FluentSeeder
Computed https://github.com/Appsaurus/FluentSeeder at 0.1.5 (0.49s)
Updating https://github.com/Appsaurus/FluentExtensions
Updating https://github.com/Appsaurus/RandomFactory
Updated https://github.com/Appsaurus/FluentExtensions (0.19s)
Updated https://github.com/Appsaurus/RandomFactory (0.19s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (0.72s)
Updating https://github.com/Appsaurus/CodableExtensions
Updating https://github.com/Appsaurus/PlaceholderImages
Updating https://github.com/Appsaurus/Avatars
Updating https://github.com/vadymmarkov/Fakery
Updated https://github.com/Appsaurus/CodableExtensions (0.16s)
Updated https://github.com/vadymmarkov/Fakery (0.22s)
Updated https://github.com/Appsaurus/Avatars (0.38s)
Updated https://github.com/Appsaurus/PlaceholderImages (0.39s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (1.28s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (2.21s)
Updating https://github.com/Appsaurus/SwiftTestUtils
Updated https://github.com/Appsaurus/SwiftTestUtils (0.22s)
Computing version for https://github.com/Appsaurus/Avatars
Computed https://github.com/Appsaurus/Avatars at 1.0.1 (1.65s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.82s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.74s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.63s)
Updating https://github.com/Appsaurus/VaporTestUtils
Updated https://github.com/Appsaurus/VaporTestUtils (0.17s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (0.99s)
Updating https://github.com/vapor/console.git
Updated https://github.com/vapor/console.git (0.20s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.96s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (0.78s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (0.57s)
Updating https://github.com/Appsaurus/RuntimeExtensions
Updating https://github.com/yonaskolb/Codability.git
Updated https://github.com/Appsaurus/RuntimeExtensions (0.16s)
Updated https://github.com/yonaskolb/Codability.git (0.16s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (0.67s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.51s)
Updating https://github.com/wickwirew/Runtime
Updated https://github.com/wickwirew/Runtime (0.18s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.78s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.AS3rOp/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.0.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.NPgl48/fluentextensions-manifest"])
/Package.swift:20:15: error: cannot find 'Ç' in scope
18 | 		.package(url: "https://github.com/Appsaurus/FluentTestUtils", .upToNextMajor(from: "0.1.0")),
19 |     ],
20 |     targets: [Ç
   |               `- error: cannot find 'Ç' in scope
21 |         .target(
22 |             name: "FluentExtensions", in https://github.com/Appsaurus/FluentExtensions
BUILD FAILURE 6.1 android