The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GraphQL, reference 0.12.1-beta.6 (253b6e), with Swift 6.1 for Wasm on 29 May 2025 02:29:51 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphQL.git
Reference: 0.12.1-beta.6
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/GraphQL
 * tag               0.12.1-beta.6 -> FETCH_HEAD
HEAD is now at 253b6ef Fixing string escaping
Cloned https://github.com/nerdsupremacist/GraphQL.git
Revision (git rev-parse @):
253b6efa4fdac99a0feef631023232729864a7c1
SUCCESS checkout https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/GraphQL.git
https://github.com/nerdsupremacist/GraphQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2-beta.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Runtime.git"
    }
  ],
  "manifest_display_name" : "GraphQL",
  "name" : "GraphQL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphQL",
      "targets" : [
        "GraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "sources" : [
        "FieldExecutionStrategyTests/FieldExecutionStrategyTests.swift",
        "HelloWorldTests/HelloWorldTests.swift",
        "InstrumentationTests/InstrumentationTests.swift",
        "LanguageTests/LexerTests.swift",
        "LanguageTests/ParserTests.swift",
        "LanguageTests/SchemaParserTests.swift",
        "LanguageTests/VisitorTests.swift",
        "PersistedQueriesTests/PersistedQueriesTests.swift",
        "StarWarsTests/StarWarsData.swift",
        "StarWarsTests/StarWarsIntrospectionTests.swift",
        "StarWarsTests/StarWarsQueryTests.swift",
        "StarWarsTests/StarWarsSchema.swift",
        "StarWarsTests/StarWarsValidationTests.swift",
        "ValidationTests/ExampleSchema.swift",
        "ValidationTests/FieldsOnCorrectTypeTests.swift",
        "ValidationTests/KnownArgumentNamesTests.swift",
        "ValidationTests/ProvidedNonNullArgumentsTests.swift",
        "ValidationTests/ValidationTests.swift"
      ],
      "target_dependencies" : [
        "GraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQL",
      "module_type" : "SwiftTarget",
      "name" : "GraphQL",
      "path" : "Sources/GraphQL",
      "product_dependencies" : [
        "NIO",
        "Runtime"
      ],
      "product_memberships" : [
        "GraphQL"
      ],
      "sources" : [
        "Error/GraphQLError.swift",
        "Error/LocatedError.swift",
        "Error/SyntaxError.swift",
        "Execution/Execute.swift",
        "Execution/Values.swift",
        "Extensions/Codable+Extensions.swift",
        "GraphQL.swift",
        "Instrumentation/DispatchQueueInstrumentationWrapper.swift",
        "Instrumentation/Instrumentation.swift",
        "Language/AST.swift",
        "Language/Kinds.swift",
        "Language/Lexer.swift",
        "Language/Location.swift",
        "Language/Parser.swift",
        "Language/Source.swift",
        "Language/Visitor.swift",
        "Map/AnyCoder.swift",
        "Map/AnySerialization.swift",
        "Map/Map.swift",
        "Map/MapCoder.swift",
        "Map/MapSerialization.swift",
        "Map/Number.swift",
        "PersistedQueries/PersistedQueries.swift",
        "SwiftUtilities/Find.swift",
        "SwiftUtilities/IsNullish.swift",
        "SwiftUtilities/KeyMap.swift",
        "SwiftUtilities/QuotedOrList.swift",
        "SwiftUtilities/SuggestionList.swift",
        "SwiftUtilities/Unwrap.swift",
        "Type/Definition.swift",
        "Type/Directives.swift",
        "Type/Introspection.swift",
        "Type/Scalars.swift",
        "Type/Schema.swift",
        "Utilities/ASTFromValue.swift",
        "Utilities/AssertValidName.swift",
        "Utilities/IsValidValue.swift",
        "Utilities/Keyable.swift",
        "Utilities/NIO+Extensions.swift",
        "Utilities/TypeComparators.swift",
        "Utilities/TypeFromAST.swift",
        "Utilities/TypeInfo.swift",
        "Utilities/ValueFromAST.swift",
        "Validation/Rules/FieldsOnCorrectType.swift",
        "Validation/Rules/KnownArgumentNames.swift",
        "Validation/Rules/ProvidedNonNullArguments.swift",
        "Validation/Rules/ScalarLeaf.swift",
        "Validation/SpecifiedRules.swift",
        "Validation/Validate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/nerdsupremacist/Runtime.git
Fetching https://github.com/apple/swift-nio.git
[1/1827] Fetching runtime
[1828/77920] Fetching runtime, swift-nio
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.48s)
[2283/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.34s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[446/6101] Fetching swift-atomics, swift-system
[6015/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (5.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.80s)
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
[1/123] Fetching cruntime
[124/374] Fetching cruntime, cwldemangle
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.30s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.31s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.60s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
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.5.0 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.11 (0.62s)
Fetching https://github.com/mattgallagher/CwlDemangle.git
[1/337] Fetching cwldemangle
Fetched https://github.com/mattgallagher/CwlDemangle.git from cache (0.32s)
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.32s)
Updating https://github.com/mattgallagher/CwlDemangle.git
Updated https://github.com/mattgallagher/CwlDemangle.git (0.13s)
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (1.29s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/24] Write sources
[12/24] Compiling CNIOLinux liburing_shims.c
[12/24] Compiling CNIOLinux shim.c
[14/24] Compiling CNIODarwin shim.c
[15/24] Compiling _AtomicsShims.c
[16/24] Write sources
[17/24] Compiling CNIOWindows shim.c
[17/24] Compiling CNIOWASI CNIOWASI.c
[17/24] Compiling CNIOWindows WSAStartup.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.
[20/24] Compiling CSymbols symbols.c
[20/24] Write swift-version-24593BA9C3E375BF.txt
[20/24] Compiling c-atomics.c
[20/24] Compiling c-nioatomics.c
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
[0/1] Planning build
Building for debugging...
/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.
[0/4] Compiling CSymbols symbols.c
[0/4] Compiling c-nioatomics.c
[0/4] Compiling c-atomics.c
[0/4] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm