Build Information
Failed to build ComposableRequest, reference 7.0.0 (151026
), with Swift 6.1 for Android on 28 May 2025 12:09:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbertix/ComposableRequest.git
Reference: 7.0.0
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/sbertix/ComposableRequest
* tag 7.0.0 -> FETCH_HEAD
HEAD is now at 1510263 feat!: update to `7.0.0` (#51)
Cloned https://github.com/sbertix/ComposableRequest.git
Revision (git rev-parse @):
151026359f4a2c89dcd06f6880eb4a940dcbb7bc
SUCCESS checkout https://github.com/sbertix/ComposableRequest.git at 7.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sbertix/ComposableRequest.git
https://github.com/sbertix/ComposableRequest.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess"
}
],
"manifest_display_name" : "ComposableRequest",
"name" : "ComposableRequest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Requests",
"targets" : [
"Requests"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Storages",
"targets" : [
"Storages"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EncryptedStorages",
"targets" : [
"EncryptedStorages"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Storages",
"module_type" : "SwiftTarget",
"name" : "Storages",
"path" : "Sources/Storages",
"product_memberships" : [
"Requests",
"Storages",
"EncryptedStorages"
],
"sources" : [
"Concrete/AnyStorage.swift",
"Concrete/TransientStorage.swift",
"Concrete/UserDefaultsStorage.swift",
"Protocols/Storable.swift",
"Protocols/Storage.swift"
],
"type" : "library"
},
{
"c99name" : "Requests",
"module_type" : "SwiftTarget",
"name" : "Requests",
"path" : "Sources/Requests",
"product_memberships" : [
"Requests"
],
"sources" : [
"Builder/EndpointBuilder.swift",
"Builder/Items/Components.swift",
"Builder/Items/Path.swift",
"Builder/Items/Response.swift",
"Builder/Items/TupleItem.swift",
"Codable/AnyCodable.swift",
"Codable/AnyDecodable.swift",
"Components/Advanced/Cellular.swift",
"Components/Advanced/Constrained.swift",
"Components/Advanced/Expensive.swift",
"Components/Advanced/Service.swift",
"Components/Advanced/Timeout.swift",
"Components/Basics/Body.swift",
"Components/Basics/Headers.swift",
"Components/Basics/Method.swift",
"Components/Basics/Query.swift",
"Components/Component.swift",
"Endpoints/Concrete/Catch.swift",
"Endpoints/Concrete/Collect.swift",
"Endpoints/Concrete/Endpoints.swift",
"Endpoints/Concrete/First.swift",
"Endpoints/Concrete/FlatMap.swift",
"Endpoints/Concrete/ForEach.swift",
"Endpoints/Concrete/Future.swift",
"Endpoints/Concrete/HandleEvents.swift",
"Endpoints/Concrete/Last.swift",
"Endpoints/Concrete/Loop.swift",
"Endpoints/Concrete/Map.swift",
"Endpoints/Concrete/Prefix.swift",
"Endpoints/Concrete/Single.swift",
"Endpoints/Concrete/Static.swift",
"Endpoints/Protocols/Endpoint.swift",
"Endpoints/Protocols/EndpointResolver.swift",
"Endpoints/Protocols/LoopEndpoint.swift",
"Endpoints/Protocols/SingleEndpoint.swift",
"Endpoints/Type ereasure/AnyEndpointResolver.swift",
"Endpoints/Type ereasure/AnyLoopEndpoint.swift",
"Endpoints/Type ereasure/AnySingleEndpoint.swift",
"Extensions/CharacterSet.swift",
"Extensions/Data.swift",
"Extensions/Result.swift",
"Extensions/String.swift",
"Extensions/URLRequest.swift",
"Misc/CodableHTTPCookie.swift",
"Misc/DefaultResponse.swift",
"Misc/EndpointError.swift",
"Misc/NextAction.swift",
"Misc/NextInput.swift",
"Providers/Concrete/Lock.swift",
"Providers/Concrete/Offset.swift",
"Providers/Concrete/Providers.swift",
"Providers/Protocols/LockProvider.swift",
"Providers/Protocols/OffsetProvider.swift",
"Providers/Protocols/Provider.swift"
],
"target_dependencies" : [
"Storages"
],
"type" : "library"
},
{
"c99name" : "EncryptedStorages",
"module_type" : "SwiftTarget",
"name" : "EncryptedStorages",
"path" : "Sources/EncryptedStorages",
"product_dependencies" : [
"KeychainAccess"
],
"product_memberships" : [
"EncryptedStorages"
],
"sources" : [
"KeychainStorage.swift"
],
"target_dependencies" : [
"Storages"
],
"type" : "library"
},
{
"c99name" : "ComposableRequestTests",
"module_type" : "SwiftTarget",
"name" : "ComposableRequestTests",
"path" : "Tests/ComposableRequestTests",
"sources" : [
"APITests.swift",
"Shared/Item.swift",
"StorageTests.swift",
"WrappersTests.swift"
],
"target_dependencies" : [
"Requests",
"Storages",
"EncryptedStorages"
],
"type" : "test"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.63s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.42s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling Storages Storage.swift
[7/13] Compiling Storages Storable.swift
[8/13] Compiling Storages UserDefaultsStorage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[10/13] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[11/13] Compiling Storages TransientStorage.swift
[12/13] Compiling Storages AnyStorage.swift
[13/13] Emitting module Storages
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Storages AnyStorage.swift
[3/9] Compiling Storages TransientStorage.swift
[4/9] Compiling Storages Storage.swift
[5/9] Compiling Storages Storable.swift
[6/9] Compiling Storages UserDefaultsStorage.swift
[7/9] Emitting module Storages
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/59] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[10/59] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
BUILD FAILURE 6.1 android