The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftOgmios, reference main (52525b), with Swift 6.1 for macOS (SPM) on 13 Feb 2026 02:49:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 (1.07s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/Kingpin-Apps/swift-cardano-core.git
Updated https://github.com/Kingpin-Apps/swift-cardano-core.git (0.45s)
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 macosSpm