The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Appsaurus/FluentTestModels
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-sqlite.git
Fetching https://github.com/Appsaurus/FluentTestUtils
Fetching https://github.com/vapor/vapor.git
[1/60] Fetching fluenttestutils
[61/13481] Fetching fluenttestutils, fluent
[1404/13605] Fetching fluenttestutils, fluent, fluenttestmodels
[1675/14952] Fetching fluenttestutils, fluent, fluenttestmodels, fluent-sqlite
Fetched https://github.com/vapor/fluent-sqlite.git from cache (0.35s)
[5432/13605] Fetching fluenttestutils, fluent, fluenttestmodels
[13485/87983] Fetching fluenttestutils, fluent, fluenttestmodels, vapor
Fetching https://github.com/Appsaurus/FluentSeeder
[41005/88329] Fetching fluenttestutils, fluent, fluenttestmodels, vapor, fluentseeder
Fetched https://github.com/Appsaurus/FluentSeeder from cache (0.61s)
[64062/87983] Fetching fluenttestutils, fluent, fluenttestmodels, vapor
Fetched https://github.com/Appsaurus/FluentTestUtils from cache (2.34s)
Fetched https://github.com/Appsaurus/FluentTestModels from cache (2.34s)
Fetched https://github.com/vapor/fluent.git from cache (2.35s)
Fetched https://github.com/vapor/vapor.git from cache (2.38s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (5.88s)
Fetching https://github.com/vapor/sqlite.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
[185/3031] Fetching service, sqlite
[1322/23174] Fetching service, sqlite, core
Fetched https://github.com/vapor/service.git from cache (0.73s)
[19435/22255] Fetching sqlite, core
Fetched https://github.com/vapor/sqlite.git from cache (0.74s)
[18733/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (2.46s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (3.08s)
Computing version for https://github.com/Appsaurus/FluentTestModels
Computed https://github.com/Appsaurus/FluentTestModels at 0.1.3 (1.03s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.3.0 (0.61s)
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.39s)
Fetched https://github.com/vapor/sql.git from cache (0.39s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (1.06s)
Computing version for https://github.com/Appsaurus/FluentSeeder
Computed https://github.com/Appsaurus/FluentSeeder at 0.1.5 (0.65s)
Fetching https://github.com/Appsaurus/FluentExtensions
Fetching https://github.com/Appsaurus/RandomFactory
[1/308] Fetching randomfactory
Fetched https://github.com/Appsaurus/RandomFactory from cache (0.25s)
[1/6007] Fetching fluentextensions
Fetched https://github.com/Appsaurus/FluentExtensions from cache (4.17s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (4.78s)
Fetching https://github.com/Appsaurus/Avatars
Fetching https://github.com/vadymmarkov/Fakery
Fetching https://github.com/Appsaurus/CodableExtensions
Fetching https://github.com/Appsaurus/PlaceholderImages
[1/163] Fetching avatars
[164/3456] Fetching avatars, fakery
[593/3765] Fetching avatars, fakery, codableextensions
[642/3938] Fetching avatars, fakery, codableextensions, placeholderimages
Fetched https://github.com/Appsaurus/Avatars from cache (0.27s)
[1569/3775] Fetching fakery, codableextensions, placeholderimages
Fetched https://github.com/Appsaurus/PlaceholderImages from cache (0.28s)
Fetched https://github.com/Appsaurus/CodableExtensions from cache (0.28s)
[1943/3293] Fetching fakery
Fetched https://github.com/vadymmarkov/Fakery from cache (0.39s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (1.00s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (0.64s)
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.26s)
Computing version for https://github.com/Appsaurus/Avatars
Computed https://github.com/Appsaurus/Avatars at 1.0.1 (0.89s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.59s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.77s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.88s)
Fetching https://github.com/Appsaurus/VaporTestUtils
[2/176] Fetching vaportestutils
Fetched https://github.com/Appsaurus/VaporTestUtils from cache (0.29s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (0.89s)
Fetching https://github.com/vapor/console.git
[1/5577] Fetching console
Fetched https://github.com/vapor/console.git from cache (0.43s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.01s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (0.85s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (1.03s)
Fetching https://github.com/Appsaurus/RuntimeExtensions
Fetching https://github.com/yonaskolb/Codability.git
[1/126] Fetching codability
Fetched https://github.com/yonaskolb/Codability.git from cache (0.29s)
[1/297] Fetching runtimeextensions
Fetched https://github.com/Appsaurus/RuntimeExtensions from cache (0.37s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (1.48s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.57s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.30s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.87s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.b8hyiJ/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.op9d05/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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/vapor/fluent-sqlite.git
Updating https://github.com/vapor/vapor.git
Updating https://github.com/Appsaurus/FluentTestUtils
Updated https://github.com/Appsaurus/FluentTestUtils (0.21s)
Updating https://github.com/Appsaurus/FluentSeeder
Updating https://github.com/vapor/fluent.git
Updating https://github.com/Appsaurus/FluentTestModels
Updated https://github.com/vapor/fluent-sqlite.git (0.28s)
Updated https://github.com/vapor/vapor.git (0.28s)
Updated https://github.com/Appsaurus/FluentTestModels (0.17s)
Updated https://github.com/vapor/fluent.git (0.21s)
Updated https://github.com/Appsaurus/FluentSeeder (0.22s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (3.04s)
Updating https://github.com/vapor/sqlite.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/core.git
Updated https://github.com/vapor/service.git (0.23s)
Updated https://github.com/vapor/core.git (0.23s)
Updated https://github.com/vapor/sqlite.git (0.23s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.90s)
Computing version for https://github.com/Appsaurus/FluentTestModels
Computed https://github.com/Appsaurus/FluentTestModels at 0.1.3 (0.60s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.3.0 (0.62s)
Updating https://github.com/vapor/sql.git
Updating https://github.com/vapor/database-kit.git
Updated https://github.com/vapor/database-kit.git (0.20s)
Updated https://github.com/vapor/sql.git (0.20s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.83s)
Computing version for https://github.com/Appsaurus/FluentSeeder
Computed https://github.com/Appsaurus/FluentSeeder at 0.1.5 (0.62s)
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.20s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (0.83s)
Updating https://github.com/vadymmarkov/Fakery
Updating https://github.com/Appsaurus/Avatars
Updating https://github.com/Appsaurus/PlaceholderImages
Updating https://github.com/Appsaurus/CodableExtensions
Updated https://github.com/Appsaurus/PlaceholderImages (0.19s)
Updated https://github.com/Appsaurus/CodableExtensions (0.27s)
Updated https://github.com/Appsaurus/Avatars (0.34s)
Updated https://github.com/vadymmarkov/Fakery (0.34s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (0.97s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (0.64s)
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 (0.83s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.71s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.66s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.81s)
Updating https://github.com/Appsaurus/VaporTestUtils
Updated https://github.com/Appsaurus/VaporTestUtils (0.21s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (0.83s)
Updating https://github.com/vapor/console.git
Updated https://github.com/vapor/console.git (0.18s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.85s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (1.00s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (0.58s)
Updating https://github.com/yonaskolb/Codability.git
Updating https://github.com/Appsaurus/RuntimeExtensions
Updated https://github.com/yonaskolb/Codability.git (0.15s)
Updated https://github.com/Appsaurus/RuntimeExtensions (0.16s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (1.28s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (1.95s)
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.79s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.RKGLwV/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.P68J00/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 wasm