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 0.1.0 (2c7267), with Swift 6.1 for Android on 27 May 2025 10:11:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 2c72671 fixed tests
Cloned https://github.com/ldstreet/playdocs.git
Revision (git rev-parse @):
2c7267188827186eccd4343edb68645722f69b59
SUCCESS checkout https://github.com/ldstreet/playdocs.git at 0.1.0
========================================
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-4609320-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/pointfreeco/swift-overture.git
Fetching https://github.com/vapor-community/markdown.git
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/vapor/console.git
[1/2167] Fetching splash
[2168/3030] Fetching splash, swift-overture
[3031/8607] Fetching splash, swift-overture, console
[3255/12515] Fetching splash, swift-overture, console, swiftsoup
Fetched https://github.com/pointfreeco/swift-overture.git from cache (0.34s)
[6497/11652] Fetching splash, console, swiftsoup
Fetched https://github.com/vapor/console.git from cache (0.42s)
[5567/6075] Fetching splash, swiftsoup
[6076/6321] Fetching splash, swiftsoup, markdown
Fetched https://github.com/vapor-community/markdown.git from cache (0.81s)
Fetched https://github.com/JohnSundell/Splash from cache (0.81s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.82s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (2.69s)
Computing version for https://github.com/pointfreeco/swift-overture.git
Computed https://github.com/pointfreeco/swift-overture.git at 0.5.0 (1.88s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.80s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (0.85s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.31s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.46s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/core.git
[1/919] Fetching service
[920/21062] Fetching service, core
Fetched https://github.com/vapor/service.git from cache (0.21s)
[2619/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.31s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.83s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.92s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.49s)
Fetching https://github.com/apple/swift-nio.git
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (5.51s)
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.49s)
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.29s)
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-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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
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/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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
[9/80] Compiling CNIODarwin shim.c
[10/80] Compiling cmark xml.c
[11/80] Compiling cmark tagfilter.c
[12/80] Compiling cmark tasklist.c
[13/80] Compiling cmark syntax_extension.c
[14/80] Compiling cmark utf8.c
[15/80] Compiling cmark registry.c
[16/80] Compiling cmark strikethrough.c
[17/80] Compiling cmark render.c
[18/80] Compiling cmark table.c
[19/80] Compiling cmark plugin.c
[20/80] Compiling cmark map.c
[21/80] Compiling cmark node.c
[22/80] Compiling cmark references.c
[23/80] Compiling cmark plaintext.c
[24/80] Compiling cmark linked_list.c
[25/80] Compiling cmark man.c
[26/80] Compiling cmark iterator.c
[27/80] Compiling cmark latex.c
[28/80] Compiling cmark html.c
[29/80] Compiling cmark houdini_html_e.c
[30/80] Compiling cmark inlines.c
[31/80] Compiling cmark houdini_href_e.c
[32/80] Compiling cmark footnotes.c
[33/80] Compiling cmark houdini_html_u.c
[34/80] Compiling cmark cmark_ctype.c
[35/80] Compiling cmark core-extensions.c
[35/80] Compiling cmark ext_scanners.c
[37/80] Compiling cmark scanners.c
[38/80] Compiling cmark commonmark.c
[39/80] Write sources
[48/80] Compiling cmark cmark.c
[49/80] Compiling cmark arena.c
[50/80] Compiling cmark buffer.c
[50/80] Compiling cmark autolink.c
[51/80] Write sources
[53/80] Compiling CNIOSHA1 c_nio_sha1.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.
[54/80] Compiling CNIOLinux shim.c
[54/80] Compiling CNIOLinux ifaddrs-android.c
[54/80] Compiling cmark blocks.c
[54/80] Compiling c-atomics.c
[54/80] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/26] Compiling CNIOLinux ifaddrs-android.c
[1/26] 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.
[2/26] Compiling CNIOLinux shim.c
[2/26] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling c-atomics.c
BUILD FAILURE 6.1 android