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 SteamPress, reference 2.0.0-beta.4 (376f57), with Swift 6.1 for Android on 27 May 2025 08:41:11 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/brokenhandsio/SteamPress.git
Reference: 2.0.0-beta.4
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/brokenhandsio/SteamPress
 * tag               2.0.0-beta.4 -> FETCH_HEAD
HEAD is now at 376f57f Make applicaiton in steampress extension public to make it easy to build on
Cloned https://github.com/brokenhandsio/SteamPress.git
Revision (git rev-parse @):
376f57fe71b7a9014c6701ff8a6e5a5d0ef423bc
SUCCESS checkout https://github.com/brokenhandsio/SteamPress.git at 2.0.0-beta.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/SteamPress.git
https://github.com/brokenhandsio/SteamPress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-rc",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "leaf-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf-kit.git"
    },
    {
      "identity" : "markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/markdown.git"
    }
  ],
  "manifest_display_name" : "SteamPress",
  "name" : "SteamPress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SteamPress",
      "targets" : [
        "SteamPress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SteamPressTests",
      "module_type" : "SwiftTarget",
      "name" : "SteamPressTests",
      "path" : "Tests/SteamPressTests",
      "sources" : [
        "APITests/APITagControllerTests.swift",
        "AdminTests/AccessControlTests.swift",
        "AdminTests/AdminPageTests.swift",
        "AdminTests/AdminPostTests.swift",
        "AdminTests/AdminUserTests.swift",
        "AdminTests/LoginTests.swift",
        "BlogTests/AuthorTests.swift",
        "BlogTests/DisabledBlogTagTests.swift",
        "BlogTests/IndexTests.swift",
        "BlogTests/PostTests.swift",
        "BlogTests/SearchTests.swift",
        "BlogTests/TagTests.swift",
        "Fakes/CapturingViewRenderer.swift",
        "Fakes/PasswordHasherChoice.swift",
        "Fakes/Presenters/CapturingAdminPresenter.swift",
        "Fakes/Presenters/CapturingBlogPresenter.swift",
        "Fakes/ReversedPasswordHasher.swift",
        "Fakes/StubbedRandomNumberGenerator.swift",
        "Feed Tests/AtomFeedTests.swift",
        "Feed Tests/RSSFeedTests.swift",
        "Helpers/InMemoryRepository.swift",
        "Helpers/SteamPressTestError.swift",
        "Helpers/TestDataBuilder.swift",
        "Helpers/TestWorld+Application.swift",
        "Helpers/TestWorld+Responses.swift",
        "Helpers/TestWorld+TestDataBuilder.swift",
        "Helpers/TestWorld.swift",
        "Models/LoginData.swift",
        "ProviderTests.swift",
        "ViewTests/BlogAdminPresenterTests.swift",
        "ViewTests/BlogPresenterTests.swift",
        "ViewTests/BlogViewTests.swift"
      ],
      "target_dependencies" : [
        "SteamPress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SteamPress",
      "module_type" : "SwiftTarget",
      "name" : "SteamPress",
      "path" : "Sources/SteamPress",
      "product_dependencies" : [
        "Vapor",
        "LeafKit",
        "SwiftSoup",
        "SwiftMarkdown"
      ],
      "product_memberships" : [
        "SteamPress"
      ],
      "sources" : [
        "BlogPathCreator.swift",
        "Config/BlogAdminPageInformation.swift",
        "Config/BlogGlobalPageInformation.swift",
        "Config/FeedInformation.swift",
        "Config/PaginationInformation.swift",
        "Controllers/API/APIController.swift",
        "Controllers/API/APITagController.swift",
        "Controllers/Admin/LoginController.swift",
        "Controllers/Admin/PostAdminController.swift",
        "Controllers/Admin/UserAdminController.swift",
        "Controllers/BlogAdminController.swift",
        "Controllers/BlogController.swift",
        "Controllers/FeedController.swift",
        "Extensions/BlogUser+Information.swift",
        "Extensions/Models+Parameters.swift",
        "Extensions/Request+PageInformation.swift",
        "Extensions/Request+PaginationInformation.swift",
        "Extensions/String+Optional+Whitespace.swift",
        "Extensions/String+Random.swift",
        "Extensions/URL+Converters.swift",
        "Feed Generators/AtomFeedGenerator.swift",
        "Feed Generators/RSSFeedGenerator.swift",
        "Middleware/BlogAuthSessionsMiddleware.swift",
        "Middleware/BlogLoginRedirectAuthMiddleware.swift",
        "Middleware/BlogRememberMeMiddleware.swift",
        "Models/BlogPost.swift",
        "Models/BlogTag.swift",
        "Models/BlogUser.swift",
        "Models/Contexts/Admin/AdminPageContext.swift",
        "Models/Contexts/Admin/CreatePostPageContext.swift",
        "Models/Contexts/Admin/CreateUserPageContext.swift",
        "Models/Contexts/Admin/ResetPasswordPageContext.swift",
        "Models/Contexts/AllAuthorsPageContext.swift",
        "Models/Contexts/AllTagsPageContext.swift",
        "Models/Contexts/AuthorPageContext.swift",
        "Models/Contexts/BlogIndexPageContext.swift",
        "Models/Contexts/BlogPostPageContext.swift",
        "Models/Contexts/ContextViews/BlogTagWithPostCount.swift",
        "Models/Contexts/ContextViews/ViewBlogAuthor.swift",
        "Models/Contexts/ContextViews/ViewBlogPost.swift",
        "Models/Contexts/ContextViews/ViewBlogTag.swift",
        "Models/Contexts/LoginPageContext.swift",
        "Models/Contexts/PaginationTagInformation.swift",
        "Models/Contexts/SearchPageContext.swift",
        "Models/Contexts/TagPageContext.swift",
        "Models/Errors/CreatePostErrors.swift",
        "Models/Errors/CreateUserErrors.swift",
        "Models/FormData/CreatePostData.swift",
        "Models/FormData/CreateUserData.swift",
        "Models/FormData/LoginData.swift",
        "Models/FormData/ResetPasswordData.swift",
        "Presenters/Application+SteamPress+BlogAdminPresenter.swift",
        "Presenters/Application+SteamPress+BlogPresenter.swift",
        "Presenters/BlogAdminPresenter.swift",
        "Presenters/BlogPresenter.swift",
        "Presenters/ViewBlogAdminPresenter.swift",
        "Presenters/ViewBlogPresenter.swift",
        "Repositories/Application+SteamPress+Repositories.swift",
        "Repositories/Request+Repositories.swift",
        "Repositories/SteamPressRepository.swift",
        "Services/LongPostDateFormatter.swift",
        "Services/NumericPostFormatter.swift",
        "Services/RealRandomNumberGenerator.swift",
        "Services/SteamPressRandomNumberGenerator.swift",
        "SteamPress+Application.swift",
        "SteamPressError.swift",
        "SteamPressRoutesLifecycleHandler.swift",
        "Views/PaginatorTag.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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/scinfu/SwiftSoup.git
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor-community/markdown.git
[1/3908] Fetching swiftsoup
[1447/8846] Fetching swiftsoup, leaf-kit
[7909/83224] Fetching swiftsoup, leaf-kit, vapor
[22979/83470] Fetching swiftsoup, leaf-kit, vapor, markdown
Fetched https://github.com/scinfu/SwiftSoup.git from cache (2.25s)
Fetched https://github.com/vapor-community/markdown.git from cache (2.32s)
Fetched https://github.com/vapor/leaf-kit.git from cache (2.32s)
Fetched https://github.com/vapor/vapor.git from cache (2.35s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (2.88s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (0.73s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.39s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.49s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.58s)
Fetching https://github.com/apple/swift-nio.git
[1/76043] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.97s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[572/6101] Fetching swift-system, swift-atomics
[1581/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.70s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4974] Fetching swift-distributed-tracing
[1394/8272] Fetching swift-distributed-tracing, multipart-kit
[1395/10881] Fetching swift-distributed-tracing, multipart-kit, websocket-kit
[3285/11944] Fetching swift-distributed-tracing, multipart-kit, websocket-kit, swift-service-context
[7153/17903] Fetching swift-distributed-tracing, multipart-kit, websocket-kit, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.66s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1650/7134] Fetching multipart-kit, swift-log
[1919/13048] Fetching multipart-kit, swift-log, swift-nio-extras
[6747/24575] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11483/20739] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
[5684/14825] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-crypto.git
[13177/28761] Fetching multipart-kit, swift-nio-http2, swift-crypto
[13456/43604] Fetching multipart-kit, swift-nio-http2, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.27s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.12s)
Fetching https://github.com/vapor/async-kit.git
[1/5577] Fetching console-kit
[5578/7783] Fetching console-kit, swift-metrics
Fetched https://github.com/apple/swift-crypto.git from cache (1.85s)
[6108/10153] Fetching console-kit, swift-metrics, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.96s)
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
Fetched https://github.com/vapor/console-kit.git from cache (0.54s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.53s)
[1/20727] Fetching routing-kit
[15961/34741] Fetching routing-kit, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.07s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.02s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.21s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.97s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.73s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/4985] Fetching swift-async-algorithms
[500/5889] Fetching swift-async-algorithms, swift-http-types
[1293/12044] Fetching swift-async-algorithms, swift-http-types, swift-certificates
[2866/13185] Fetching swift-async-algorithms, swift-http-types, swift-certificates, swift-http-structured-headers
[3393/15611] Fetching swift-async-algorithms, swift-http-types, swift-certificates, swift-http-structured-headers, swift-service-lifecycle
[11938/14707] Fetching swift-async-algorithms, swift-certificates, swift-http-structured-headers, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[12951/13566] Fetching swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.47s)
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.69s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.02s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.63s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.72s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.66s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.43s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.94s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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-community/markdown.git
Working copy of https://github.com/vapor-community/markdown.git resolved at 0.7.1
Building for debugging...
[0/868] Write sources
[22/868] Compiling cmark plugin.c
[22/868] Compiling cmark references.c
[24/868] Compiling cmark map.c
[25/868] Compiling cmark plaintext.c
[26/868] Compiling cmark man.c
[27/868] Compiling cmark node.c
[28/868] Compiling cmark tagfilter.c
[29/868] Compiling cmark xml.c
[30/868] Compiling cmark tasklist.c
[31/868] Compiling cmark syntax_extension.c
[32/868] Compiling cmark registry.c
[33/868] Compiling cmark table.c
[34/868] Compiling cmark render.c
[34/868] Compiling cmark strikethrough.c
[36/868] Compiling cmark linked_list.c
[37/868] Compiling cmark iterator.c
[38/868] Compiling cmark latex.c
[39/868] Compiling cmark html.c
[40/868] Write swift-version-24593BA9C3E375BF.txt
[41/868] Compiling cmark houdini_html_e.c
[42/868] Compiling cmark houdini_href_e.c
[43/868] Compiling cmark footnotes.c
[44/868] Compiling cmark inlines.c
[44/868] Compiling cmark ext_scanners.c
[46/868] Compiling cmark houdini_html_u.c
[47/868] Compiling cmark utf8.c
[48/868] Compiling cmark cmark_ctype.c
[49/868] Compiling cmark core-extensions.c
[50/868] Compiling cmark cmark.c
[51/868] Compiling cmark commonmark.c
[52/868] Compiling cmark scanners.c
[53/868] Write sources
[54/868] Compiling cmark buffer.c
[55/868] Write sources
[56/868] Compiling cmark autolink.c
[56/868] Write sources
[62/871] Compiling _AtomicsShims.c
[62/871] Compiling _NumericsShims _NumericsShims.c
[64/871] Write sources
[65/871] Compiling cmark blocks.c
[66/871] Write sources
[74/871] Compiling cmark arena.c
[75/871] Write sources
[78/962] Emitting module Logging
[79/962] Compiling RealModule Float+Real.swift
[80/963] Compiling _NIODataStructures _TinyArray.swift
[81/963] Compiling _NIODataStructures PriorityQueue.swift
[82/963] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/963] Emitting module InternalCollectionsUtilities
[84/963] Compiling RealModule AlgebraicField.swift
[85/963] Compiling RealModule ApproximateEquality.swift
[86/964] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/964] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/964] Emitting module RealModule
[91/964] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/964] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/964] Emitting module _NIOBase64
[94/964] Compiling _NIOBase64 Base64.swift
[95/964] Compiling RealModule Real.swift
[96/964] Compiling RealModule AugmentedArithmetic.swift
[97/964] Compiling RealModule Double+Real.swift
[98/964] Compiling ServiceContextModule ServiceContextKey.swift
[99/964] Emitting module ServiceContextModule
[100/964] Compiling ServiceContextModule ServiceContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[101/964] Emitting module SwiftMarkdown
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
 1 | import cmark
 2 | #if os(Android) || os(Linux)
 3 | import Glibc
   |        `- error: no such module 'Glibc'
 4 | #endif
 5 |
[102/964] Compiling SwiftMarkdown SwiftMarkdown.swift
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
 1 | import cmark
 2 | #if os(Android) || os(Linux)
 3 | import Glibc
   |        `- error: no such module 'Glibc'
 4 | #endif
 5 |
[103/965] Compiling RealModule ElementaryFunctions.swift
[106/965] Compiling RealModule Float16+Real.swift
[107/965] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[108/965] Compiling InternalCollectionsUtilities Debugging.swift
[109/965] Compiling RealModule Float80+Real.swift
[110/966] Compiling InternalCollectionsUtilities Descriptions.swift
[111/966] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[112/966] Emitting module _NIODataStructures
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
[0/1] Planning build
Building for debugging...
[0/791] Write sources
[11/792] Compiling fiat_p256_adx_mul.S
[12/792] Compiling CSystem shims.c
[12/792] Write sources
[14/792] Compiling fiat_p256_adx_sqr.S
[14/792] Compiling CNIOSHA1 c_nio_sha1.c
[16/792] Compiling md5-x86_64-linux.S
[16/792] Compiling fiat_curve25519_adx_square.S
[18/792] Compiling CNIOWindows shim.c
[18/792] Compiling fiat_curve25519_adx_mul.S
[20/792] Compiling CNIOWindows WSAStartup.c
[21/792] Compiling CNIOWASI CNIOWASI.c
[22/792] Compiling CVaporBcrypt blf.c
[23/792] Compiling CVaporBcrypt bcrypt.c
[24/792] Compiling CNIOLinux liburing_shims.c
[25/792] Compiling CNIOLLHTTP c_nio_http.c
[26/792] Compiling CNIODarwin shim.c
[26/792] Compiling CNIOExtrasZlib empty.c
[28/792] Compiling CNIOLinux shim.c
[29/792] Compiling CNIOLLHTTP c_nio_api.c
[30/792] Compiling fiat_p256_adx_sqr.S
[31/792] Compiling fiat_p256_adx_mul.S
[32/792] Compiling fiat_curve25519_adx_square.S
[33/792] Write swift-version-24593BA9C3E375BF.txt
[34/792] Compiling CCryptoBoringSSLShims shims.c
[35/792] Compiling fiat_curve25519_adx_mul.S
[36/792] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/794] Compiling CNIOBoringSSLShims shims.c
[39/880] Emitting module _NIODataStructures
[40/880] Emitting module _NIOBase64
[41/880] Compiling _NIOBase64 Base64.swift
[43/881] Compiling _NIODataStructures Heap.swift
[44/881] Compiling _NIODataStructures PriorityQueue.swift
[45/881] Compiling _NIODataStructures _TinyArray.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/887] Emitting module SwiftMarkdown
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
 1 | import cmark
 2 | #if os(Android) || os(Linux)
 3 | import Glibc
   |        `- error: no such module 'Glibc'
 4 | #endif
 5 |
[48/887] Compiling SwiftMarkdown SwiftMarkdown.swift
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
 1 | import cmark
 2 | #if os(Android) || os(Linux)
 3 | import Glibc
   |        `- error: no such module 'Glibc'
 4 | #endif
 5 |
[48/887] Compiling tls13_server.cc
[48/887] Compiling tls13_enc.cc
[48/887] Compiling tls_method.cc
[49/887] Emitting module SystemPackage
[50/887] Compiling SwiftSoup ArrayExt.swift
[51/887] Compiling SwiftSoup Attribute.swift
[52/887] Compiling SwiftSoup Attributes.swift
[53/887] Compiling SwiftSoup BinarySearch.swift
[53/887] Compiling tls_record.cc
BUILD FAILURE 6.1 android