Build Information
Failed to build SteamPress, reference 0.0.9 (38f67e
), with Swift 6.1 for Android on 28 May 2025 18:20:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.0.9
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
* tag 0.0.9 -> FETCH_HEAD
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 0.0.9
========================================
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-0":/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-postgres-driver.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/iankoex/steampress-core.git
Fetching https://github.com/brokenhandsio/leaf-error-middleware.git
[1/2774] Fetching fluent-mysql-driver
[2775/6730] Fetching fluent-mysql-driver, leaf
[2815/8077] Fetching fluent-mysql-driver, leaf, fluent-sqlite-driver
[3585/8606] Fetching fluent-mysql-driver, leaf, fluent-sqlite-driver, leaf-error-middleware
[7777/11265] Fetching fluent-mysql-driver, leaf, fluent-sqlite-driver, leaf-error-middleware, fluent-postgres-driver
[11266/20073] Fetching fluent-mysql-driver, leaf, fluent-sqlite-driver, leaf-error-middleware, fluent-postgres-driver, steampress-core
Fetched https://github.com/brokenhandsio/leaf-error-middleware.git from cache (0.36s)
[11617/19544] Fetching fluent-mysql-driver, leaf, fluent-sqlite-driver, fluent-postgres-driver, steampress-core
Fetched https://github.com/vapor/leaf.git from cache (0.37s)
[8190/15588] Fetching fluent-mysql-driver, fluent-sqlite-driver, fluent-postgres-driver, steampress-core
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (0.38s)
[8516/14241] Fetching fluent-mysql-driver, fluent-postgres-driver, steampress-core
[14242/27662] Fetching fluent-mysql-driver, fluent-postgres-driver, steampress-core, fluent
[27261/102040] Fetching fluent-mysql-driver, fluent-postgres-driver, steampress-core, fluent, vapor
Fetched https://github.com/iankoex/steampress-core.git from cache (2.22s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (2.22s)
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (2.22s)
Fetched https://github.com/vapor/fluent.git from cache (2.17s)
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
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.42s)
Computing version for https://github.com/iankoex/steampress-core.git
Computed https://github.com/iankoex/steampress-core.git at 2.0.12 (0.71s)
Fetching https://github.com/marmelroy/Zip.git
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.76s)
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.60s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2370] Fetching async-kit
[25/15698] Fetching async-kit, fluent-kit
[2754/21053] Fetching async-kit, fluent-kit, postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.74s)
[13566/15698] Fetching async-kit, fluent-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.11s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.12s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (2.08s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.72s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[5960/9795] Fetching swift-algorithms, swift-log
[9796/26386] Fetching swift-algorithms, swift-log, swift-collections
[12451/102479] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.03s)
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
[53297/79929] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.19s)
Fetched https://github.com/apple/swift-nio.git from cache (6.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.39s)
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.85s)
Fetching https://github.com/vapor/mysql-kit.git
[1/5151] Fetching mysql-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (1.05s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.10.0 (1.63s)
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/2217] Fetching mysql-nio
[2218/8200] Fetching mysql-nio, sql-kit
Fetched https://github.com/vapor/mysql-nio.git from cache (0.35s)
[5864/5983] Fetching sql-kit
[5984/19919] Fetching sql-kit, swift-crypto
[6960/34762] Fetching sql-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (1.83s)
Fetched https://github.com/vapor/sql-kit.git from cache (2.02s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.05s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (2.68s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.15s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[463/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.53s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.54s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (0.59s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.67s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.28s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.41s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (3.04s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.53s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.44s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.46s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/2609] Fetching websocket-kit
[2/4815] Fetching websocket-kit, swift-metrics
[3/8134] Fetching websocket-kit, swift-metrics, multipart-kit
[4/13108] Fetching websocket-kit, swift-metrics, multipart-kit, swift-distributed-tracing
[5/14171] Fetching websocket-kit, swift-metrics, multipart-kit, swift-distributed-tracing, swift-service-context
[10607/20085] Fetching websocket-kit, swift-metrics, multipart-kit, swift-distributed-tracing, swift-service-context, swift-nio-extras
Fetched https://github.com/apple/swift-service-context.git from cache (2.14s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.14s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.28s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.28s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.35s)
[1/20727] Fetching routing-kit
[2281/32254] Fetching routing-kit, swift-nio-http2
[10367/37831] Fetching routing-kit, swift-nio-http2, console-kit
[21063/51845] Fetching routing-kit, swift-nio-http2, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (2.57s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.72s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.71s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.58s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (5.89s)
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.54s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.61s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.57s)
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.37s)
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.04s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.61s)
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-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[937/2045] Fetching swift-http-structured-headers, swift-http-types
[1177/7030] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms
[2189/13185] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
[3700/15611] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[4679/17201] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.81s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.82s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.82s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.82s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.83s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.82s)
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.55s)
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.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.17s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.96s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.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 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
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.56s)
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.78s)
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.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.81s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.69s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.69s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (1.50s)
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/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/iankoex/steampress-core.git
Working copy of https://github.com/iankoex/steampress-core.git resolved at 2.0.12
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/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/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/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-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/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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-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-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/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/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/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/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-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/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/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-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/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/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-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/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/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/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/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-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-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/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-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/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/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-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-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/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/938] Compiling sha512.cc
[1/938] Compiling a_i2d_fp.cc
[2/938] Write sources
[3/938] Compiling a_utctm.cc
[4/938] Write sources
[10/938] Compiling _AtomicsShims.c
[10/938] Write sources
[49/938] Compiling a_gentm.cc
[50/938] Compiling _NumericsShims _NumericsShims.c
[51/938] Compiling a_time.cc
[52/938] Write sources
[76/938] Compiling a_dup.cc
[77/938] Compiling a_strex.cc
[78/938] Compiling CVaporBcrypt bcrypt.c
[79/938] Compiling Minizip ioapi.c
[80/938] Compiling CVaporBcrypt blf.c
[80/938] Compiling Minizip zip.c
[82/938] Compiling CNIOWindows shim.c
[83/938] Compiling CSystem shims.c
[84/938] Write swift-version-24593BA9C3E375BF.txt
[85/938] Compiling CNIOWindows WSAStartup.c
[85/938] Compiling CNIOWASI CNIOWASI.c
[87/938] Compiling Minizip unzip.c
[88/938] Compiling CNIOLinux liburing_shims.c
[89/938] Compiling CNIOSHA1 c_nio_sha1.c
[90/938] Compiling CNIOLinux shim.c
[91/938] Compiling a_type.cc
[93/1006] Emitting module _NIOBase64
[94/1006] Emitting module ServiceContextModule
[95/1006] Emitting module _NIODataStructures
[96/1006] Compiling _NIODataStructures Heap.swift
[97/1006] Compiling ServiceContextModule ServiceContext.swift
[98/1006] Compiling ServiceContextModule ServiceContextKey.swift
[99/1007] Compiling SystemPackage MachPort.swift
[100/1007] Compiling SystemPackage PlatformString.swift
[101/1007] Compiling SystemPackage SystemString.swift
[102/1007] Compiling RealModule Real.swift
[103/1011] Emitting module RealModule
[104/1011] Compiling _NIODataStructures _TinyArray.swift
[105/1011] Compiling _NIODataStructures PriorityQueue.swift
[106/1012] Compiling _NIOBase64 Base64.swift
[107/1013] Compiling RealModule Float80+Real.swift
[108/1013] Compiling RealModule Float16+Real.swift
[109/1013] Compiling RealModule ElementaryFunctions.swift
[110/1013] Compiling RealModule Float+Real.swift
[111/1013] Compiling RealModule AlgebraicField.swift
[112/1013] Compiling RealModule ApproximateEquality.swift
[113/1013] Compiling RealModule AugmentedArithmetic.swift
[114/1013] Compiling RealModule Double+Real.swift
[115/1013] Emitting module SystemPackage
[117/1013] Compiling SwiftASN1 BER.swift
[118/1013] Compiling SwiftASN1 ASN1Any.swift
[119/1013] Compiling SwiftASN1 ASN1Integer.swift
[120/1013] Compiling SwiftASN1 ASN1Null.swift
[125/1013] Emitting module Zip
[128/1013] Compiling RealModule RealFunctions.swift
[130/1020] Emitting module Logging
[131/1039] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[132/1039] Compiling InternalCollectionsUtilities UInt+reversed.swift
[133/1039] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[134/1041] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[135/1042] Emitting module Instrumentation
[136/1042] Compiling Instrumentation InstrumentationSystem.swift
[137/1042] Compiling SystemPackage Util+StringArray.swift
[138/1042] Compiling SystemPackage Util.swift
[139/1042] Compiling SystemPackage UtilConsumers.swift
[140/1042] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[141/1042] Compiling InternalCollectionsUtilities _SortedCollection.swift
[142/1042] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[143/1042] Compiling InternalCollectionsUtilities Debugging.swift
[144/1042] Compiling Instrumentation MultiplexInstrument.swift
[145/1042] Compiling Instrumentation NoOpInstrument.swift
[146/1045] Compiling InternalCollectionsUtilities Descriptions.swift
[147/1045] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[148/1045] Compiling SwiftASN1 TimeUtilities.swift
[149/1045] Compiling SwiftASN1 UTCTime.swift
[150/1045] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[154/1045] Compiling InternalCollectionsUtilities Integer rank.swift
[156/1045] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[157/1045] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[164/1045] Emitting module InternalCollectionsUtilities
[165/1046] Compiling SwiftASN1 DER.swift
[166/1046] Compiling SwiftASN1 Errors.swift
[168/1046] Emitting module SwiftASN1
[169/1049] Compiling CoreMetrics Metrics.swift
[172/1049] Compiling SwiftASN1 ObjectIdentifier.swift
[173/1049] Compiling SwiftASN1 PEMDocument.swift
[178/1049] Compiling ConcurrencyHelpers LockedValueBox.swift
[179/1049] Compiling Logging MetadataProvider.swift
[181/1049] Emitting module CoreMetrics
[182/1049] Compiling CoreMetrics Locks.swift
[184/1049] Compiling SystemPackage Constants.swift
[185/1049] Compiling SystemPackage Exports.swift
[186/1049] Compiling SystemPackage Mocking.swift
[187/1049] Compiling SystemPackage RawBuffer.swift
[188/1049] Compiling SystemPackage Syscalls.swift
[189/1049] Compiling SystemPackage WindowsSyscallAdapters.swift
[190/1051] Compiling Logging LogHandler.swift
[191/1051] Compiling Logging Locks.swift
[192/1051] Compiling Logging Logging.swift
[193/1052] Compiling Instrumentation Instrument.swift
[194/1052] Compiling Instrumentation Locks.swift
[201/1053] Compiling ConcurrencyHelpers Lock.swift
[202/1053] Emitting module ConcurrencyHelpers
[204/1055] Compiling Zip ZipUtilities.swift
[207/1055] 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 {
[209/1055] Compiling Zip QuickZip.swift
[209/1065] Compiling CSQLite sqlite_nio_sqlite3.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/846] Write sources
[5/847] Compiling CNIOExtrasZlib empty.c
[6/847] Compiling CNIOLLHTTP c_nio_http.c
[7/847] Compiling CNIODarwin shim.c
[8/847] Compiling CNIOLLHTTP c_nio_api.c
[9/847] Compiling fiat_curve25519_adx_square.S
[10/847] Compiling fiat_p256_adx_sqr.S
[11/847] Compiling fiat_curve25519_adx_mul.S
[12/847] Write swift-version-24593BA9C3E375BF.txt
[13/847] Compiling fiat_p256_adx_mul.S
[14/847] Compiling CNIOLLHTTP c_nio_llhttp.c
[15/847] Compiling CNIOBoringSSLShims shims.c
[17/857] Emitting module Zip
[18/857] Compiling Zip ZipUtilities.swift
[19/857] Compiling Zip QuickZip.swift
[20/857] Emitting module _NIODataStructures
[21/857] Compiling _NIODataStructures Heap.swift
[22/857] Emitting module _NIOBase64
[23/857] Compiling _NIOBase64 Base64.swift
[24/857] Compiling _NIODataStructures _TinyArray.swift
[25/857] Compiling _NIODataStructures PriorityQueue.swift
[26/859] 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 {
[28/859] Compiling tls_record.cc
[29/859] Compiling tls13_server.cc
[30/859] Compiling tls_method.cc
[31/907] Compiling tls13_enc.cc
[33/917] Compiling ServiceContextModule ServiceContextKey.swift
[34/917] Compiling RealModule Real.swift
[35/918] Emitting module ServiceContextModule
[36/918] Compiling ServiceContextModule ServiceContext.swift
[37/919] Compiling RealModule Float80+Real.swift
[37/919] Compiling CSQLite sqlite_nio_sqlite3.c
BUILD FAILURE 6.1 android