Build Information
Failed to build InstrumentsFYI, reference main (dea3ba
), with Swift 6.1 for Wasm on 29 May 2025 11:01:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/bdrelling/instruments.fyi.git
Reference: main
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/instruments.fyi
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dea3ba2 Migrated to GitHub Container Registry
Cloned https://github.com/bdrelling/instruments.fyi.git
Revision (git rev-parse @):
dea3ba2a7f2ea31df382575cf9682474d80bfa5e
SUCCESS checkout https://github.com/bdrelling/instruments.fyi.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/instruments.fyi.git
https://github.com/bdrelling/instruments.fyi.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.63.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
},
{
"identity" : "instrumentkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/InstrumentKit"
},
{
"identity" : "structure",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.11",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/Structure"
},
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "InstrumentsFYI",
"name" : "InstrumentsFYI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Run",
"targets" : [
"Run"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Run",
"module_type" : "SwiftTarget",
"name" : "Run",
"path" : "Sources/Run",
"product_memberships" : [
"Run"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"App"
],
"type" : "executable"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"InstrumentKit",
"Structure",
"Vapor"
],
"product_memberships" : [
"Run"
],
"sources" : [
"Apps/InstrumentsApp.swift",
"Controllers/HomeController.swift",
"Controllers/InstrumentController.swift",
"Controllers/RootController.swift",
"Controllers/StatusController.swift",
"Enums/Color.swift",
"Extensions/Environment+BaseURL.swift",
"Extensions/Environment+Custom.swift",
"Extensions/StringInstrument+URL.swift",
"Models/Theme.swift",
"Views/Components/InstrumentTable.swift",
"Views/Components/Intro.swift",
"Views/Pages/HomePage.swift",
"Views/Pages/InstrumentPage.swift",
"Views/Templates/DefaultTemplate.swift"
],
"target_dependencies" : [
"API"
],
"type" : "library"
},
{
"c99name" : "API",
"module_type" : "SwiftTarget",
"name" : "API",
"path" : "Sources/API",
"product_dependencies" : [
"InstrumentKit",
"Structure",
"Vapor"
],
"product_memberships" : [
"Run"
],
"sources" : [
"Controllers/InstrumentController.swift",
"Controllers/RootController.swift",
"InstrumentsAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor/vapor
Fetching https://github.com/swift-kipple/Tools
Fetching https://github.com/bdrelling/InstrumentKit
Fetching https://github.com/bdrelling/Structure
[1/571] Fetching structure
[121/1433] Fetching structure, instrumentkit
[1434/2153] Fetching structure, instrumentkit, tools
Fetched https://github.com/bdrelling/Structure from cache (0.41s)
Fetched https://github.com/bdrelling/InstrumentKit from cache (0.41s)
Fetched https://github.com/swift-kipple/Tools from cache (0.45s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor from cache (3.05s)
Computing version for https://github.com/bdrelling/Structure
Computed https://github.com/bdrelling/Structure at 0.3.11 (3.81s)
Fetching https://github.com/JohnSundell/Ink
Fetching https://github.com/vapor/fluent
Fetching https://github.com/swift-kipple/Core
Fetching https://github.com/bdrelling/PlotVapor
[1/254] Fetching plotvapor
[4/2159] Fetching plotvapor, ink
[1818/3823] Fetching plotvapor, ink, core
[2393/17244] Fetching plotvapor, ink, core, fluent
Fetched https://github.com/bdrelling/PlotVapor from cache (0.34s)
[2944/16990] Fetching ink, core, fluent
Fetched https://github.com/JohnSundell/Ink from cache (1.14s)
Fetched https://github.com/vapor/fluent from cache (1.15s)
Fetched https://github.com/swift-kipple/Core from cache (1.17s)
Computing version for https://github.com/JohnSundell/Ink
Computed https://github.com/JohnSundell/Ink at 0.6.0 (1.96s)
Computing version for https://github.com/bdrelling/PlotVapor
Computed https://github.com/bdrelling/PlotVapor at 0.5.0 (0.80s)
Fetching https://github.com/JohnSundell/Plot
[1/2086] Fetching plot
Fetched https://github.com/JohnSundell/Plot from cache (0.40s)
Computing version for https://github.com/JohnSundell/Plot
Computed https://github.com/JohnSundell/Plot at 0.11.0 (3.07s)
Computing version for https://github.com/bdrelling/InstrumentKit
Computed https://github.com/bdrelling/InstrumentKit at 0.4.5 (0.55s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (1.02s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.56s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.15s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[539/9819] Fetching swift-log, sql-kit
[9820/85912] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[7505/82076] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.50s)
[2283/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.75s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.48s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.22s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.21s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (0.76s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[15380/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (30.26s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (32.40s)
Computing version for https://github.com/swift-kipple/Core
Computed https://github.com/swift-kipple/Core at 0.14.3 (0.83s)
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
[3773/8452] Fetching keychainaccess, devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (4.63s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (4.64s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (5.69s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.60s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.60s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.58s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/3319] Fetching multipart-kit
[732/5928] Fetching multipart-kit, websocket-kit
[1645/6991] Fetching multipart-kit, websocket-kit, swift-service-context
[2429/11965] Fetching multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing
[5217/14171] Fetching multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing, swift-metrics
[5665/20130] Fetching multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing, swift-metrics, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio-extras.git
[15734/17924] Fetching multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (1.13s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
Fetched https://github.com/vapor/websocket-kit.git from cache (1.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.56s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
Fetching https://github.com/vapor/async-kit.git
[1/20727] Fetching routing-kit
[3525/32254] Fetching routing-kit, swift-nio-http2
[4056/37901] Fetching routing-kit, swift-nio-http2, console-kit
[5514/51837] Fetching routing-kit, swift-nio-http2, console-kit, swift-crypto
[20677/54207] Fetching routing-kit, swift-nio-http2, console-kit, swift-crypto, async-kit
[22223/69050] Fetching routing-kit, swift-nio-http2, console-kit, swift-crypto, async-kit, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.49s)
[24460/63403] Fetching routing-kit, swift-nio-http2, swift-crypto, async-kit, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.39s)
[23627/61033] Fetching routing-kit, swift-nio-http2, swift-crypto, swift-nio-ssl
[42932/75047] Fetching routing-kit, swift-nio-http2, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.45s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.69s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.61s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.65s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.95s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
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.40s)
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.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.54s)
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.55s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.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-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1890/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[2252/8620] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms
[2340/11046] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[5008/17201] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
[11376/15611] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
[13124/13185] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
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 (1.25s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
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.68s)
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.57s)
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.59s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.89s)
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 (3.18s)
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.62s)
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 (0.54s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.62s)
Creating working copy for https://github.com/bdrelling/InstrumentKit
Working copy of https://github.com/bdrelling/InstrumentKit resolved at 0.4.5
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-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/JohnSundell/Plot
Working copy of https://github.com/JohnSundell/Plot resolved at 0.11.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/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/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-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-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/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/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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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/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/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-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/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
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
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/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/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/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.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/bdrelling/Structure
Working copy of https://github.com/bdrelling/Structure resolved at 0.3.11
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/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/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
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/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/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.115.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
error: 'structure': product 'KippleCore' required by package 'structure' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
error: 'structure': product 'KippleCore' required by package 'structure' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
BUILD FAILURE 6.1 wasm