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 PlayDocs, reference master (5eddee), with Swift 6.1 for Android on 27 May 2025 10:11:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/ldstreet/playdocs.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/ldstreet/playdocs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5eddee1 Create CONTRIBUTING.md
Cloned https://github.com/ldstreet/playdocs.git
Revision (git rev-parse @):
5eddee166bc2501dd6a694994e3c70135e83c6e9
SUCCESS checkout https://github.com/ldstreet/playdocs.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ldstreet/playdocs.git
https://github.com/ldstreet/playdocs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "console",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/console.git"
    },
    {
      "identity" : "markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/markdown.git"
    },
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Splash"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-overture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-overture.git"
    }
  ],
  "manifest_display_name" : "PlayDocs",
  "name" : "PlayDocs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "playdocs",
      "targets" : [
        "PlayDocs"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PlayDocsKit",
      "targets" : [
        "PlayDocsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlayDocsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKitTests",
      "path" : "Tests/PlayDocsKitTests",
      "sources" : [
        "ConvertTests.swift",
        "ConvertToHTMLTests .swift",
        "ConvertToMarkdownTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlayDocsKit",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocsKit",
      "path" : "Sources/PlayDocsKit",
      "product_dependencies" : [
        "Console",
        "Command",
        "Splash",
        "SwiftSoup",
        "SwiftMarkdown"
      ],
      "product_memberships" : [
        "playdocs",
        "PlayDocsKit"
      ],
      "sources" : [
        "Chunk.swift",
        "Common/String+Extensions.swift",
        "Converter.swift",
        "Token.swift",
        "World.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlayDocs",
      "module_type" : "SwiftTarget",
      "name" : "PlayDocs",
      "path" : "Sources/PlayDocs",
      "product_dependencies" : [
        "Console",
        "Command",
        "Overture"
      ],
      "product_memberships" : [
        "playdocs"
      ],
      "sources" : [
        "Common/CommandArguments.swift",
        "Common/CommandContext+Extensions.swift",
        "Common/CommandFlags.swift",
        "Common/CommandOptions.swift",
        "Common/CommandProtocol.swift",
        "ConvertCommand.swift",
        "NewCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PlayDocsKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor/console.git
Fetching https://github.com/vapor-community/markdown.git
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/pointfreeco/swift-overture.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/2167] Fetching splash
[88/7744] Fetching splash, console
[872/7990] Fetching splash, console, markdown
[1506/8853] Fetching splash, console, markdown, swift-overture
[5600/12761] Fetching splash, console, markdown, swift-overture, swiftsoup
Fetched https://github.com/pointfreeco/swift-overture.git from cache (0.48s)
[10961/11898] Fetching splash, console, markdown, swiftsoup
Fetched https://github.com/vapor-community/markdown.git from cache (0.49s)
[11144/11652] Fetching splash, console, swiftsoup
Fetched https://github.com/vapor/console.git from cache (0.50s)
[5607/6075] Fetching splash, swiftsoup
Fetched https://github.com/JohnSundell/Splash from cache (0.77s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.77s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (4.40s)
Computing version for https://github.com/pointfreeco/swift-overture.git
Computed https://github.com/pointfreeco/swift-overture.git at 0.5.0 (3.45s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.58s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (1.04s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.98s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.02s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
[865/21062] Fetching service, core
Fetched https://github.com/vapor/service.git from cache (2.88s)
Fetched https://github.com/vapor/core.git from cache (2.89s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (3.66s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.84s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.57s)
Fetching https://github.com/apple/swift-nio.git
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (9.83s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.46s)
Creating working copy for https://github.com/vapor-community/markdown.git
Working copy of https://github.com/vapor-community/markdown.git resolved at 0.7.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/pointfreeco/swift-overture.git
Working copy of https://github.com/pointfreeco/swift-overture.git resolved at 0.5.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/brokenhandsio/cmark-gfm.git
Working copy of https://github.com/brokenhandsio/cmark-gfm.git resolved at 2.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 1.14.4
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/80] Write sources
[6/80] Compiling cmark xml.c
[7/80] Compiling cmark tagfilter.c
[8/80] Compiling cmark arena.c
[8/80] Compiling cmark tasklist.c
[10/80] Compiling cmark syntax_extension.c
[11/80] Compiling cmark strikethrough.c
[12/80] Compiling cmark render.c
[13/80] Compiling cmark registry.c
[14/80] Compiling cmark table.c
[15/80] Compiling cmark utf8.c
[16/80] Compiling cmark plugin.c
[16/80] Compiling cmark references.c
[18/80] Compiling cmark plaintext.c
[19/80] Write swift-version-24593BA9C3E375BF.txt
[20/80] Compiling cmark man.c
[21/80] Compiling cmark linked_list.c
[22/80] Compiling cmark map.c
[22/80] Compiling cmark node.c
[24/80] Compiling cmark latex.c
[25/80] Compiling cmark iterator.c
[26/80] Compiling cmark houdini_html_e.c
[27/80] Compiling cmark html.c
[28/80] Compiling cmark footnotes.c
[29/88] Compiling cmark houdini_href_e.c
[30/95] Compiling cmark scanners.c
[31/137] Compiling cmark houdini_html_u.c
[32/148] Compiling cmark inlines.c
[33/166] Compiling cmark core-extensions.c
[34/170] Compiling cmark cmark_ctype.c
[35/170] Compiling cmark cmark.c
[36/170] Compiling cmark ext_scanners.c
[37/170] Write sources
[39/170] Compiling cmark commonmark.c
[40/170] Write sources
[45/170] Compiling cmark autolink.c
[46/170] Write sources
[50/170] Compiling cmark buffer.c
[51/170] Compiling CNIOSHA1 c_nio_sha1.c
[52/170] Compiling cmark blocks.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   50 |         return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
      |                ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   55 |     int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
      |              ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   59 |     ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:116:8: note: 'fread' declared here
  116 | size_t fread(void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp);
      |        ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:60:5: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   60 |     close(fd);
      |     ^
4 errors generated.
[53/179] Compiling CNIOLinux shim.c
[53/179] Compiling CNIOLinux ifaddrs-android.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
[0/28] Write sources
[2/28] Compiling CNIODarwin shim.c
[3/28] Compiling CNIOLinux ifaddrs-android.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   50 |         return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
      |                ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   55 |     int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
      |              ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   59 |     ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:116:8: note: 'fread' declared here
  116 | size_t fread(void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp);
      |        ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:60:5: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   60 |     close(fd);
      |     ^
4 errors generated.
[4/28] Compiling CNIOLinux shim.c
[4/28] Compiling c-atomics.c
[4/28] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android