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 Guaka, reference 0.4.1 (6fb29b), with Swift 6.1 for Android on 27 May 2025 07:55:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nsomar/Guaka.git
Reference: 0.4.1
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
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 6fb29b2 Update StringScanner
Cloned https://github.com/nsomar/Guaka.git
Revision (git rev-parse @):
6fb29b2378166a30d72120980e1c099c664598de
SUCCESS checkout https://github.com/nsomar/Guaka.git at 0.4.1
========================================
Build
========================================
Selected platform:         android
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",
        "Types/Result.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/getGuaka/StringScanner.git
[1/188] Fetching stringscanner
Fetched https://github.com/getGuaka/StringScanner.git from cache (0.29s)
Computing version for https://github.com/getGuaka/StringScanner.git
Computed https://github.com/getGuaka/StringScanner.git at 0.4.1 (2.89s)
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 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)
[5/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 |
[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 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 |
[8/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 |
[9/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 |
[4/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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 |
[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 android