Build Information
Failed to build FluentTestApp, reference master (438736), with Swift 6.1 for Wasm on 27 May 2025 18:30:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/FluentTestApp.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/Appsaurus/FluentTestApp
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-3":/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/vapor/vapor.git
Fetching https://github.com/Appsaurus/FluentSeeder
Fetching https://github.com/Appsaurus/FluentTestModels
Fetching https://github.com/Appsaurus/FluentTestUtils
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-sqlite.git
[1/13421] Fetching fluent
[270/14768] Fetching fluent, fluent-sqlite
[405/14892] Fetching fluent, fluent-sqlite, fluenttestmodels
[4157/14952] Fetching fluent, fluent-sqlite, fluenttestmodels, fluenttestutils
Fetched https://github.com/vapor/fluent-sqlite.git from cache (0.33s)
[5553/13605] Fetching fluent, fluenttestmodels, fluenttestutils
[10385/87983] Fetching fluent, fluenttestmodels, fluenttestutils, vapor
[23276/88329] Fetching fluent, fluenttestmodels, fluenttestutils, vapor, fluentseeder
Fetched https://github.com/Appsaurus/FluentTestModels from cache (0.64s)
Fetched https://github.com/Appsaurus/FluentTestUtils from cache (0.64s)
Fetched https://github.com/vapor/fluent.git from cache (0.65s)
Fetched https://github.com/Appsaurus/FluentSeeder from cache (0.66s)
[14876/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.15s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (5.51s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/sqlite.git
[1/20143] Fetching core
[2822/21062] Fetching core, service
[3785/23174] Fetching core, service, sqlite
Fetched https://github.com/vapor/service.git from cache (0.74s)
Fetched https://github.com/vapor/sqlite.git from cache (0.74s)
Fetched https://github.com/vapor/core.git from cache (0.93s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.54s)
Computing version for https://github.com/Appsaurus/FluentTestModels
Computed https://github.com/Appsaurus/FluentTestModels at 0.1.3 (1.05s)
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/sql.git
Fetching https://github.com/vapor/database-kit.git
[1/1181] Fetching database-kit
[1182/7164] Fetching database-kit, sql
[1496/5983] Fetching sql
Fetched https://github.com/vapor/database-kit.git from cache (0.75s)
Fetched https://github.com/vapor/sql.git from cache (1.09s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (1.73s)
Computing version for https://github.com/Appsaurus/FluentSeeder
Computed https://github.com/Appsaurus/FluentSeeder at 0.1.5 (0.67s)
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.65s)
Fetched https://github.com/Appsaurus/FluentExtensions from cache (4.74s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (5.42s)
Fetching https://github.com/Appsaurus/CodableExtensions
Fetching https://github.com/vadymmarkov/Fakery
Fetching https://github.com/Appsaurus/PlaceholderImages
Fetching https://github.com/Appsaurus/Avatars
[1/163] Fetching avatars
[52/472] Fetching avatars, codableextensions
[473/3765] Fetching avatars, codableextensions, fakery
[506/3938] Fetching avatars, codableextensions, fakery, placeholderimages
Fetched https://github.com/Appsaurus/PlaceholderImages from cache (1.76s)
Fetched https://github.com/Appsaurus/Avatars from cache (1.76s)
Fetched https://github.com/Appsaurus/CodableExtensions from cache (1.92s)
Fetched https://github.com/vadymmarkov/Fakery from cache (1.92s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (2.53s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (0.86s)
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.29s)
Computing version for https://github.com/Appsaurus/Avatars
Computed https://github.com/Appsaurus/Avatars at 1.0.1 (0.99s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.57s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.64s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.63s)
Fetching https://github.com/Appsaurus/VaporTestUtils
[1/176] Fetching vaportestutils
Fetched https://github.com/Appsaurus/VaporTestUtils from cache (0.26s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (2.14s)
Fetching https://github.com/vapor/console.git
[1/5577] Fetching console
Fetched https://github.com/vapor/console.git from cache (0.47s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.14s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (0.60s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (0.68s)
Fetching https://github.com/yonaskolb/Codability.git
Fetching https://github.com/Appsaurus/RuntimeExtensions
[1/126] Fetching codability
[119/423] Fetching codability, runtimeextensions
Fetched https://github.com/Appsaurus/RuntimeExtensions from cache (0.35s)
Fetched https://github.com/yonaskolb/Codability.git from cache (0.35s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (2.57s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.94s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.32s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.89s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.zc1tz7/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.TzAJIk/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-3":/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/vapor.git
Updating https://github.com/Appsaurus/FluentSeeder
Updating https://github.com/vapor/fluent.git
Updating https://github.com/Appsaurus/FluentTestUtils
Updating https://github.com/vapor/fluent-sqlite.git
Updating https://github.com/Appsaurus/FluentTestModels
Updated https://github.com/Appsaurus/FluentTestModels (0.22s)
Updated https://github.com/vapor/fluent-sqlite.git (0.22s)
Updated https://github.com/Appsaurus/FluentTestUtils (0.29s)
Updated https://github.com/Appsaurus/FluentSeeder (0.29s)
Updated https://github.com/vapor/fluent.git (0.29s)
Updated https://github.com/vapor/vapor.git (0.32s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (3.77s)
Updating https://github.com/vapor/core.git
Updating https://github.com/vapor/sqlite.git
Updating https://github.com/vapor/service.git
Updated https://github.com/vapor/sqlite.git (0.19s)
Updated https://github.com/vapor/service.git (0.19s)
Updated https://github.com/vapor/core.git (0.20s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (2.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 (1.36s)
Updating https://github.com/vapor/sql.git
Updating https://github.com/vapor/database-kit.git
Updated https://github.com/vapor/database-kit.git (0.23s)
Updated https://github.com/vapor/sql.git (0.23s)
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.63s)
Updating https://github.com/Appsaurus/FluentExtensions
Updating https://github.com/Appsaurus/RandomFactory
Updated https://github.com/Appsaurus/FluentExtensions (0.20s)
Updated https://github.com/Appsaurus/RandomFactory (0.24s)
Computing version for https://github.com/Appsaurus/RandomFactory
Computed https://github.com/Appsaurus/RandomFactory at 1.0.4 (0.93s)
Updating https://github.com/Appsaurus/CodableExtensions
Updating https://github.com/Appsaurus/Avatars
Updating https://github.com/vadymmarkov/Fakery
Updating https://github.com/Appsaurus/PlaceholderImages
Updated https://github.com/Appsaurus/Avatars (0.20s)
Updated https://github.com/Appsaurus/PlaceholderImages (0.23s)
Updated https://github.com/Appsaurus/CodableExtensions (0.23s)
Updated https://github.com/vadymmarkov/Fakery (0.23s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (0.90s)
Computing version for https://github.com/Appsaurus/PlaceholderImages
Computed https://github.com/Appsaurus/PlaceholderImages at 1.0.1 (0.61s)
Updating https://github.com/Appsaurus/SwiftTestUtils
Updated https://github.com/Appsaurus/SwiftTestUtils (0.20s)
Computing version for https://github.com/Appsaurus/Avatars
Computed https://github.com/Appsaurus/Avatars at 1.0.1 (1.82s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.61s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.61s)
Computing version for https://github.com/Appsaurus/FluentTestUtils
Computed https://github.com/Appsaurus/FluentTestUtils at 0.1.5 (0.59s)
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.77s)
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.87s)
Computing version for https://github.com/Appsaurus/VaporTestUtils
Computed https://github.com/Appsaurus/VaporTestUtils at 0.1.3 (0.59s)
Computing version for https://github.com/Appsaurus/CodableExtensions
Computed https://github.com/Appsaurus/CodableExtensions at 1.1.0 (0.71s)
Updating https://github.com/yonaskolb/Codability.git
Updating https://github.com/Appsaurus/RuntimeExtensions
Updated https://github.com/Appsaurus/RuntimeExtensions (0.19s)
Updated https://github.com/yonaskolb/Codability.git (0.23s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (1.05s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.74s)
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.75s)
Computing version for https://github.com/Appsaurus/FluentExtensions
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.e3nqeB/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.2deLVy/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