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-core, reference 2.0.12 (d1a58d), with Swift 6.1 for Android on 28 May 2025 18:22:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/iankoex/steampress-core.git
Reference: 2.0.12
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/iankoex/steampress-core
 * tag               2.0.12     -> FETCH_HEAD
HEAD is now at d1a58d9 New Zip package that might work on linux
Cloned https://github.com/iankoex/steampress-core.git
Revision (git rev-parse @):
d1a58d96b3a21fdf30a31dea95818b973f05e437
SUCCESS checkout https://github.com/iankoex/steampress-core.git at 2.0.12
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iankoex/steampress-core.git
https://github.com/iankoex/steampress-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/Zip.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver"
    },
    {
      "identity" : "spec",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/binarybirds/spec"
    }
  ],
  "manifest_display_name" : "steampress-core",
  "name" : "steampress-core",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SteamPressCore",
      "targets" : [
        "SteamPressCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SteamPressCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SteamPressCoreTests",
      "path" : "Tests/SteamPressCoreTests",
      "product_dependencies" : [
        "XCTVapor",
        "FluentSQLiteDriver",
        "Spec"
      ],
      "sources" : [
        "APITests/APITagControllerTests.swift",
        "AdminTests/AccessAllowedTests.swift",
        "AdminTests/AccessRestrictedTests.swift",
        "AdminTests/LoginTests.swift",
        "AdminTests/MembersCreateTests.swift",
        "AdminTests/MembersDeleteTests.swift",
        "AdminTests/MembersUpdateTests.swift",
        "AdminTests/PagesPresenterTests.swift",
        "AdminTests/PostsCreateTests.swift",
        "AdminTests/PostsUpdateTests.swift",
        "AdminTests/TagsTests.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" : [
        "SteamPressCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SteamPressCore",
      "module_type" : "SwiftTarget",
      "name" : "SteamPressCore",
      "path" : "Sources/SteamPressCore",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "Zip"
      ],
      "product_memberships" : [
        "SteamPressCore"
      ],
      "sources" : [
        "Config/FeedInformation.swift",
        "Config/GlobalWebsiteInformation.swift",
        "Config/PaginationInformation.swift",
        "Controllers/API/APIController.swift",
        "Controllers/API/APITagController.swift",
        "Controllers/Admin/BlogAdminController.swift",
        "Controllers/Admin/LoginController.swift",
        "Controllers/Admin/PostsAdminController.swift",
        "Controllers/Admin/TagsAdminController.swift",
        "Controllers/Admin/UsersAdminController.swift",
        "Controllers/BlogController.swift",
        "Controllers/FeedController.swift",
        "Extensions/Application+SteamPress.swift",
        "Extensions/BlogUser+Information.swift",
        "Extensions/Models+Parameters.swift",
        "Extensions/Request+FilePath.swift",
        "Extensions/Request+PageInformation.swift",
        "Extensions/Request+PaginationInformation.swift",
        "Extensions/Request+ThemeUpdater.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",
        "Migrations/BlogPostMigration.swift",
        "Migrations/BlogTagMigration.swift",
        "Migrations/BlogUserMigration.swift",
        "Migrations/PostTagPivotMigration.swift",
        "Migrations/SPSiteInformationMigration.swift",
        "Models/BlogPost.swift",
        "Models/BlogTag.swift",
        "Models/BlogUser.swift",
        "Models/Contexts/ContextViews/BlogTagWithPostCount.swift",
        "Models/Contexts/ContextViews/ViewBlogAuthor.swift",
        "Models/Contexts/ContextViews/ViewBlogPost.swift",
        "Models/Contexts/ContextViews/ViewBlogTag.swift",
        "Models/Contexts/PaginationTagInformation.swift",
        "Models/Errors/CreatePostErrors.swift",
        "Models/FormData/CreatePostData.swift",
        "Models/FormData/CreateTagData.swift",
        "Models/FormData/CreateUserData.swift",
        "Models/FormData/FileContainers.swift",
        "Models/FormData/LoginData.swift",
        "Models/FormData/ResetPasswordData.swift",
        "Models/FormData/UpdateSiteInformation.swift",
        "Models/PostTagPivot.swift",
        "Models/SPSiteInformation.swift",
        "Models/Theme.swift",
        "Presenters/BlogPathCreator.swift",
        "Presenters/Presenter+Registry+Factory+Extensions.swift",
        "Presenters/Presenters+Protocols.swift",
        "Presenters/Presenters.swift",
        "Repositories/Registry+Factory+Extensions.swift",
        "Repositories/Repositories.swift",
        "Repositories/Repository+Protocols.swift",
        "Services/LongPostDateFormatter.swift",
        "Services/NumericPostFormatter.swift",
        "Services/RealRandomNumberGenerator.swift",
        "Services/SteamPressError.swift",
        "Services/SteamPressRandomNumberGenerator.swift",
        "SteamPressConfiguration.swift",
        "SteamPressLifecycleHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/binarybirds/spec
Fetching https://github.com/marmelroy/Zip.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/80] Fetching spec
[81/2069] Fetching spec, zip
[539/3416] Fetching spec, zip, fluent-sqlite-driver
[917/16837] Fetching spec, zip, fluent-sqlite-driver, fluent
[7559/91215] Fetching spec, zip, fluent-sqlite-driver, fluent, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (1.15s)
[25378/89868] Fetching spec, zip, fluent, vapor
Fetched https://github.com/marmelroy/Zip.git from cache (1.18s)
[24866/87879] Fetching spec, fluent, vapor
Fetched https://github.com/binarybirds/spec from cache (1.54s)
[28297/87799] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (4.19s)
Fetched https://github.com/vapor/vapor.git from cache (4.25s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (5.40s)
Computing version for https://github.com/binarybirds/spec
Computed https://github.com/binarybirds/spec at 1.2.2 (1.09s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.00s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.97s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.88s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[1267/9819] Fetching swift-log, sql-kit
[3371/85912] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
[9027/82076] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.93s)
[3805/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.76s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.96s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.26s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[397/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.55s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (3.02s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (3.73s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (6.37s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.32s)
[16/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.10s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.72s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.66s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.78s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.88s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
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
[1/2609] Fetching websocket-kit
[1019/7583] Fetching websocket-kit, swift-distributed-tracing
[1072/8646] Fetching websocket-kit, swift-distributed-tracing, swift-service-context
[3924/11965] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit
[4777/17879] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit, swift-nio-extras
[5531/20085] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit, swift-nio-extras, swift-metrics
Fetched https://github.com/apple/swift-service-context.git from cache (0.57s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.57s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.62s)
Fetching https://github.com/apple/swift-crypto.git
[3834/17052] Fetching multipart-kit, swift-metrics, swift-nio-http2
[6140/31895] Fetching multipart-kit, swift-metrics, swift-nio-http2, swift-nio-ssl
[6256/45831] Fetching multipart-kit, swift-metrics, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (2.08s)
Fetching https://github.com/vapor/console-kit.git
[34602/43625] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.23s)
[33121/40306] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[40307/45883] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
[29281/34356] Fetching swift-nio-ssl, swift-crypto, console-kit
[33186/48370] Fetching swift-nio-ssl, swift-crypto, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.87s)
[31022/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.79s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.75s)
[1/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.60s)
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.92s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
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.47s)
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.11s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.16s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/2426] Fetching swift-service-lifecycle
[26/4016] Fetching swift-service-lifecycle, swift-asn1
[322/5157] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers
[1571/6061] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types
[4475/12216] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates
[4873/17201] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.69s)
[8676/16060] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
[8045/15156] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.08s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.09s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.09s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.10s)
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 (2.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.15s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.23s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.88s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.26s)
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.57s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.98s)
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.59s)
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.54s)
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 (0.52s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Creating working copy for https://github.com/binarybirds/spec
Working copy of https://github.com/binarybirds/spec resolved at 1.2.2
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/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/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/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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver
Working copy of https://github.com/vapor/fluent-sqlite-driver resolved at 4.8.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/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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
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/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/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/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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/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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/838] Write sources
[43/838] Compiling CVaporBcrypt bcrypt.c
[43/838] Write sources
[45/838] Compiling Minizip ioapi.c
[46/838] Compiling CNIOWindows WSAStartup.c
[46/838] Compiling CNIOWindows shim.c
[48/838] Write sources
[56/838] Compiling _NumericsShims _NumericsShims.c
[57/838] Compiling CNIOWASI CNIOWASI.c
[58/838] Compiling _AtomicsShims.c
[58/838] Compiling Minizip unzip.c
[60/838] Compiling CSystem shims.c
[60/838] Compiling Minizip zip.c
[62/838] Compiling CNIOSHA1 c_nio_sha1.c
[63/838] Compiling CNIOLinux liburing_shims.c
[64/838] Compiling CNIOExtrasZlib empty.c
[65/838] Compiling CNIODarwin shim.c
[66/838] Compiling CNIOLLHTTP c_nio_http.c
[67/838] Compiling CNIOLinux shim.c
[68/838] Compiling CNIOLLHTTP c_nio_api.c
[69/838] Compiling CVaporBcrypt blf.c
[70/838] Write swift-version-24593BA9C3E375BF.txt
[71/838] Compiling fiat_p256_adx_sqr.S
[72/838] Compiling fiat_p256_adx_mul.S
[73/838] Compiling fiat_curve25519_adx_square.S
[74/838] Compiling fiat_curve25519_adx_mul.S
[75/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/848] Compiling CNIOBoringSSLShims shims.c
[77/889] Compiling tls_method.cc
[78/894] Compiling tls_record.cc
[80/908] Compiling ServiceContextModule ServiceContextKey.swift
[81/908] Compiling _NIODataStructures _TinyArray.swift
[82/908] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/908] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/908] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/908] Compiling InternalCollectionsUtilities Debugging.swift
[87/908] Compiling InternalCollectionsUtilities Descriptions.swift
[88/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[89/908] Emitting module InternalCollectionsUtilities
[90/908] Compiling RealModule Real.swift
[91/908] Emitting module RealModule
[92/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/910] Compiling RealModule Float80+Real.swift
[97/910] Compiling RealModule Float16+Real.swift
[100/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/910] Compiling InternalCollectionsUtilities Integer rank.swift
[104/910] Compiling ServiceContextModule ServiceContext.swift
[105/910] Emitting module ServiceContextModule
[106/910] Compiling _NIODataStructures PriorityQueue.swift
[107/911] Compiling RealModule ElementaryFunctions.swift
[108/911] Compiling RealModule Float+Real.swift
[109/911] Emitting module _NIOBase64
[110/911] Compiling _NIOBase64 Base64.swift
[111/911] Emitting module _NIODataStructures
[112/911] Compiling _NIODataStructures Heap.swift
[117/913] Compiling SystemPackage MachPort.swift
[118/913] Compiling SystemPackage PlatformString.swift
[119/913] Compiling SystemPackage SystemString.swift
[124/916] Emitting module SystemPackage
[130/916] Compiling RealModule RealFunctions.swift
[134/917] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[136/961] Compiling Instrumentation Instrument.swift
[137/986] Compiling Instrumentation NoOpInstrument.swift
[138/995] Compiling Instrumentation MultiplexInstrument.swift
[139/995] Emitting module Instrumentation
[140/995] Compiling _RopeModule _RopePath.swift
[141/995] Compiling _RopeModule BigString+Append.swift
[142/995] Compiling _RopeModule BigString+Initializers.swift
[143/995] Compiling CoreMetrics Metrics.swift
[143/995] Compiling tls13_enc.cc
[144/995] Compiling tls13_server.cc
[146/1057] Emitting module Logging
[147/1057] Compiling Logging Locks.swift
[148/1057] Emitting module CoreMetrics
[149/1057] Compiling CoreMetrics Locks.swift
[150/1058] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[151/1058] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[152/1058] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[153/1058] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[154/1058] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[155/1058] Compiling OrderedCollections OrderedDictionary+Elements.swift
[156/1058] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[157/1058] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[158/1058] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/1058] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/1058] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/1058] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/1058] Compiling Instrumentation InstrumentationSystem.swift
[163/1058] Compiling Instrumentation Locks.swift
[164/1060] Compiling Logging MetadataProvider.swift
[165/1060] Compiling Logging LogHandler.swift
[166/1060] Compiling Logging Logging.swift
[171/1061] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/1065] Compiling HeapModule Heap+Descriptions.swift
[173/1069] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[174/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[175/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[176/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[177/1069] Compiling OrderedCollections OrderedDictionary.swift
[178/1069] Compiling OrderedCollections OrderedSet+Codable.swift
[179/1069] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[180/1069] Compiling OrderedCollections OrderedSet+Descriptions.swift
[181/1069] Compiling OrderedCollections OrderedSet+Diffing.swift
[182/1069] Compiling OrderedCollections OrderedSet+Equatable.swift
[188/1069] Compiling OrderedCollections OrderedSet+Initializers.swift
[189/1069] Compiling OrderedCollections OrderedSet+Insertions.swift
[190/1069] Compiling OrderedCollections OrderedSet+Invariants.swift
[191/1069] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[192/1069] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/1069] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[195/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[196/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[197/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[198/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[199/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[200/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[201/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[202/1078] Compiling HeapModule _HeapNode.swift
[203/1078] Compiling _RopeModule _RopeVersion.swift
[204/1078] Compiling _RopeModule Rope+Collection.swift
[205/1078] Compiling _RopeModule Rope+Index.swift
[206/1078] Compiling _RopeModule Rope+Sequence.swift
[207/1078] Compiling _RopeModule Rope+Append.swift
[208/1078] Compiling _RopeModule Rope+Extract.swift
[209/1078] Compiling _RopeModule Rope+Find.swift
[210/1078] Compiling _RopeModule Rope+ForEachWhile.swift
[211/1078] Compiling _RopeModule Rope+Insert.swift
[212/1078] Compiling HeapModule Heap+Invariants.swift
[213/1078] Compiling HeapModule Heap+UnsafeHandle.swift
[214/1078] Compiling HeapModule Heap.swift
[215/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[216/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[217/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[218/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[219/1101] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[220/1101] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[221/1101] Compiling _RopeModule BigString+Iterators.swift
[222/1101] Compiling _RopeModule BigString+Metrics.swift
[223/1101] Compiling _RopeModule BigString+Summary.swift
[224/1101] Compiling _RopeModule BigString.swift
[225/1162] Emitting module HeapModule
[226/1163] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[227/1163] Compiling HashTreeCollections TreeDictionary+Keys.swift
[228/1163] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[229/1163] Compiling HashTreeCollections TreeDictionary+Merge.swift
[230/1163] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[231/1163] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[232/1163] Compiling HashTreeCollections TreeDictionary+Values.swift
[233/1163] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[234/1163] Compiling HashTreeCollections TreeSet+Extras.swift
[235/1163] Compiling HashTreeCollections TreeSet+Filter.swift
[236/1163] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[237/1163] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[238/1163] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/1163] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[240/1170] Emitting module _RopeModule
[242/1170] Compiling Zip QuickZip.swift
[243/1170] Emitting module Metrics
[244/1170] Compiling Metrics Metrics.swift
[245/1170] Compiling RoutingKit PathComponent.swift
[246/1171] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[247/1171] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[248/1171] Compiling HashTreeCollections _HashNode+Structural merge.swift
[249/1171] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/1171] Compiling HashTreeCollections _Bitmap.swift
[251/1171] Compiling HashTreeCollections _Bucket.swift
[252/1171] Compiling HashTreeCollections _Hash.swift
[253/1171] Compiling HashTreeCollections _HashLevel.swift
[254/1171] Compiling Tracing InstrumentationSystem+Tracing.swift
[255/1171] Compiling Zip ZipUtilities.swift
[256/1171] Emitting module Zip
[257/1171] Compiling Zip Zip.swift
/host/spi-builder-workspace/.build/checkouts/Zip/Zip/Zip.swift:209:51: error: cannot find type 'FILE' in scope
207 |
208 |             var writeBytes: UInt64 = 0
209 |             var filePointer: UnsafeMutablePointer<FILE>?
    |                                                   `- error: cannot find type 'FILE' in scope
210 |             filePointer = fopen(fullPath, "wb")
211 |             while filePointer != nil {
[258/1171] Compiling Tracing TracingTime.swift
[259/1171] Compiling RoutingKit AnyRouter.swift
[260/1171] Emitting module RoutingKit
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SteamPressCoreTests/steampress-core.xctestplan
[0/1] Planning build
Building for debugging...
[0/757] Write sources
[1/758] Compiling fiat_curve25519_adx_square.S
[2/758] Compiling fiat_p256_adx_sqr.S
[3/758] Compiling fiat_curve25519_adx_mul.S
[4/758] Compiling fiat_p256_adx_mul.S
[5/758] Compiling md5-x86_64-linux.S
[6/758] Compiling md5-586-linux.S
[7/758] Compiling md5-x86_64-apple.S
[8/758] Compiling CCryptoBoringSSLShims shims.c
[9/758] Compiling t1_enc.cc
[10/758] Write swift-version-24593BA9C3E375BF.txt
[11/758] Compiling tls13_client.cc
[12/758] Compiling ssl_transcript.cc
[13/758] Compiling ssl_x509.cc
[14/760] Compiling tls13_both.cc
[15/764] Compiling ssl_stat.cc
[16/764] Compiling ssl_versions.cc
[18/809] Compiling Zip ZipUtilities.swift
[19/809] Emitting module Zip
[20/809] Compiling ServiceContextModule ServiceContextKey.swift
[21/809] Compiling RealModule ElementaryFunctions.swift
[22/810] Emitting module _NIOBase64
[23/810] Compiling _NIOBase64 Base64.swift
[24/811] Compiling _NIODataStructures _TinyArray.swift
[25/811] Compiling _NIODataStructures PriorityQueue.swift
[26/811] Compiling _NIODataStructures Heap.swift
[27/811] Emitting module _NIODataStructures
[28/812] Compiling RealModule RealFunctions.swift
[29/812] Compiling RealModule Float80+Real.swift
[30/812] Compiling RealModule Real.swift
[31/812] Compiling ServiceContextModule ServiceContext.swift
[32/812] Emitting module ServiceContextModule
[34/813] Compiling RealModule Float+Real.swift
[35/813] Compiling RealModule Float16+Real.swift
[37/813] Compiling Zip QuickZip.swift
[38/813] Compiling Zip Zip.swift
/host/spi-builder-workspace/.build/checkouts/Zip/Zip/Zip.swift:209:51: error: cannot find type 'FILE' in scope
207 |
208 |             var writeBytes: UInt64 = 0
209 |             var filePointer: UnsafeMutablePointer<FILE>?
    |                                                   `- error: cannot find type 'FILE' in scope
210 |             filePointer = fopen(fullPath, "wb")
211 |             while filePointer != nil {
[39/813] Emitting module RealModule
[39/813] Compiling ssl_privkey.cc
[39/813] Compiling ssl_session.cc
BUILD FAILURE 6.1 android