Build Information
Failed to build AppRemoteConfigService, reference main (aee89f
), with Swift 6.1 for Android on 29 May 2025 19:38:40 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/egeniq/app-remote-config-ios.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/egeniq/app-remote-config-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aee89fd Remove unneeded @MainActor isolation
Cloned https://github.com/egeniq/app-remote-config-ios.git
Revision (git rev-parse @):
aee89fdfba1ab69c73386c8a5a723aab067bde20
SUCCESS checkout https://github.com/egeniq/app-remote-config-ios.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/egeniq/app-remote-config-ios.git
https://github.com/egeniq/app-remote-config-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "app-remote-config",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/egeniq/app-remote-config"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "600.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-dependencies-additions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tgrapperon/swift-dependencies-additions"
}
],
"manifest_display_name" : "AppRemoteConfigService",
"name" : "AppRemoteConfigService",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AppRemoteConfigServiceMacros",
"targets" : [
"AppRemoteConfigServiceMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigService",
"targets" : [
"AppRemoteConfigService"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigServiceMacrosPlugin",
"targets" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AppRemoteConfigServiceTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceTests",
"path" : "Tests/AppRemoteConfigServiceTests",
"product_dependencies" : [
"SodiumClientLive"
],
"sources" : [
"AppRemoteConfigServiceTests.swift"
],
"target_dependencies" : [
"AppRemoteConfigService"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfigServiceMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacrosPlugin",
"path" : "Sources/AppRemoteConfigServiceMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros",
"AppRemoteConfigServiceMacrosPlugin"
],
"sources" : [
"AppRemoteConfigValuesMacro.swift",
"Plugins.swift"
],
"type" : "macro"
},
{
"c99name" : "AppRemoteConfigServiceMacros",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacros",
"path" : "Sources/AppRemoteConfigServiceMacros",
"product_dependencies" : [
"XCTestDynamicOverlay"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigService",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigService",
"path" : "Sources/AppRemoteConfigService",
"product_dependencies" : [
"AppRemoteConfig",
"Dependencies",
"DependenciesAdditions",
"SodiumClientLive"
],
"product_memberships" : [
"AppRemoteConfigService"
],
"sources" : [
"AppRemoteConfigService.swift"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigMacrosPluginTests",
"path" : "Tests/AppRemoteConfigMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"AppRemoteConfigValuesMacroTests.swift",
"Internal/BaseTestCase.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
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/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/egeniq/app-remote-config
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/tgrapperon/swift-dependencies-additions
[1/534] Fetching app-remote-config
[535/1442] Fetching app-remote-config, swift-macro-testing
[1443/5195] Fetching app-remote-config, swift-macro-testing, swift-dependencies-additions
[5196/10653] Fetching app-remote-config, swift-macro-testing, swift-dependencies-additions, xctest-dynamic-overlay
[5797/16902] Fetching app-remote-config, swift-macro-testing, swift-dependencies-additions, xctest-dynamic-overlay, swift-dependencies
[16903/87354] Fetching app-remote-config, swift-macro-testing, swift-dependencies-additions, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/egeniq/app-remote-config from cache (1.38s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.39s)
[24296/81362] Fetching swift-macro-testing, swift-dependencies-additions, swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (4.24s)
Fetched https://github.com/tgrapperon/swift-dependencies-additions from cache (4.24s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (4.25s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.30s)
Computing version for https://github.com/egeniq/app-remote-config
Computed https://github.com/egeniq/app-remote-config at 0.6.0 (5.34s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
Computing version for https://github.com/tgrapperon/swift-dependencies-additions
Computed https://github.com/tgrapperon/swift-dependencies-additions at 1.1.1 (1.97s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (1.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.64s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (2.26s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.93s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.77s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.78s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.48s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[513/3262] Fetching swift-concurrency-extras, combine-schedulers
[3170/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.38s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.38s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.38s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.87s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.18s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.24s)
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/egeniq/app-remote-config
Working copy of https://github.com/egeniq/app-remote-config resolved at 0.6.0
Creating working copy for https://github.com/tgrapperon/swift-dependencies-additions
Working copy of https://github.com/tgrapperon/swift-dependencies-additions resolved at 1.1.1
error: 'spi-builder-workspace': product 'SodiumClientLive' required by package 'spi-builder-workspace' target 'AppRemoteConfigServiceTests' not found in package 'app-remote-config'.
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
error: 'spi-builder-workspace': product 'SodiumClientLive' required by package 'spi-builder-workspace' target 'AppRemoteConfigServiceTests' not found in package 'app-remote-config'.
BUILD FAILURE 6.1 android