The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build graphzahl-fluent-support, reference master (a47427), with Swift 6.1 for Wasm on 27 May 2025 19:50:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/nerdsupremacist/graphzahl-fluent-support.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/nerdsupremacist/graphzahl-fluent-support
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a474270 Removing print statements
Cloned https://github.com/nerdsupremacist/graphzahl-fluent-support.git
Revision (git rev-parse @):
a474270395545f48aceda565de59eb7b1368ccef
SUCCESS checkout https://github.com/nerdsupremacist/graphzahl-fluent-support.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/graphzahl-fluent-support.git
https://github.com/nerdsupremacist/graphzahl-fluent-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphzahl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0-alpha.28",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/GraphZahl.git"
    },
    {
      "identity" : "contextkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/ContextKit.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-rc.2.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc.1.27",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    }
  ],
  "manifest_display_name" : "graphzahl-fluent-support",
  "name" : "graphzahl-fluent-support",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GraphZahlFluentSupport",
      "targets" : [
        "GraphZahlFluentSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphZahlFluentSupport",
      "module_type" : "SwiftTarget",
      "name" : "GraphZahlFluentSupport",
      "path" : "Sources/GraphZahlFluentSupport",
      "product_dependencies" : [
        "GraphZahl",
        "Fluent",
        "ContextKit"
      ],
      "product_memberships" : [
        "GraphZahlFluentSupport"
      ],
      "sources" : [
        "ChildrenProperty+OutputResolvable.swift",
        "Context+database.swift",
        "ContextKey+database.swift",
        "Field+OutputResolvable.swift",
        "GraphZahlFluentError.swift",
        "ID+OutputResolvable.swift",
        "OptionalParentProperty+OutputResolvable.swift",
        "ParentProperty+OutputResolvable.swift",
        "QueryBuilder+OutputResolvable.swift",
        "QueryConnection.swift",
        "Siblings+OutputResolvable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/nerdsupremacist/GraphZahl.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/nerdsupremacist/ContextKit.git
[1/41] Fetching contextkit
[42/13462] Fetching contextkit, fluent
[43/16035] Fetching contextkit, fluent, graphzahl
[729/29363] Fetching contextkit, fluent, graphzahl, fluent-kit
Fetched https://github.com/nerdsupremacist/ContextKit.git from cache (0.24s)
[1404/29322] Fetching fluent, graphzahl, fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.91s)
Fetched https://github.com/nerdsupremacist/GraphZahl.git from cache (2.06s)
Fetched https://github.com/vapor/fluent.git from cache (2.06s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (2.71s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.85s)
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.37s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (3.01s)
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/5983] Fetching sql-kit
[1916/9819] Fetching sql-kit, swift-log
[9820/85874] Fetching sql-kit, swift-log, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.48s)
Fetched https://github.com/apple/swift-log.git from cache (1.48s)
[51718/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.93s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.55s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.91s)
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/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.80s)
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/vapor/multipart-kit.git
[11/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
[2160/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio-extras.git
[1295/8293] Fetching multipart-kit, swift-distributed-tracing
[1396/14252] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms
[12030/20166] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.78s)
[9125/15192] Fetching multipart-kit, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
Fetching https://github.com/apple/swift-nio-ssl.git
[7034/9233] Fetching multipart-kit, swift-nio-extras
[7035/11439] Fetching multipart-kit, swift-nio-extras, swift-metrics
[9241/22966] Fetching multipart-kit, swift-nio-extras, swift-metrics, swift-nio-http2
[11777/25575] Fetching multipart-kit, swift-nio-extras, swift-metrics, swift-nio-http2, websocket-kit
[22810/40418] Fetching multipart-kit, swift-nio-extras, swift-metrics, swift-nio-http2, websocket-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.38s)
Fetching https://github.com/vapor/routing-kit.git
[31091/34504] Fetching multipart-kit, swift-metrics, swift-nio-http2, websocket-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (2.27s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.27s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.33s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.13s)
Fetching https://github.com/swift-server/async-http-client.git
[1/20727] Fetching routing-kit
[20728/23097] Fetching routing-kit, async-kit
[21060/28674] Fetching routing-kit, async-kit, console-kit
[28675/42688] Fetching routing-kit, async-kit, console-kit, async-http-client
[29656/56624] Fetching routing-kit, async-kit, console-kit, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.08s)
Fetched https://github.com/vapor/async-kit.git from cache (1.90s)
Fetched https://github.com/vapor/console-kit.git from cache (1.97s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.86s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.26s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (6.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.58s)
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.38s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.86s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.58s)
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.66s)
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-http-types.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-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1842/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[7468/8620] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types
[7723/11046] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle
[9907/17201] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[12439/14470] Fetching swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
[7947/9485] Fetching swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.54s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.54s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
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.01s)
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.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
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.46s)
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.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.51s)
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.54s)
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.52s)
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.60s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Computing version for https://github.com/nerdsupremacist/GraphZahl.git
Computed https://github.com/nerdsupremacist/GraphZahl.git at 0.1.0-alpha.46 (0.63s)
Fetching https://github.com/nerdsupremacist/GraphQL.git
Fetching https://github.com/nerdsupremacist/Runtime.git
[1/1827] Fetching runtime
[1207/3232] Fetching runtime, graphql
Fetched https://github.com/nerdsupremacist/GraphQL.git from cache (0.34s)
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.34s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (1.01s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (1.04s)
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
[1/123] Fetching cruntime
[27/374] Fetching cruntime, cwldemangle
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.23s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.23s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.23s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.00s)
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.00s)
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.00s)
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.00s)
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (0.00s)
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.00s)
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.00s)
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.00s)
Computed https://github.com/nerdsupremacist/GraphZahl.git at 0.1.0-alpha.46 (0.00s)
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.00s)
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.01s)
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.00s)
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.00s)
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.00s)
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (0.00s)
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.00s)
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.00s)
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.00s)
Computed https://github.com/nerdsupremacist/GraphZahl.git at 0.1.0-alpha.36 (0.53s)
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.00s)
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.00s)
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.00s)
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.00s)
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (0.00s)
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.00s)
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.00s)
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.00s)
Computed https://github.com/nerdsupremacist/GraphZahl.git at 0.1.0-alpha.32 (0.54s)
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.00s)
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.11 (0.53s)
Fetching https://github.com/mattgallagher/CwlDemangle.git
[1/337] Fetching cwldemangle
Fetched https://github.com/mattgallagher/CwlDemangle.git from cache (0.25s)
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.26s)
Updating https://github.com/mattgallagher/CwlDemangle.git
Updated https://github.com/mattgallagher/CwlDemangle.git (0.12s)
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (0.58s)
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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/nerdsupremacist/ContextKit.git
Working copy of https://github.com/nerdsupremacist/ContextKit.git resolved at 0.2.1
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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/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/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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-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/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/mattgallagher/CwlDemangle.git
Working copy of https://github.com/mattgallagher/CwlDemangle.git resolved at 0.1.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/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/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/nerdsupremacist/GraphZahl.git
Working copy of https://github.com/nerdsupremacist/GraphZahl.git resolved at 0.1.0-alpha.32
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/nerdsupremacist/CRuntime.git
Working copy of https://github.com/nerdsupremacist/CRuntime.git resolved at 2.1.2
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-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-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/nerdsupremacist/GraphQL.git
Working copy of https://github.com/nerdsupremacist/GraphQL.git resolved at 0.12.1-beta.6
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/nerdsupremacist/Runtime.git
Working copy of https://github.com/nerdsupremacist/Runtime.git resolved at 2.1.2-beta.11
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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
warning: 'spi-builder-workspace': dependency 'fluent-kit' is not used by any target
Building for debugging...
[0/841] Write sources
[54/841] Compiling _NumericsShims _NumericsShims.c
[55/841] Compiling CSystem shims.c
[56/841] Compiling _AtomicsShims.c
[57/841] Compiling CNIOWASI CNIOWASI.c
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:11:5: error: use of undeclared identifier 'Dl_info'
   11 |     Dl_info info;
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:5: error: call to undeclared function 'dladdr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   12 |     dladdr(address, &info);
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:22: error: use of undeclared identifier 'info'
   12 |     dladdr(address, &info);
      |                      ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: use of undeclared identifier 'info'; did you mean 'int'?
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |                                ^~~~
      |                                int
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: expected expression
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:9: error: use of undeclared identifier 'info'
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:14:24: error: use of undeclared identifier 'info'
   14 |         symbol->name = info.dli_sname;
      |                        ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:16:9: error: use of undeclared identifier 'info'
   16 |     if (info.dli_saddr) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:17:27: error: use of undeclared identifier 'info'
   17 |         symbol->address = info.dli_saddr;
      |                           ^
9 errors generated.
[58/841] Compiling CSymbols symbols.c
[58/841] Compiling CNIOSHA1 c_nio_sha1.c
[58/841] Compiling CVaporBcrypt blf.c
[58/841] Compiling CNIOWindows WSAStartup.c
[58/841] Compiling CNIOLinux shim.c
[58/841] Compiling CNIOWindows shim.c
[58/841] Compiling CVaporBcrypt bcrypt.c
[58/841] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'spi-builder-workspace': dependency 'fluent-kit' is not used by any target
[0/1] Planning build
Building for debugging...
[0/783] Write sources
[1/783] Compiling fiat_p256_adx_sqr.S
[2/783] Compiling fiat_p256_adx_mul.S
[3/783] Compiling fiat_curve25519_adx_square.S
[4/783] Compiling fiat_curve25519_adx_mul.S
[5/783] Compiling md5-x86_64-linux.S
[6/783] Compiling md5-586-linux.S
[7/783] Compiling md5-x86_64-apple.S
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:11:5: error: use of undeclared identifier 'Dl_info'
   11 |     Dl_info info;
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:5: error: call to undeclared function 'dladdr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   12 |     dladdr(address, &info);
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:22: error: use of undeclared identifier 'info'
   12 |     dladdr(address, &info);
      |                      ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: use of undeclared identifier 'info'; did you mean 'int'?
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |                                ^~~~
      |                                int
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: expected expression
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:9: error: use of undeclared identifier 'info'
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:14:24: error: use of undeclared identifier 'info'
   14 |         symbol->name = info.dli_sname;
      |                        ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:16:9: error: use of undeclared identifier 'info'
   16 |     if (info.dli_saddr) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:17:27: error: use of undeclared identifier 'info'
   17 |         symbol->address = info.dli_saddr;
      |                           ^
9 errors generated.
[8/783] Compiling CSymbols symbols.c
[8/783] Compiling CNIOSHA1 c_nio_sha1.c
[8/783] Compiling CVaporBcrypt bcrypt.c
[8/783] Compiling CNIOWindows WSAStartup.c
[8/783] Compiling CCryptoBoringSSLShims shims.c
[8/783] Compiling CVaporBcrypt blf.c
[8/783] Compiling CNIOWindows shim.c
[8/783] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm