The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ConfigParser, reference master (b7d9b1), with Swift 6.1 for Android on 27 May 2025 08:46:07 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/ponyboy47/ConfigParser.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/ponyboy47/ConfigParser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b7d9b1d Updated to rebranded TrailBlazer (now Pathman), added Data parsing, bump version
Cloned https://github.com/ponyboy47/ConfigParser.git
Revision (git rev-parse @):
b7d9b1df44b17e108bba16839ee693092cb4cfb6
SUCCESS checkout https://github.com/ponyboy47/ConfigParser.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ponyboy47/ConfigParser.git
https://github.com/ponyboy47/ConfigParser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "pathman",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/Pathman.git"
    }
  ],
  "manifest_display_name" : "ConfigParser",
  "name" : "ConfigParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ConfigParser",
      "targets" : [
        "ConfigParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConfigParserTests",
      "module_type" : "SwiftTarget",
      "name" : "ConfigParserTests",
      "path" : "Tests/ConfigParserTests",
      "sources" : [
        "ConfigParserTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ConfigParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConfigParser",
      "module_type" : "SwiftTarget",
      "name" : "ConfigParser",
      "path" : "Sources/ConfigParser",
      "product_dependencies" : [
        "Pathman"
      ],
      "product_memberships" : [
        "ConfigParser"
      ],
      "sources" : [
        "Config.swift",
        "ConfigParsable.swift",
        "ConfigParser.swift",
        "ConfigSection+Types.swift",
        "ConfigSection.swift",
        "ConfigValues.swift",
        "Errors.swift",
        "INIConfig.swift",
        "ParserOptions.swift",
        "ParserPosition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/Ponyboy47/Pathman.git
[1/4003] Fetching pathman
Fetched https://github.com/Ponyboy47/Pathman.git from cache (0.95s)
Computing version for https://github.com/Ponyboy47/Pathman.git
Computed https://github.com/Ponyboy47/Pathman.git at 0.20.1 (2.65s)
Fetching https://github.com/Ponyboy47/ErrNo
Fetching https://github.com/Ponyboy47/Cglob
Fetching https://github.com/Ponyboy47/Cdirent
Fetching https://github.com/kareman/SwiftShell
[1/12] Fetching cdirent
[13/4875] Fetching cdirent, swiftshell
[451/4887] Fetching cdirent, swiftshell, cglob
[949/5181] Fetching cdirent, swiftshell, cglob, errno
Fetched https://github.com/Ponyboy47/ErrNo from cache (0.84s)
Fetched https://github.com/Ponyboy47/Cglob from cache (0.84s)
Fetched https://github.com/Ponyboy47/Cdirent from cache (0.84s)
Fetched https://github.com/kareman/SwiftShell from cache (1.84s)
Computing version for https://github.com/Ponyboy47/Cglob
Computed https://github.com/Ponyboy47/Cglob at 0.1.0 (5.63s)
Computing version for https://github.com/Ponyboy47/Cdirent
Computed https://github.com/Ponyboy47/Cdirent at 0.1.0 (0.56s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.57s)
Computing version for https://github.com/Ponyboy47/ErrNo
Computed https://github.com/Ponyboy47/ErrNo at 0.5.2 (0.58s)
Creating working copy for https://github.com/Ponyboy47/Cglob
Working copy of https://github.com/Ponyboy47/Cglob resolved at 0.1.0
Creating working copy for https://github.com/Ponyboy47/Pathman.git
Working copy of https://github.com/Ponyboy47/Pathman.git resolved at 0.20.1
Creating working copy for https://github.com/Ponyboy47/Cdirent
Working copy of https://github.com/Ponyboy47/Cdirent resolved at 0.1.0
Creating working copy for https://github.com/Ponyboy47/ErrNo
Working copy of https://github.com/Ponyboy47/ErrNo resolved at 0.5.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Building for debugging...
[0/6] Write sources
[3/6] Compiling Cdirent dirent.c
[4/6] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling Cglob glob.c
[7/10] Compiling ErrNo ErrNo.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module ErrNo
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[9/10] Compiling ErrNo ErrNo+Glibc.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[10/10] Compiling ErrNo ErrNo+Darwin.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
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/5] Compiling ErrNo ErrNo.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module ErrNo
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[4/5] Compiling ErrNo ErrNo+Glibc.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[5/5] Compiling ErrNo ErrNo+Darwin.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
BUILD FAILURE 6.1 android