The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftCardanoCore, reference 0.2.23 (becbd3), with Swift 6.1 for Linux on 11 Nov 2025 12:04:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-core.git
Reference: 0.2.23
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-cardano-core
 * tag               0.2.23     -> FETCH_HEAD
HEAD is now at becbd32 bump: version 0.2.22 → 0.2.23
Cloned https://github.com/Kingpin-Apps/swift-cardano-core.git
Revision (git rev-parse @):
becbd32df2d1edf7a3d5f2533ce5ebc23ec8fe58
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-core.git at 0.2.23
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-core.git
https://github.com/Kingpin-Apps/swift-cardano-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    },
    {
      "identity" : "swift-mnemonic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-mnemonic.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "5.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-fraction-number",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/swift-fraction-number.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCore",
  "name" : "SwiftCardanoCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCore",
      "targets" : [
        "SwiftCardanoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCoreTests",
      "path" : "Tests/SwiftCardanoCoreTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftCardanoCoreTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AddressTests/AddressTests.swift",
        "AddressTests/AddressTypeTests.swift",
        "AddressTests/PointerAddressTests.swift",
        "CertificatesTests/AuthCommitteeHotTests.swift",
        "CertificatesTests/CertificateTests.swift",
        "CertificatesTests/PoolRegistrationTests.swift",
        "CertificatesTests/PoolRetirementTests.swift",
        "CertificatesTests/RegisterDRepTests.swift",
        "CertificatesTests/RegisterTests.swift",
        "CertificatesTests/ResignCommitteeColdTests.swift",
        "CertificatesTests/StakeDelegationTests.swift",
        "CertificatesTests/StakeDeregistrationTests.swift",
        "CertificatesTests/StakeRegisterDelegateTests.swift",
        "CertificatesTests/StakeRegistrationTests.swift",
        "CertificatesTests/StakeVoteDelegateTests.swift",
        "CertificatesTests/StakeVoteRegisterDelegateTests.swift",
        "CertificatesTests/UnregisterDRepTests.swift",
        "CertificatesTests/UnregisterTests.swift",
        "CertificatesTests/UpdateDRepTests.swift",
        "CertificatesTests/VoteDelegateTests.swift",
        "CertificatesTests/VoteRegisterDelegateTests.swift",
        "ConfigTests/AlonzoGenesisTests.swift",
        "ConfigTests/ByronGenesisTests.swift",
        "ConfigTests/ConwayGenesisTests.swift",
        "ConfigTests/NodeConfigTests.swift",
        "ConfigTests/ShelleyGenesisTests.swift",
        "ConfigTests/TopologyTests.swift",
        "CredentialTests.swift",
        "CryptoTests/Bech32Tests.swift",
        "CryptoTests/Bip32ExtendedTests.swift",
        "CryptoTests/Bip32Tests.swift",
        "Fixtures/AddressFixtures.swift",
        "Fixtures/CertificateFixtures.swift",
        "Fixtures/DRepFixtures.swift",
        "Fixtures/Helpers.swift",
        "Fixtures/KeyFixtures.swift",
        "Fixtures/PlutusTestsClasses.swift",
        "Fixtures/ResourcePath.swift",
        "Fixtures/ScriptFixtures.swift",
        "Fixtures/StakepoolFixtures.swift",
        "GovernanceTests/DRepTests.swift",
        "GovernanceTests/GovernanceActionsTests/HardForkInitiationActionTests.swift",
        "GovernanceTests/GovernanceActionsTests/InfoActionTests.swift",
        "GovernanceTests/GovernanceActionsTests/NewConstitutionTests.swift",
        "GovernanceTests/GovernanceActionsTests/NoConfidenceTests.swift",
        "GovernanceTests/GovernanceActionsTests/ParameterChangeActionTests.swift",
        "GovernanceTests/GovernanceActionsTests/TreasuryWithdrawalsActionTests.swift",
        "GovernanceTests/GovernanceActionsTests/UpdateCommitteeTests.swift",
        "GovernanceTests/GovernanceTests.swift",
        "GovernanceTests/ProposalProcedureTests.swift",
        "GovernanceTests/VotingTests.swift",
        "HashTests.swift",
        "KeysTests/CommitteeKeyTests.swift",
        "KeysTests/DRepKeyTests.swift",
        "KeysTests/KeyTests.swift",
        "KeysTests/PaymentKeyTests.swift",
        "KeysTests/SigningKeyTests.swift",
        "KeysTests/StakeKeyTests.swift",
        "KeysTests/StakePoolKeyTests.swift",
        "KeysTests/VerificationKeyTests.swift",
        "MetadataTests/MetadataTests.swift",
        "NativeScriptTests/AfterScriptTests.swift",
        "NativeScriptTests/BeforeScriptTests.swift",
        "NativeScriptTests/NativeScriptTests.swift",
        "NativeScriptTests/ScriptAllTests.swift",
        "NativeScriptTests/ScriptAnyTests.swift",
        "NativeScriptTests/ScriptNofKTests.swift",
        "NativeScriptTests/ScriptPubkeyTests.swift",
        "NetworkTests.swift",
        "ParametersTests/GenesisParametersTests.swift",
        "ParametersTests/ProtocolParametersTests.swift",
        "PlutusTests/CostModelsTests.swift",
        "PlutusTests/ExecutionUnitsTests.swift",
        "PlutusTests/PlutusDataTests.swift",
        "PlutusTests/PlutusTypesTests.swift",
        "PlutusTests/RawPlutusDataTests.swift",
        "PlutusTests/RedeemerTests.swift",
        "SignatureTests.swift",
        "StakePoolTests/PoolMetadataTests.swift",
        "StakePoolTests/PoolOperatorTests.swift",
        "StakePoolTests/PoolParamsTests.swift",
        "TransactionTests/AssetTests.swift",
        "TransactionTests/BabbageTransactionOutputTests.swift",
        "TransactionTests/MultiAssetTests.swift",
        "TransactionTests/ScriptTests.swift",
        "TransactionTests/ShelleyTransactionOutputTests.swift",
        "TransactionTests/TransactionBodyTests.swift",
        "TransactionTests/TransactionInputTests.swift",
        "TransactionTests/TransactionOutputTests.swift",
        "TransactionTests/TransactionTests.swift",
        "TransactionTests/UTxOTests.swift",
        "TransactionTests/ValueTests.swift",
        "TransactionTests/WithdrawalsTests.swift",
        "TransactionTests/WitnessTests.swift",
        "TypesTests/CBORTagTests.swift",
        "TypesTests/EraTests.swift",
        "TypesTests/IPAddressTests.swift",
        "TypesTests/IntervalTests.swift",
        "TypesTests/ListOrSetTests.swift",
        "TypesTests/StakeAddressInfoTests.swift",
        "UtilsTests/ErrorsTests.swift",
        "UtilsTests/ExtentionsTests.swift",
        "UtilsTests/FileHashTests.swift",
        "UtilsTests/LoggingTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCore",
      "path" : "Sources/SwiftCardanoCore",
      "product_dependencies" : [
        "BigInt",
        "PotentCodables",
        "CryptoSwift",
        "SwiftMnemonic",
        "SwiftNcal",
        "Clibsodium",
        "FractionNumber",
        "Logging",
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftCardanoCore"
      ],
      "sources" : [
        "Address/Address.swift",
        "Address/AddressTypes.swift",
        "Address/PointerAddress.swift",
        "Certificates/AuthCommitteeHot.swift",
        "Certificates/Certificate.swift",
        "Certificates/PoolRegistration.swift",
        "Certificates/PoolRetirement.swift",
        "Certificates/Register.swift",
        "Certificates/RegisterDRep.swift",
        "Certificates/ResignCommitteeCold.swift",
        "Certificates/StakeDelegation.swift",
        "Certificates/StakeDeregistration.swift",
        "Certificates/StakeRegisterDelegate.swift",
        "Certificates/StakeRegistration.swift",
        "Certificates/StakeVoteDelegate.swift",
        "Certificates/StakeVoteRegisterDelegate.swift",
        "Certificates/Unregister.swift",
        "Certificates/UnregisterDRep.swift",
        "Certificates/UpdateDRep.swift",
        "Certificates/VoteDelegate.swift",
        "Certificates/VoteRegisterDelegate.swift",
        "Config/AlonzoGenesis.swift",
        "Config/ByronGenesis.swift",
        "Config/ConwayGenesis.swift",
        "Config/NodeConfig.swift",
        "Config/ShelleyGenesis.swift",
        "Config/Topology.swift",
        "Credentials/Credential.swift",
        "Credentials/CredentialType.swift",
        "Credentials/GovernanceCredential.swift",
        "Crypto/Bech32.swift",
        "Crypto/Bip32.swift",
        "Governance/Committee.swift",
        "Governance/DRep.swift",
        "Governance/Governance.swift",
        "Governance/GovernanceActions/HardForkInitiationAction.swift",
        "Governance/GovernanceActions/InfoAction.swift",
        "Governance/GovernanceActions/NewConstitution.swift",
        "Governance/GovernanceActions/NoConfidence.swift",
        "Governance/GovernanceActions/ParameterChangeAction.swift",
        "Governance/GovernanceActions/TreasuryWithdrawalsAction.swift",
        "Governance/GovernanceActions/UpdateCommittee.swift",
        "Governance/ProposalProcedure.swift",
        "Governance/Voting.swift",
        "Hash.swift",
        "Keys/CommitteeKey.swift",
        "Keys/DRepKey.swift",
        "Keys/PaymentKey.swift",
        "Keys/SigningKey.swift",
        "Keys/StakeKey.swift",
        "Keys/StakePoolKey.swift",
        "Keys/VRFKey.swift",
        "Keys/VerificationKey.swift",
        "Legacy/BootstrapWitness.swift",
        "Legacy/GenesisKeyDelegation.swift",
        "Legacy/MoveInstantaneousRewards.swift",
        "Legacy/Update.swift",
        "Metadata/Metadata.swift",
        "NativeScript/AfterScript.swift",
        "NativeScript/BeforeScript.swift",
        "NativeScript/NativeScript.swift",
        "NativeScript/ScriptAll.swift",
        "NativeScript/ScriptAny.swift",
        "NativeScript/ScriptNofK.swift",
        "NativeScript/ScriptPubkey.swift",
        "Network.swift",
        "Parameters/GenesisParameters.swift",
        "Parameters/ProtocolParameters.swift",
        "Plutus/CostModels.swift",
        "Plutus/ExecutionUnits.swift",
        "Plutus/PlutusData/BigInteger.swift",
        "Plutus/PlutusData/Bytes.swift",
        "Plutus/PlutusData/Constr.swift",
        "Plutus/PlutusData/PlutusData.swift",
        "Plutus/PlutusData/PlutusDataProtocol.swift",
        "Plutus/PlutusData/Unit.swift",
        "Plutus/PlutusHelpers.swift",
        "Plutus/PlutusTypes.swift",
        "Plutus/RawPlutusData.swift",
        "Plutus/Redeemer.swift",
        "Serialization/CBORSerializable.swift",
        "Serialization/JSONLoadable.swift",
        "Serialization/JSONSerializable.swift",
        "Serialization/Never+CBORSerializable.swift",
        "Serialization/PayloadCBORSerializable.swift",
        "Serialization/PayloadSerializable.swift",
        "Serialization/Serializable.swift",
        "Serialization/TextEnvelopable.swift",
        "Signature.swift",
        "StakePool/PoolMetadata.swift",
        "StakePool/PoolOperator.swift",
        "StakePool/PoolParams/MultiHostName.swift",
        "StakePool/PoolParams/PoolParams.swift",
        "StakePool/PoolParams/Relay.swift",
        "StakePool/PoolParams/SingleHostAddr.swift",
        "StakePool/PoolParams/SingleHostName.swift",
        "Transaction/Asset.swift",
        "Transaction/Datum.swift",
        "Transaction/MultiAsset.swift",
        "Transaction/Script.swift",
        "Transaction/Transaction.swift",
        "Transaction/TransactionBody.swift",
        "Transaction/TransactionInput.swift",
        "Transaction/TransactionOutput/BabbageTransactionOutput.swift",
        "Transaction/TransactionOutput/ShelleyTransactionOutput.swift",
        "Transaction/TransactionOutput/TransactionOutput.swift",
        "Transaction/UTxO.swift",
        "Transaction/Value.swift",
        "Transaction/Withdrawals.swift",
        "Transaction/Witness.swift",
        "Types/Anchor.swift",
        "Types/ByteString.swift",
        "Types/CBORTag.swift",
        "Types/ChainTip.swift",
        "Types/Era.swift",
        "Types/ExUnits.swift",
        "Types/Fraction.swift",
        "Types/IPAddress.swift",
        "Types/IndefiniteList.swift",
        "Types/Interval.swift",
        "Types/ListOrSet.swift",
        "Types/PositiveCoin.swift",
        "Types/Primitive.swift",
        "Types/ProtocolVersion.swift",
        "Types/Set.swift",
        "Types/StakeAddressInfo.swift",
        "Types/Tuple.swift",
        "Types/TypeAliases.swift",
        "Types/Url.swift",
        "Utils/Errors.swift",
        "Utils/Extensions.swift",
        "Utils/FileHash.swift",
        "Utils/Logging.swift",
        "Utils/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux