Build Information
Failed to build steampress-core, reference main (d1a58d
), with Swift 6.1 for Android on 28 May 2025 18:20:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-core.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-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-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/vapor.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/binarybirds/spec
[1/80] Fetching spec
[81/1427] Fetching spec, fluent-sqlite-driver
[809/14848] Fetching spec, fluent-sqlite-driver, fluent
Fetched https://github.com/binarybirds/spec from cache (0.45s)
[5374/14768] Fetching fluent-sqlite-driver, fluent
[6583/89146] Fetching fluent-sqlite-driver, fluent, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (0.92s)
Fetched https://github.com/vapor/fluent.git from cache (0.94s)
[14876/74378] Fetching vapor
Fetching https://github.com/marmelroy/Zip.git
Fetched https://github.com/vapor/vapor.git from cache (2.44s)
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.46s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (3.62s)
Computing version for https://github.com/binarybirds/spec
Computed https://github.com/binarybirds/spec at 1.2.2 (0.65s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.68s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.61s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.44s)
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
[3837/9819] Fetching swift-log, sql-kit
[9820/85912] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
[6744/82076] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.64s)
[3805/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.52s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.94s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4129/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (0.56s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.08s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.97s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.63s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.79s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.33s)
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.41s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.57s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[278/3269] Fetching swift-service-context, swift-metrics
[1478/5878] Fetching swift-service-context, swift-metrics, websocket-kit
[4650/11792] Fetching swift-service-context, swift-metrics, websocket-kit, swift-nio-extras
[9310/16766] Fetching swift-service-context, swift-metrics, websocket-kit, swift-nio-extras, swift-distributed-tracing
[13267/20085] Fetching swift-service-context, swift-metrics, websocket-kit, swift-nio-extras, swift-distributed-tracing, multipart-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.40s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.42s)
Fetching https://github.com/apple/swift-nio-http2.git
[13579/26797] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing, multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.13s)
Fetching https://github.com/vapor/routing-kit.git
[13611/15270] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.94s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.95s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.96s)
[1/14843] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
[2/35570] Fetching swift-nio-ssl, routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (2.20s)
[13331/41147] Fetching swift-nio-ssl, routing-kit, console-kit
[20860/55083] Fetching swift-nio-ssl, routing-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.75s)
[21650/49506] Fetching swift-nio-ssl, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.85s)
[16272/28779] Fetching swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.08s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.91s)
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.93s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.93s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.46s)
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.29s)
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.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
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/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1588/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[2046/9790] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types
[3399/14775] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types, swift-async-algorithms
[5501/17201] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-http-types, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[9376/16297] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.39s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.28s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.29s)
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.58s)
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.46s)
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.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.49s)
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.49s)
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.47s)
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.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.79s)
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-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-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-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-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/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-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/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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.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/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-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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/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-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/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-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/binarybirds/spec
Working copy of https://github.com/binarybirds/spec resolved at 1.2.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
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-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/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/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/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/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/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/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/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-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/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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/838] Write sources
[50/838] Compiling _NumericsShims _NumericsShims.c
[51/838] Compiling CVaporBcrypt bcrypt.c
[52/838] Compiling _AtomicsShims.c
[53/838] Compiling CNIOWindows WSAStartup.c
[54/838] Compiling CSystem shims.c
[55/838] Compiling Minizip zip.c
[56/838] Compiling CVaporBcrypt blf.c
[57/838] Compiling CNIOWindows shim.c
[58/838] Compiling Minizip ioapi.c
[59/838] Compiling CNIOWASI CNIOWASI.c
[60/838] Compiling CNIOLinux liburing_shims.c
[61/838] Compiling CNIOSHA1 c_nio_sha1.c
[62/838] Compiling Minizip unzip.c
[63/838] Compiling CNIOLLHTTP c_nio_http.c
[64/838] Compiling CNIOExtrasZlib empty.c
[65/838] Compiling CNIOLinux shim.c
[66/838] Compiling CNIODarwin shim.c
[67/838] Write swift-version-24593BA9C3E375BF.txt
[68/838] Compiling fiat_p256_adx_sqr.S
[69/838] Compiling fiat_curve25519_adx_square.S
[69/838] Compiling CNIOLLHTTP c_nio_api.c
[71/838] Compiling fiat_curve25519_adx_mul.S
[72/838] Compiling fiat_p256_adx_mul.S
[73/879] Compiling CNIOBoringSSLShims shims.c
[74/879] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/894] Compiling tls_record.cc
[77/908] Compiling ServiceContextModule ServiceContextKey.swift
[78/908] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/908] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/909] Compiling SystemPackage MachPort.swift
[81/909] Compiling SystemPackage PlatformString.swift
[82/909] Compiling SystemPackage SystemString.swift
[83/912] Emitting module InternalCollectionsUtilities
[84/912] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/912] Compiling InternalCollectionsUtilities Integer rank.swift
[86/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/912] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/912] Emitting module _NIODataStructures
[91/912] Emitting module _NIOBase64
[92/912] Compiling _NIOBase64 Base64.swift
[93/912] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/912] Compiling InternalCollectionsUtilities Debugging.swift
[95/912] Compiling InternalCollectionsUtilities Descriptions.swift
[96/912] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/912] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[98/912] Compiling RealModule Float16+Real.swift
[99/913] Compiling _NIODataStructures Heap.swift
[100/913] Compiling _NIODataStructures _TinyArray.swift
[101/913] Compiling _NIODataStructures PriorityQueue.swift
[102/915] Emitting module ServiceContextModule
[103/915] Compiling ServiceContextModule ServiceContext.swift
[104/916] Compiling RealModule Float80+Real.swift
[105/916] Compiling RealModule Real.swift
[106/916] Compiling RealModule ElementaryFunctions.swift
[111/916] Emitting module RealModule
[112/916] Compiling RealModule Float+Real.swift
[113/916] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/917] Compiling RealModule RealFunctions.swift
[120/927] Compiling Instrumentation NoOpInstrument.swift
[121/927] Compiling Instrumentation MultiplexInstrument.swift
[122/927] Emitting module Instrumentation
[123/927] Compiling Instrumentation Instrument.swift
[124/927] Compiling Instrumentation InstrumentationSystem.swift
[125/927] Compiling SystemPackage Util+StringArray.swift
[126/927] Compiling SystemPackage Util.swift
[127/927] Compiling SystemPackage UtilConsumers.swift
[136/927] Emitting module SystemPackage
[137/995] Compiling CoreMetrics Metrics.swift
[137/995] Compiling tls_method.cc
[138/1050] Compiling tls13_server.cc
[140/1050] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/1050] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/1050] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/1050] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/1050] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/1050] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/1050] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/1057] Compiling OrderedCollections OrderedSet+Initializers.swift
[155/1057] Compiling OrderedCollections OrderedSet+Insertions.swift
[156/1057] Compiling OrderedCollections OrderedSet+Invariants.swift
[157/1057] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[158/1057] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[159/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[160/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[161/1057] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[162/1060] Compiling Instrumentation Locks.swift
[163/1062] Emitting module CoreMetrics
[164/1062] Compiling CoreMetrics Locks.swift
[165/1065] Compiling OrderedCollections OrderedDictionary.swift
[166/1065] Compiling OrderedCollections OrderedSet+Codable.swift
[167/1065] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[168/1065] Compiling OrderedCollections OrderedSet+Descriptions.swift
[169/1065] Compiling OrderedCollections OrderedSet+Diffing.swift
[170/1065] Compiling OrderedCollections OrderedSet+Equatable.swift
[171/1065] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[172/1065] Compiling OrderedCollections OrderedSet+Hashable.swift
[173/1065] Compiling OrderedCollections OrderedDictionary+Codable.swift
[174/1065] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/1065] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/1065] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/1065] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[178/1065] Compiling OrderedCollections OrderedDictionary+Elements.swift
[179/1065] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[180/1065] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[181/1065] Emitting module Logging
[182/1065] Compiling Logging Locks.swift
[183/1066] Compiling Logging MetadataProvider.swift
[184/1066] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[185/1066] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[186/1066] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[187/1066] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[188/1066] Compiling Logging LogHandler.swift
[189/1066] Compiling Logging Logging.swift
[194/1067] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[195/1067] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[196/1067] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[197/1067] Compiling OrderedCollections OrderedDictionary+Values.swift
[210/1068] Compiling OrderedCollections _HashTable+Bucket.swift
[211/1068] Compiling OrderedCollections _HashTable+BucketIterator.swift
[212/1068] Compiling OrderedCollections _HashTable+Constants.swift
[213/1068] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[214/1068] Compiling OrderedCollections _HashTable+Testing.swift
[215/1068] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[216/1068] Compiling OrderedCollections _HashTable.swift
[217/1068] Compiling OrderedCollections _Hashtable+Header.swift
[243/1077] Compiling HeapModule Heap+Descriptions.swift
[244/1077] Compiling HeapModule Heap+Invariants.swift
[246/1077] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[257/1094] Compiling HeapModule Heap.swift
[258/1094] Compiling HeapModule _HeapNode.swift
[259/1101] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[260/1101] Compiling OrderedCollections OrderedSet.swift
[261/1101] Compiling OrderedCollections _UnsafeBitset.swift
[262/1101] Compiling _RopeModule Rope.swift
[263/1101] Compiling _RopeModule RopeElement.swift
[264/1101] Compiling _RopeModule RopeMetric.swift
[265/1101] Compiling _RopeModule RopeSummary.swift
[266/1101] Compiling _RopeModule _RopeItem.swift
[267/1101] Compiling _RopeModule _RopePath.swift
[273/1102] Compiling OrderedCollections OrderedSet+Sendable.swift
[274/1102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[275/1102] Compiling OrderedCollections OrderedSet+Testing.swift
[276/1102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[277/1178] Emitting module HeapModule
[278/1178] Compiling HeapModule Heap+UnsafeHandle.swift
[279/1179] Compiling Zip ZipUtilities.swift
[280/1179] Compiling Tracing InstrumentationSystem+Tracing.swift
[281/1179] 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 {
[282/1179] Emitting module Zip
[283/1179] Compiling Zip QuickZip.swift
[284/1179] Compiling HashTreeCollections _HashNode+Storage.swift
[285/1179] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[286/1179] Emitting module Tracing
[287/1181] Compiling HashTreeCollections _HashNode+Structural merge.swift
[288/1181] Compiling HashTreeCollections _AncestorHashSlots.swift
[289/1181] Compiling HashTreeCollections _HashNode+Structural filter.swift
[290/1181] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[292/1181] Compiling Metrics Metrics.swift
[293/1181] Emitting module Metrics
[294/1182] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[295/1182] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[300/1182] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[301/1182] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[302/1182] Compiling Tracing TracingTime.swift
[303/1182] Compiling Tracing TracerProtocol.swift
[305/1182] Emitting module _RopeModule
[306/1182] Compiling HashTreeCollections TreeSet+Hashable.swift
[307/1182] Compiling HashTreeCollections TreeSet+Sendable.swift
[308/1182] Compiling HashTreeCollections TreeSet+Sequence.swift
[309/1182] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[310/1182] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[311/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[312/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[313/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[314/1182] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[315/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[316/1192] Compiling Tracing Tracer.swift
[317/1192] Compiling Tracing TracerProtocol+Legacy.swift
[318/1192] Compiling Tracing NoOpTracer.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
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/760] Write sources
[2/761] Compiling fiat_curve25519_adx_mul.S
[3/761] Compiling fiat_p256_adx_mul.S
[4/761] Compiling CCryptoBoringSSLShims shims.c
[5/761] Compiling md5-x86_64-apple.S
[6/761] Compiling md5-x86_64-linux.S
[6/761] Compiling md5-586-linux.S
[8/761] Compiling fiat_curve25519_adx_square.S
[9/761] Compiling fiat_p256_adx_sqr.S
[10/761] Write swift-version-24593BA9C3E375BF.txt
[11/761] Compiling tls13_both.cc
[12/761] Compiling tls13_client.cc
[13/761] Compiling ssl_versions.cc
[14/761] Compiling ssl_transcript.cc
[14/761] Compiling t1_enc.cc
[15/761] Compiling tls13_enc.cc
[17/761] Compiling ssl_stat.cc
[18/762] Compiling ssl_x509.cc
[20/813] Compiling RealModule ElementaryFunctions.swift
[21/825] Emitting module ServiceContextModule
[22/832] Compiling ServiceContextModule ServiceContextKey.swift
[23/832] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/832] Compiling InternalCollectionsUtilities Integer rank.swift
[25/832] Compiling RealModule RealFunctions.swift
[26/832] Compiling ServiceContextModule ServiceContext.swift
[27/832] Compiling RealModule Float80+Real.swift
[28/832] Compiling RealModule Real.swift
[29/833] Compiling Zip ZipUtilities.swift
[30/833] Compiling Zip QuickZip.swift
[31/833] Compiling RealModule Float+Real.swift
[32/833] Compiling Logging MetadataProvider.swift
[33/833] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/834] Compiling RealModule Float16+Real.swift
[36/834] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/834] Compiling InternalCollectionsUtilities Debugging.swift
[38/834] Compiling InternalCollectionsUtilities Descriptions.swift
[39/834] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/834] Emitting module _NIOBase64
[41/834] Compiling _NIOBase64 Base64.swift
[42/835] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/835] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/835] Emitting module _NIODataStructures
[45/835] Compiling _NIODataStructures PriorityQueue.swift
[46/835] Compiling _NIODataStructures Heap.swift
[47/835] Compiling _NIODataStructures _TinyArray.swift
[48/836] Compiling Logging Locks.swift
[52/836] Emitting module Logging
[53/836] Emitting module RealModule
[54/836] Emitting module Zip
[56/837] 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 {
[58/837] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/837] Emitting module InternalCollectionsUtilities
[62/837] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/837] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/837] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/837] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/838] Emitting module SystemPackage
[71/841] Compiling SystemPackage FilePathTempPosix.swift
[72/841] Compiling SystemPackage FilePathTempWindows.swift
[73/841] Compiling SystemPackage FilePathWindows.swift
[74/841] Compiling SystemPackage FilePermissions.swift
[76/841] Compiling Logging LogHandler.swift
[77/841] Compiling Logging Logging.swift
[78/841] Compiling SystemPackage Mocking.swift
[79/841] Compiling SystemPackage RawBuffer.swift
[80/841] Compiling SystemPackage Syscalls.swift
[81/841] Compiling SystemPackage WindowsSyscallAdapters.swift
[82/841] Compiling SystemPackage MachPort.swift
[83/841] Compiling SystemPackage PlatformString.swift
[84/841] Compiling SystemPackage SystemString.swift
[85/841] Compiling SystemPackage Backcompat.swift
[86/841] Compiling SystemPackage CInterop.swift
[87/841] Compiling SystemPackage Constants.swift
[88/841] Compiling SystemPackage Exports.swift
[98/842] Compiling SystemPackage Util+StringArray.swift
[99/842] Compiling SystemPackage Util.swift
[100/842] Compiling SystemPackage UtilConsumers.swift
BUILD FAILURE 6.1 android