The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Guaka, reference master (e52eb5), with Swift 6.1 for Wasm on 27 May 2025 07:55:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/nsomar/Guaka.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/nsomar/Guaka
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e52eb52 Merge pull request #99 from trispo/master
Cloned https://github.com/nsomar/Guaka.git
Revision (git rev-parse @):
e52eb523b152e04fa5dff56bed01e805062ce0ff
SUCCESS checkout https://github.com/nsomar/Guaka.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nsomar/Guaka.git
https://github.com/nsomar/Guaka.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "stringscanner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getGuaka/StringScanner.git"
    }
  ],
  "manifest_display_name" : "Guaka",
  "name" : "Guaka",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Guaka",
      "targets" : [
        "Guaka"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GuakaTests",
      "module_type" : "SwiftTarget",
      "name" : "GuakaTests",
      "path" : "Tests/GuakaTests",
      "sources" : [
        "ArgTokenTypeTests.swift",
        "CommandExecutionTests.swift",
        "CommandHelpTests.swift",
        "CommandParsingTests.swift",
        "CommandTests.swift",
        "CommandType+Run.swift",
        "CommandTypeTest.swift",
        "CustomFlagTypesTests.swift",
        "ErrorsTests.swift",
        "FlagHelpTests.swift",
        "FlagSetTests.swift",
        "FlagTests.swift",
        "FlagsTests.swift",
        "HelpGeneratorSubclassingTests.swift",
        "HelpGeneratorTests.swift",
        "HelpTests.swift",
        "LevenshteinTests.swift",
        "ParsingTests.swift",
        "TestHelpers.swift",
        "ValidationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Guaka"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guaka",
      "module_type" : "SwiftTarget",
      "name" : "Guaka",
      "path" : "Sources/Guaka",
      "product_dependencies" : [
        "StringScanner"
      ],
      "product_memberships" : [
        "Guaka"
      ],
      "sources" : [
        "Command/Command+Execution.swift",
        "Command/Command+Utilities.swift",
        "Command/Command.swift",
        "Command/CommandTypes.swift",
        "Execution/CommandExecution.swift",
        "Flag/Flag+Utilities.swift",
        "Flag/Flag.swift",
        "Flag/FlagSet.swift",
        "Flag/Flags.swift",
        "Help/CommandHelp.swift",
        "Help/DefaultHelpGenerator.swift",
        "Help/FlagHelp.swift",
        "Help/FlagHelpGeneratorUtils.swift",
        "Help/HelpGenerator.swift",
        "Help/HelpGeneratorDefaults.swift",
        "Help/HelpGeneratorErrors.swift",
        "Misc/GuakaConfig.swift",
        "Misc/Levenshtein.swift",
        "Parsing/ArgTokenType.swift",
        "Parsing/Command+Parsing.swift",
        "Parsing/FlagSet+Parsing.swift",
        "Types/Errors.swift",
        "Types/FlagValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/getGuaka/StringScanner.git
[1/188] Fetching stringscanner
Fetched https://github.com/getGuaka/StringScanner.git from cache (0.35s)
Computing version for https://github.com/getGuaka/StringScanner.git
Computed https://github.com/getGuaka/StringScanner.git at 0.4.1 (3.76s)
Creating working copy for https://github.com/getGuaka/StringScanner.git
Working copy of https://github.com/getGuaka/StringScanner.git resolved at 0.4.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling StringScanner Regex.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[5/9] Compiling StringScanner ScannerResult.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[6/9] Compiling StringScanner StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[7/9] Compiling StringScanner StringScanner.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module StringScanner
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[9/9] Compiling StringScanner CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling StringScanner StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[3/7] Compiling StringScanner StringScanner.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module StringScanner
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[5/7] Compiling StringScanner Regex.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[6/7] Compiling StringScanner ScannerResult.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
[7/7] Compiling StringScanner CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/StringScanner/Sources/StringScanner/Regex.swift:40:21: error: no such module 'Darwin.C'
 38 |   @_exported import Glibc
 39 | #else
 40 |   @_exported import Darwin.C
    |                     `- error: no such module 'Darwin.C'
 41 | #endif
 42 |
BUILD FAILURE 6.1 wasm