Build Information
Failed to build SwiftOgmios, reference main (52525b), with Swift 6.1 for Android on 13 Feb 2026 02:49:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-ogmios.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/Kingpin-Apps/swift-ogmios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 52525b4 bump: version 0.1.2 → 0.1.3
Cloned https://github.com/Kingpin-Apps/swift-ogmios.git
Revision (git rev-parse @):
52525b431f4ccba5a708d3856d78987509e95177
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-ogmios.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kingpin-Apps/swift-ogmios.git
https://github.com/Kingpin-Apps/swift-ogmios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-cardano-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.23",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
}
],
"manifest_display_name" : "SwiftOgmios",
"name" : "SwiftOgmios",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftOgmios",
"targets" : [
"SwiftOgmios"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOgmiosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftOgmiosTests",
"path" : "Tests/SwiftOgmiosTests",
"sources" : [
"Fixtures.swift",
"MiniProtocolsTests/ChainSynchronizationTests/FindIntersectionTests.swift",
"MiniProtocolsTests/ChainSynchronizationTests/NextBlockTests.swift",
"MiniProtocolsTests/MempoolMonitoringTests/AcquireMempoolTests.swift",
"MiniProtocolsTests/MempoolMonitoringTests/HasTransactionTests.swift",
"MiniProtocolsTests/MempoolMonitoringTests/NextTransactionTests.swift",
"MiniProtocolsTests/MempoolMonitoringTests/ReleaseMempoolTests.swift",
"MiniProtocolsTests/MempoolMonitoringTests/SizeOfMempoolTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateConstitutionTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateConstitutionalCommitteeTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateDelegateRepresentativesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateDumpTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateEpochTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateEraStartTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateEraSummariesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateGovernanceProposalsTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateLiveStakeDistributionTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateNoncesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateOperationalCertificatesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateProjectedRewardsTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateProposedProtocolParametersTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateProtocolParametersTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateRewardAccountSummariesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateRewardsProvenanceTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateStakePoolsPerformancesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateStakePoolsTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateTipTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateTreasuryAndReservesTests.swift",
"MiniProtocolsTests/StateQueriesTests/LedgerStateQueriesTests/QueryLedgerStateUtxoTests.swift",
"MiniProtocolsTests/StateQueriesTests/NetworkQueriesTests/QueryNetworkBlockHeightTests.swift",
"MiniProtocolsTests/StateQueriesTests/NetworkQueriesTests/QueryNetworkGenesisConfigurationTests.swift",
"MiniProtocolsTests/StateQueriesTests/NetworkQueriesTests/QueryNetworkStartTimeTests.swift",
"MiniProtocolsTests/StateQueriesTests/NetworkQueriesTests/QueryNetworkTipTests.swift",
"MiniProtocolsTests/TransactionSubmissionTests/EvaluateTransactionTests.swift",
"MiniProtocolsTests/TransactionSubmissionTests/SubmitTransactionTests.swift",
"MockData.swift",
"OgmiosClientTests.swift",
"Types/CardanoTests/BlockTests.swift"
],
"target_dependencies" : [
"SwiftOgmios"
],
"type" : "test"
},
{
"c99name" : "SwiftOgmios",
"module_type" : "SwiftTarget",
"name" : "SwiftOgmios",
"path" : "Sources/SwiftOgmios",
"product_dependencies" : [
"SwiftCardanoCore"
],
"product_memberships" : [
"SwiftOgmios"
],
"sources" : [
"Connection/Connectable.swift",
"Connection/HTTPConnection.swift",
"Connection/WebSocketConnection.swift",
"Errors.swift",
"Logging.swift",
"MiniProtocols/ChainSynchronization/FindIntersection.swift",
"MiniProtocols/ChainSynchronization/NextBlock.swift",
"MiniProtocols/MempoolMonitoring/AcquireMempool.swift",
"MiniProtocols/MempoolMonitoring/HasTransaction.swift",
"MiniProtocols/MempoolMonitoring/NextTransaction.swift",
"MiniProtocols/MempoolMonitoring/ReleaseMempool.swift",
"MiniProtocols/MempoolMonitoring/SizeOfMempool.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateConstitution.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateConstitutionalCommittee.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateDelegateRepresentatives.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateDump.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateEpoch.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateEraStart.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateEraSummaries.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateGovernanceProposals.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateLiveStakeDistribution.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateNonces.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateOperationalCertificates.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateProjectedRewards.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateProposedProtocolParameters.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateProtocolParameters.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateRewardAccountSummaries.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateRewardsProvenance.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateStakePools.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateStakePoolsPerformances.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateTip.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateTreasuryAndReserves.swift",
"MiniProtocols/StateQueries/LedgerStateQueries/QueryLedgerStateUtxo.swift",
"MiniProtocols/StateQueries/NetworkQueries/QueryNetworkBlockHeight.swift",
"MiniProtocols/StateQueries/NetworkQueries/QueryNetworkGenesisConfiguration.swift",
"MiniProtocols/StateQueries/NetworkQueries/QueryNetworkStartTime.swift",
"MiniProtocols/StateQueries/NetworkQueries/QueryNetworkTip.swift",
"MiniProtocols/TransactionSubmission/EvaluateTransaction.swift",
"MiniProtocols/TransactionSubmission/SubmitTransaction.swift",
"NanoID.swift",
"OgmiosClient.swift",
"Types/Cardano/Address.swift",
"Types/Cardano/Anchor.swift",
"Types/Cardano/Block.swift",
"Types/Cardano/Bound.swift",
"Types/Cardano/DelegateRepresentativeSummary.swift",
"Types/Cardano/DigestBlake2b.swift",
"Types/Cardano/Era.swift",
"Types/Cardano/Genesis.swift",
"Types/Cardano/Governance/Constitution.swift",
"Types/Cardano/Governance/GovernanceAction.swift",
"Types/Cardano/Governance/GovernanceProposalReference.swift",
"Types/Cardano/Governance/GovernanceVote.swift",
"Types/Cardano/Governance/ProposedProtocolParameters.swift",
"Types/Cardano/Origin.swift",
"Types/Cardano/ProtocolParameters.swift",
"Types/Cardano/RelativeTime.swift",
"Types/Cardano/RewardAccount.swift",
"Types/Cardano/StakePool.swift",
"Types/Cardano/Transaction.swift",
"Types/Cardano/TypeAliases.swift",
"Types/Cardano/Utxo.swift",
"Types/Cardano/Value.swift",
"Types/Cardano/VerificationKey.swift",
"Types/Health.swift",
"Types/JSON-RPC.swift",
"Types/Ogmios/AnyCredential.swift",
"Types/Ogmios/Bech32.swift",
"Types/Ogmios/DeserialisationFailure.swift",
"Types/Ogmios/EncodingBase16.swift",
"Types/Ogmios/EraMismatch.swift",
"Types/Ogmios/EvaluateTransactionDeserialisationError.swift",
"Types/Ogmios/EvaluateTransactionError.swift",
"Types/Ogmios/EvaluateTransactionFailure.swift",
"Types/Ogmios/FindIntersectionError.swift",
"Types/Ogmios/LiveStakeDistribution.swift",
"Types/Ogmios/MustAcquireMempoolFirst.swift",
"Types/Ogmios/Nonces.swift",
"Types/Ogmios/OperationalCertificates.swift",
"Types/Ogmios/PointOrOrigin.swift",
"Types/Ogmios/ProjectedRewards.swift",
"Types/Ogmios/QueryLedgerStateAcquiredExpired.swift",
"Types/Ogmios/QueryLedgerStateEraMismatch.swift",
"Types/Ogmios/QueryLedgerStateUnavailableInCurrentEra.swift",
"Types/Ogmios/QueryNetworkInvalidGenesis.swift",
"Types/Ogmios/RewardAccountSummary.swift",
"Types/Ogmios/RewardsProvenance.swift",
"Types/Ogmios/ScriptExecutionFailure.swift",
"Types/Ogmios/StakePoolsPerformances.swift",
"Types/Ogmios/SubmitTransactionDeserialisationError.swift",
"Types/Ogmios/SubmitTransactionError.swift",
"Types/Ogmios/SubmitTransactionFailure.swift",
"Types/Ogmios/TransactionCBOR.swift",
"Types/TypeCallable.swift",
"Types/Wrappers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Kingpin-Apps/swift-cardano-core.git
[1/3246] Fetching swift-cardano-core
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (0.32s)
Computing version for https://github.com/Kingpin-Apps/swift-cardano-core.git
error: Dependencies could not be resolved because 'swift-cardano-core' >= 0.1.34 contains incompatible tools version (6.2.0) and root depends on 'swift-cardano-core' 0.2.23..<1.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/Kingpin-Apps/swift-cardano-core.git
Updated https://github.com/Kingpin-Apps/swift-cardano-core.git (0.13s)
Computing version for https://github.com/Kingpin-Apps/swift-cardano-core.git
error: Dependencies could not be resolved because 'swift-cardano-core' >= 0.1.34 contains incompatible tools version (6.2.0) and root depends on 'swift-cardano-core' 0.2.23..<1.0.0.
BUILD FAILURE 6.1 android