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 main (38f67e), with Swift 6.1 for Android on 28 May 2025 18:20:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/SteamPress.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38f67e7 try this
Cloned https://github.com/iankoex/SteamPress.git
Revision (git rev-parse @):
38f67e75f61eda17bc7bb345b61c9daf6fd74097
SUCCESS checkout https://github.com/iankoex/SteamPress.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iankoex/SteamPress.git
https://github.com/iankoex/SteamPress.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" : "fluent-postgres-driver",
      "requirement" : {
        "exact" : [
          "2.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "fluent-mysql-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql-driver.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" : "steampress-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.12",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iankoex/steampress-core.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "leaf-error-middleware",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brokenhandsio/leaf-error-middleware.git"
    }
  ],
  "manifest_display_name" : "SteamPress",
  "name" : "SteamPress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "SteamPressExampleTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentPostgresDriver",
        "FluentMySQLDriver",
        "FluentSQLiteDriver",
        "SteamPressCore",
        "Leaf",
        "LeafErrorMiddleware"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "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/ErrorContext.swift",
        "Models/Contexts/LoginPageContext.swift",
        "Models/Contexts/SearchPageContext.swift",
        "Models/Contexts/TagPageContext.swift",
        "Presenters/ViewBlogAdminPresenter.swift",
        "Presenters/ViewBlogPresenter.swift",
        "Repositories/PostRepository.swift",
        "Repositories/TagRepository.swift",
        "Repositories/UserRepository.swift",
        "Services/ConfigureDatabases.swift",
        "Services/Services.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/brokenhandsio/leaf-error-middleware.git
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/iankoex/steampress-core.git
[1/529] Fetching leaf-error-middleware
[7/4485] Fetching leaf-error-middleware, leaf
[245/5832] Fetching leaf-error-middleware, leaf, fluent-sqlite-driver
[3974/8606] Fetching leaf-error-middleware, leaf, fluent-sqlite-driver, fluent-mysql-driver
[4252/11265] Fetching leaf-error-middleware, leaf, fluent-sqlite-driver, fluent-mysql-driver, fluent-postgres-driver
[11266/20073] Fetching leaf-error-middleware, leaf, fluent-sqlite-driver, fluent-mysql-driver, fluent-postgres-driver, steampress-core
Fetched https://github.com/brokenhandsio/leaf-error-middleware.git from cache (0.43s)
Fetching https://github.com/vapor/fluent.git
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (0.45s)
Fetched https://github.com/vapor/leaf.git from cache (0.46s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.47s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.61s)
Fetched https://github.com/iankoex/steampress-core.git from cache (0.61s)
[1/13421] Fetching fluent
[13422/87799] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (1.83s)
Fetched https://github.com/vapor/vapor.git from cache (2.09s)
Computing version for https://github.com/brokenhandsio/leaf-error-middleware.git
Computed https://github.com/brokenhandsio/leaf-error-middleware.git at 4.1.1 (3.21s)
Computing version for https://github.com/iankoex/steampress-core.git
Computed https://github.com/iankoex/steampress-core.git at 2.0.12 (0.90s)
Fetching https://github.com/marmelroy/Zip.git
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.59s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.6.0 (1.20s)
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/7725] Fetching async-kit, postgres-kit
[4567/21053] Fetching async-kit, postgres-kit, fluent-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
[8954/18683] Fetching postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.58s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.58s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (1.25s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.01s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2111/9795] Fetching swift-log, swift-algorithms
[5864/26386] Fetching swift-log, swift-algorithms, swift-collections
[11290/102479] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[9375/98643] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
[6431/92684] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.55s)
Fetched https://github.com/apple/swift-nio.git from cache (4.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.37s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.83s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.61s)
Fetching https://github.com/vapor/mysql-kit.git
[1/5151] Fetching mysql-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.49s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.10.0 (1.19s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/5983] Fetching sql-kit
[5984/19919] Fetching sql-kit, swift-crypto
[8214/34762] Fetching sql-kit, swift-crypto, swift-nio-ssl
[13989/36979] Fetching sql-kit, swift-crypto, swift-nio-ssl, mysql-nio
Fetched https://github.com/vapor/mysql-nio.git from cache (1.12s)
[18147/34762] Fetching sql-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (2.57s)
Fetched https://github.com/vapor/sql-kit.git from cache (3.26s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.29s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (3.87s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.22s)
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.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.26s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.76s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.69s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.67s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (1.73s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.10s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.80s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.10s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (2.78s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.67s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.49s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.19s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/2609] Fetching websocket-kit
[1671/5928] Fetching websocket-kit, multipart-kit
[3440/6991] Fetching websocket-kit, multipart-kit, swift-service-context
[4769/9197] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics
[4858/14171] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing
[4881/20085] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing, swift-nio-extras
Fetched https://github.com/apple/swift-service-context.git from cache (3.25s)
Fetched https://github.com/apple/swift-metrics.git from cache (3.25s)
Fetched https://github.com/vapor/websocket-kit.git from cache (3.25s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.25s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.25s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.38s)
[1/20727] Fetching routing-kit
[13681/32254] Fetching routing-kit, swift-nio-http2
Fetched https://github.com/vapor/routing-kit.git from cache (1.22s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[1/5577] Fetching console-kit
[5578/19591] Fetching console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.53s)
[2663/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.74s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (6.80s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.53s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.54s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
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.34s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.60s)
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.67s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[675/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[1846/5157] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[3184/6061] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types
[3470/11046] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types, swift-async-algorithms
[11047/17201] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.70s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.70s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.71s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.71s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.71s)
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.26s)
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.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.91s)
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.66s)
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 (1.00s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.55s)
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.61s)
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.71s)
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.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.58s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.59s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.82s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (2.47s)
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.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/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-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/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/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-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-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-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/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-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/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/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.10.0
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/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-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-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-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/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-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/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/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/brokenhandsio/leaf-error-middleware.git
Working copy of https://github.com/brokenhandsio/leaf-error-middleware.git resolved at 4.1.1
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/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.6.0
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/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-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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
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-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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
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-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/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
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/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/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/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/iankoex/steampress-core.git
Working copy of https://github.com/iankoex/steampress-core.git resolved at 2.0.12
Building for debugging...
[0/938] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/938] Write swift-version-24593BA9C3E375BF.txt
[2/938] Write sources
[3/938] Compiling a_d2i_fp.cc
[4/938] Write sources
[10/938] Compiling _NumericsShims _NumericsShims.c
[11/938] Compiling _AtomicsShims.c
[12/938] Compiling a_dup.cc
[13/938] Write sources
[39/938] Compiling a_bitstr.cc
[40/938] Compiling a_int.cc
[41/938] Compiling a_bool.cc
[41/938] Write sources
[41/938] Compiling a_gentm.cc
[41/938] Write sources
[41/938] Compiling a_i2d_fp.cc
[41/944] Compiling Minizip ioapi.c
[41/944] Compiling Minizip zip.c
[41/944] Compiling Minizip unzip.c
[41/961] Write sources
[41/974] Compiling CVaporBcrypt blf.c
[41/974] Compiling CSystem shims.c
[41/974] Compiling CVaporBcrypt bcrypt.c
[41/974] Compiling CNIOWindows WSAStartup.c
[41/974] Compiling CNIOWindows shim.c
[41/974] Compiling CNIOWASI CNIOWASI.c
[41/974] Compiling CNIOSHA1 c_nio_sha1.c
[41/974] Compiling CNIOLinux liburing_shims.c
[41/974] Compiling CNIOLinux shim.c
[41/974] Compiling CNIOLLHTTP c_nio_http.c
[41/974] Compiling CNIOLLHTTP c_nio_api.c
[41/974] Compiling CNIOExtrasZlib empty.c
[41/974] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/974] Compiling CNIODarwin shim.c
[97/974] Compiling fiat_p256_adx_sqr.S
[98/978] Compiling CNIOBoringSSLShims shims.c
[100/1006] Compiling RealModule ElementaryFunctions.swift
[101/1007] Compiling RealModule RealFunctions.swift
[102/1007] Compiling ServiceContextModule ServiceContext.swift
[103/1007] Emitting module ServiceContextModule
[104/1007] Compiling ServiceContextModule ServiceContextKey.swift
[105/1007] Compiling _NIODataStructures _TinyArray.swift
[106/1007] Compiling _NIODataStructures PriorityQueue.swift
[107/1008] Emitting module SystemPackage
[108/1008] Compiling RealModule Float16+Real.swift
[109/1008] Compiling RealModule Float80+Real.swift
[110/1011] Emitting module _NIOBase64
[111/1011] Compiling _NIOBase64 Base64.swift
[112/1011] Compiling RealModule Real.swift
[113/1012] Compiling SystemPackage MachPort.swift
[114/1012] Compiling SystemPackage PlatformString.swift
[115/1012] Compiling SystemPackage SystemString.swift
[116/1012] Compiling RealModule Float+Real.swift
[118/1012] Compiling SystemPackage FileOperations.swift
[119/1012] Compiling SystemPackage FilePath.swift
[120/1012] Emitting module RealModule
[121/1012] Compiling SystemPackage FilePathComponentView.swift
[122/1012] Compiling SystemPackage FilePathComponents.swift
[123/1012] Emitting module _NIODataStructures
[124/1012] Compiling _NIODataStructures Heap.swift
[132/1014] Compiling SystemPackage Errno.swift
[133/1014] Compiling SystemPackage ErrnoWindows.swift
[134/1014] Compiling SystemPackage FileDescriptor.swift
[135/1014] Compiling SystemPackage FileHelpers.swift
[136/1014] Compiling SystemPackage FilePathParsing.swift
[137/1014] Compiling SystemPackage FilePathString.swift
[138/1014] Compiling SystemPackage FilePathSyntax.swift
[139/1014] Compiling SystemPackage FilePathTemp.swift
[140/1019] Compiling Logging LogHandler.swift
[141/1019] Compiling SystemPackage Util+StringArray.swift
[142/1019] Compiling SystemPackage Util.swift
[143/1019] Compiling SystemPackage UtilConsumers.swift
[144/1042] Emitting module Instrumentation
[145/1042] Compiling Instrumentation MultiplexInstrument.swift
[146/1042] Compiling Instrumentation NoOpInstrument.swift
[147/1042] Compiling SystemPackage FilePathWindows.swift
[148/1042] Compiling SystemPackage FilePermissions.swift
[149/1044] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[150/1045] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[151/1045] Compiling InternalCollectionsUtilities Debugging.swift
[152/1045] Compiling InternalCollectionsUtilities Descriptions.swift
[153/1045] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[154/1045] Compiling Instrumentation Instrument.swift
[155/1045] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[156/1045] Compiling InternalCollectionsUtilities Integer rank.swift
[157/1045] Emitting module InternalCollectionsUtilities
[160/1045] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[161/1045] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[162/1045] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[163/1045] Compiling InternalCollectionsUtilities _SortedCollection.swift
[165/1045] Compiling InternalCollectionsUtilities UInt+reversed.swift
[166/1045] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[167/1045] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[169/1046] Compiling SwiftASN1 DER.swift
[170/1046] Compiling SwiftASN1 Errors.swift
[171/1046] Emitting module SwiftASN1
[172/1049] Compiling CoreMetrics Metrics.swift
[173/1049] Compiling ConcurrencyHelpers LockedValueBox.swift
[174/1049] Emitting module CoreMetrics
[175/1049] Compiling CoreMetrics Locks.swift
[176/1050] Compiling Logging Locks.swift
[177/1050] Emitting module Logging
[178/1050] Compiling Logging MetadataProvider.swift
[179/1050] Compiling SystemPackage FilePathTempPosix.swift
[180/1050] Compiling SystemPackage FilePathTempWindows.swift
[185/1050] Compiling SystemPackage Constants.swift
[186/1050] Compiling SystemPackage Exports.swift
[187/1050] Compiling SystemPackage Mocking.swift
[188/1050] Compiling SystemPackage RawBuffer.swift
[189/1050] Compiling SystemPackage Syscalls.swift
[190/1050] Compiling SystemPackage WindowsSyscallAdapters.swift
[202/1050] Compiling Logging Logging.swift
[203/1053] Compiling Instrumentation InstrumentationSystem.swift
[204/1053] Compiling Instrumentation Locks.swift
[206/1054] Emitting module ConcurrencyHelpers
[207/1054] Compiling ConcurrencyHelpers Lock.swift
[212/1055] Compiling Zip ZipUtilities.swift
[213/1055] Emitting module Zip
[215/1112] Compiling Zip QuickZip.swift
[216/1112] 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 {
[216/1121] Compiling CSQLite sqlite_nio_sqlite3.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/839] Write sources
[7/840] Compiling fiat_curve25519_adx_square.S
[8/840] Compiling fiat_curve25519_adx_mul.S
[9/840] Compiling fiat_p256_adx_mul.S
[10/840] Write swift-version-24593BA9C3E375BF.txt
[11/840] Compiling tls13_both.cc
[12/840] Compiling tls13_enc.cc
[13/840] Compiling tls_method.cc
[14/840] Compiling tls_record.cc
[15/840] Compiling tls13_server.cc
[16/840] Compiling tls13_client.cc
[17/859] Compiling t1_enc.cc
[19/881] Compiling Zip ZipUtilities.swift
[20/898] Compiling ServiceContextModule ServiceContextKey.swift
[21/898] Compiling Zip QuickZip.swift
[22/908] Emitting module Zip
[23/908] Emitting module ServiceContextModule
[24/908] Compiling ServiceContextModule ServiceContext.swift
[25/909] Compiling _NIOBase64 Base64.swift
[26/909] Compiling RealModule Float80+Real.swift
[27/909] Compiling RealModule Real.swift
[28/910] Emitting module _NIOBase64
[29/910] Compiling RealModule RealFunctions.swift
[32/911] Compiling SystemPackage MachPort.swift
[33/911] Compiling SystemPackage PlatformString.swift
[34/911] Compiling SystemPackage SystemString.swift
[35/928] Compiling RealModule Float+Real.swift
[36/928] Compiling RealModule ElementaryFunctions.swift
[37/928] Compiling RealModule Float16+Real.swift
[38/928] 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/928] Emitting module RealModule
[39/928] Compiling CSQLite sqlite_nio_sqlite3.c
[40/928] Compiling _NIODataStructures PriorityQueue.swift
[41/928] Compiling _NIODataStructures Heap.swift
[42/928] Emitting module _NIODataStructures
BUILD FAILURE 6.1 android