Build Information
Failed to build Structure, reference 0.5.0 (0dd47e
), with Swift 6.1 for Wasm on 28 May 2025 13:35:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/bdrelling/Structure.git
Reference: 0.5.0
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/bdrelling/Structure
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 0dd47e7 Bumped to Swift 5.7
Cloned https://github.com/bdrelling/Structure.git
Revision (git rev-parse @):
0dd47e797b159fceb9bf2f29c25db8d09d5572bf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/Structure.git at 0.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/Structure.git
https://github.com/bdrelling/Structure.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "plotvapor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/PlotVapor"
},
{
"identity" : "ink",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Ink"
},
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Core"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.74.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.7.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent"
},
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "Structure",
"name" : "Structure",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Structure",
"targets" : [
"Structure"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StructureTests",
"module_type" : "SwiftTarget",
"name" : "StructureTests",
"path" : "Tests/StructureTests",
"sources" : [
"ResourceTests.swift"
],
"target_dependencies" : [
"Structure"
],
"type" : "test"
},
{
"c99name" : "Structure",
"module_type" : "SwiftTarget",
"name" : "Structure",
"path" : "Sources/Structure",
"product_dependencies" : [
"Fluent",
"Ink",
"KippleCore",
"PlotVapor",
"Vapor"
],
"product_memberships" : [
"Structure"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Structure/Resources/css",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Structure/Resources/js",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/Extensions/CharacterSet+RFC3986Unreserved.swift",
"Core/Extensions/Dictionary+AsJSONSerializeData.swift",
"Core/Extensions/NSNumber+IsBoolean.swift",
"Core/Extensions/String+ReadingTime.swift",
"Core/Extensions/String+Replacing.swift",
"Core/Extensions/String+TrimmingSlashes.swift",
"Core/Extensions/URLComponents+SetQueryItems.swift",
"Core/Helpers/ResourceManager.swift",
"Fluent/Helpers/RepositoryFactory.swift",
"Fluent/Protocols/Auditable.swift",
"Fluent/Protocols/Repository.swift",
"Markdown/MarkdownDocument.swift",
"Markdown/MarkdownParser+Custom.swift",
"Plot/Components/ConstructionSign.swift",
"Plot/Components/DefaultBody.swift",
"Plot/Components/DefaultHead.swift",
"Plot/Components/ErrorMessage.swift",
"Plot/Components/Icon.swift",
"Plot/Components/MarkdownText.swift",
"Plot/Components/SimpleFooter.swift",
"Plot/Components/StructureHead.swift",
"Plot/Components/StructureNavbar.swift",
"Plot/Components/ThemeToggle.swift",
"Plot/Pages/ErrorPage.swift",
"Plot/Pages/HTMLEmbedPage.swift",
"Plot/Pages/MarkdownPage.swift",
"Plot/Pages/StructurePage.swift",
"Vapor/Controllers/StatusController.swift",
"Vapor/Extensions/Application+Resources.swift",
"Vapor/Extensions/Application+ServePublicFiles.swift",
"Vapor/Extensions/Environment+Local.swift",
"Vapor/Extensions/Parameters+Convenience.swift",
"Vapor/Extensions/PathComponent+Convenience.swift",
"Vapor/Extensions/Request+Convenience.swift",
"Vapor/Extensions/View+Convenience.swift",
"Vapor/Middleware/HostRedirectMiddleware.swift",
"Vapor/Middleware/MarkdownFileMiddleware.swift",
"Vapor/Middleware/StructureCDNMiddleware.swift",
"Vapor/Models/ApplicationError.swift",
"Vapor/Models/PageRoute.swift",
"Vapor/Models/PathParameter.swift",
"Vapor/Models/WrappedContent.swift",
"Vapor/Protocols/ApplicationDelegate.swift",
"Vapor/Protocols/AsyncCommandAdapting.swift",
"Vapor/Protocols/CommandDefining.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/bdrelling/PlotVapor
Fetching https://github.com/swift-kipple/Tools
Fetching https://github.com/vapor/fluent
Fetching https://github.com/JohnSundell/Ink
Fetching https://github.com/swift-kipple/Core
Fetching https://github.com/vapor/vapor
[1/720] Fetching tools
[721/14141] Fetching tools, fluent
[3406/15805] Fetching tools, fluent, core
[5249/17710] Fetching tools, fluent, core, ink
[5688/17964] Fetching tools, fluent, core, ink, plotvapor
Fetched https://github.com/JohnSundell/Ink from cache (0.52s)
[6576/16059] Fetching tools, fluent, core, plotvapor
[9932/90437] Fetching tools, fluent, core, plotvapor, vapor
Fetched https://github.com/bdrelling/PlotVapor from cache (1.15s)
[28523/90183] Fetching tools, fluent, core, vapor
Fetched https://github.com/swift-kipple/Tools from cache (2.83s)
Fetched https://github.com/vapor/fluent from cache (2.84s)
Fetched https://github.com/swift-kipple/Core from cache (2.86s)
Fetched https://github.com/vapor/vapor from cache (2.88s)
Computing version for https://github.com/bdrelling/PlotVapor
Computed https://github.com/bdrelling/PlotVapor at 0.5.0 (5.01s)
Fetching https://github.com/JohnSundell/Plot
[1/2086] Fetching plot
Fetched https://github.com/JohnSundell/Plot from cache (0.34s)
Computing version for https://github.com/JohnSundell/Plot
Computed https://github.com/JohnSundell/Plot at 0.11.0 (1.22s)
Computing version for https://github.com/JohnSundell/Ink
Computed https://github.com/JohnSundell/Ink at 0.6.0 (3.48s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (1.31s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.61s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (1.80s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
[2458/63533] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
[4819/48182] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (35.99s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.97s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2150/9819] Fetching swift-log, sql-kit
[9820/85903] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
[8266/82067] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.02s)
[3805/76084] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.78s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1216/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
Computing version for https://github.com/swift-kipple/Core
Computed https://github.com/swift-kipple/Core at 0.14.3 (0.55s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/devicekit/DeviceKit
[1/4066] Fetching devicekit
[4067/8452] Fetching devicekit, keychainaccess
Fetched https://github.com/devicekit/DeviceKit from cache (2.91s)
[1053/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (3.25s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (4.00s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.78s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.69s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.94s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
[1/2609] Fetching websocket-kit
[784/7583] Fetching websocket-kit, swift-distributed-tracing
[3705/9789] Fetching websocket-kit, swift-distributed-tracing, swift-metrics
[4081/10852] Fetching websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context
[4638/16811] Fetching websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context, swift-algorithms
[4671/20130] Fetching websocket-kit, swift-distributed-tracing, swift-metrics, swift-service-context, swift-algorithms, multipart-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-extras.git
[16233/23838] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio-http2.git
[16254/17924] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit
[16255/29451] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (2.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.55s)
Fetched https://github.com/apple/swift-service-context.git from cache (2.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.56s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.61s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.42s)
Fetching https://github.com/swift-server/async-http-client.git
[1/2370] Fetching async-kit
[2229/23097] Fetching async-kit, routing-kit
[6931/37940] Fetching async-kit, routing-kit, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[10813/35570] Fetching routing-kit, swift-nio-ssl
[17774/49584] Fetching routing-kit, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.19s)
[25295/28857] Fetching swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.90s)
[1/5577] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.33s)
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.01s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.15s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.12s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.62s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.71s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[608/3330] Fetching swift-service-lifecycle, swift-http-types
[1421/4920] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
[4921/11075] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-certificates
[8676/16060] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-certificates, swift-async-algorithms
[16061/17201] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-certificates, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.06s)
Fetched https://github.com/apple/swift-asn1.git from cache (3.06s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.06s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.06s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.06s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (3.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (5.63s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.34s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.80s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.26s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.38s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.54s)
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-kipple/Core
Working copy of https://github.com/swift-kipple/Core resolved at 0.14.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/bdrelling/PlotVapor
Working copy of https://github.com/bdrelling/PlotVapor resolved at 0.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/JohnSundell/Plot
Working copy of https://github.com/JohnSundell/Plot resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/fluent
Working copy of https://github.com/vapor/fluent resolved at 4.12.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/JohnSundell/Ink
Working copy of https://github.com/JohnSundell/Ink resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
error: 'spi-builder-workspace': product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
error: 'spi-builder-workspace': product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
BUILD FAILURE 6.1 wasm