The Swift Package Index logo.Swift Package Index

Build Information

Failed to build zcash-swift-payment-uri, reference main (798053), with Swift 6.1 for Linux on 27 Jan 2026 02:31:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/zecdev/zcash-swift-payment-uri.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/zecdev/zcash-swift-payment-uri
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 798053b Merge pull request #77 from zecdev/fix-charset-encoding-validation
Cloned https://github.com/zecdev/zcash-swift-payment-uri.git
Revision (git rev-parse @):
798053ba8a2d80560b5e3f4899a8b35ac0c348bb
SUCCESS checkout https://github.com/zecdev/zcash-swift-payment-uri.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zecdev/zcash-swift-payment-uri.git
https://github.com/zecdev/zcash-swift-payment-uri.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "bigdecimal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mgriebling/BigDecimal.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "exact" : [
          "2.0.11"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mgriebling/BigInt.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "zcash-swift-payment-uri",
  "name" : "zcash-swift-payment-uri",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ZcashPaymentURI",
      "targets" : [
        "ZcashPaymentURI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZcashPaymentURITests",
      "module_type" : "SwiftTarget",
      "name" : "ZcashPaymentURITests",
      "path" : "Tests/ZcashPaymentURITests",
      "sources" : [
        "AmountTests.swift",
        "DuplicateParameterDetectionTests.swift",
        "EncodingTests.swift",
        "MemoBytesTests.swift",
        "OtherParamsTests.swift",
        "ParamNameStringTests.swift",
        "ParseParametersTests.swift",
        "ParsingAddressEncodingTests.swift",
        "ParsingAddressesTests.swift",
        "PaymentTests.swift",
        "QcharStringTests.swift",
        "RecipientTests.swift",
        "RendererTests.swift",
        "RoundTripTests.swift",
        "TestVectors.swift",
        "ZIP321Tests.swift"
      ],
      "target_dependencies" : [
        "ZcashPaymentURI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZcashPaymentURI",
      "module_type" : "SwiftTarget",
      "name" : "ZcashPaymentURI",
      "path" : "Sources/ZcashPaymentURI",
      "product_dependencies" : [
        "Parsing",
        "BigDecimal"
      ],
      "product_memberships" : [
        "ZcashPaymentURI"
      ],
      "sources" : [
        "Amount.swift",
        "Model.swift",
        "Parser.swift",
        "ParserContext.swift",
        "RecipientAddress.swift",
        "Render.swift",
        "ZIP321+Errors.swift",
        "ZIP321.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/mgriebling/BigInt.git
Fetching https://github.com/pointfreeco/swift-parsing
Fetching https://github.com/mgriebling/BigDecimal.git
[1/4534] Fetching swift-case-paths
[2/10483] Fetching swift-case-paths, bigdecimal
[592/15362] Fetching swift-case-paths, bigdecimal, swift-custom-dump
[15363/22872] Fetching swift-case-paths, bigdecimal, swift-custom-dump, bigint
Fetched https://github.com/mgriebling/BigDecimal.git from cache (0.65s)
[11817/16923] Fetching swift-case-paths, swift-custom-dump, bigint
[16924/115028] Fetching swift-case-paths, swift-custom-dump, bigint, swift-parsing
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.95s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (6.95s)
Fetched https://github.com/mgriebling/BigInt.git from cache (6.97s)
Fetched https://github.com/pointfreeco/swift-parsing from cache (7.07s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.0.11 (9.61s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.0.0 (0.74s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.93s)
Computing version for https://github.com/pointfreeco/swift-parsing
Computed https://github.com/pointfreeco/swift-parsing at 0.14.1 (1.87s)
Computing version for https://github.com/mgriebling/BigDecimal.git
Computed https://github.com/mgriebling/BigDecimal.git at 2.2.3 (0.75s)
Fetching https://github.com/mgriebling/UInt128.git
[1/1584] Fetching uint128
Fetched https://github.com/mgriebling/UInt128.git from cache (0.39s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.2.0 (1.01s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.73s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.75s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.0.0
Creating working copy for https://github.com/mgriebling/UInt128.git
Working copy of https://github.com/mgriebling/UInt128.git resolved at 3.2.0
Creating working copy for https://github.com/pointfreeco/swift-parsing
Working copy of https://github.com/pointfreeco/swift-parsing resolved at 0.14.1
Creating working copy for https://github.com/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at 2.0.11
Creating working copy for https://github.com/mgriebling/BigDecimal.git
Working copy of https://github.com/mgriebling/BigDecimal.git resolved at 2.2.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.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
warning: 'spi-builder-workspace': dependency 'swift-case-paths' is not used by any target
warning: 'spi-builder-workspace': dependency 'bigint' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-custom-dump' is not used by any target
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/28] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/28] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/29] Emitting module UInt128
[14/29] Compiling UInt128 UInt128.swift
[15/29] Compiling UInt128 Common.swift
[16/29] Compiling UInt128 Int128.swift
[18/30] Compiling BigInt ExpMod.swift
[19/30] Compiling BigInt FFT.swift
[20/30] Compiling BigInt Factorial.swift
[22/50] Compiling BigInt ToomCook.swift
[23/50] Compiling IssueReporting XCTest.swift
[24/50] Compiling IssueReporting IsTesting.swift
[25/50] Compiling BigInt Limbs.swift
[26/50] Compiling BigInt Karatsuba.swift
[27/50] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/50] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/52] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/52] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/52] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/52] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/52] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/52] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/52] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/52] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/52] Compiling IssueReporting DefaultReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/52] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/52] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/52] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/52] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/52] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/52] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/52] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/52] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/56] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/56] Emitting module BigInt
[56/57] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/57] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/82] Compiling CasePaths CasePath.swift
[60/82] Compiling BigDecimal SinCalculator.swift
[61/82] Compiling BigDecimal SinhCalculator.swift
[62/82] Compiling CasePaths OpenExistential.swift
[63/82] Compiling CasePaths TypeName.swift
[64/84] Compiling BigDecimal CosCalculator.swift
[65/84] Compiling BigDecimal CoshCalculator.swift
[66/84] Compiling CasePaths CasePaths.swift
[67/84] Emitting module CasePaths
[68/84] Compiling CasePaths Operators.swift
[69/84] Compiling CasePaths XCTUnwrap.swift
[70/84] Compiling BigDecimal ExponentCalculator.swift
[71/84] Compiling BigDecimal SeriesCalculator.swift
[72/84] Compiling CasePaths EnumReflection.swift
[74/85] Compiling BigDecimal DecimalLogic.swift
[75/85] Compiling BigDecimal AsinCalculator.swift
[76/85] Compiling BigDecimal DecimalMath-Simple.swift
[77/85] Compiling BigDecimal DecimalMath.swift
[78/85] Emitting module BigDecimal
[79/152] Compiling Parsing RawRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:24: error: type 'UInt128' has no member 'High'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                        `- error: type 'UInt128' has no member 'High'
 24 |   }
 25 | }
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:44: error: type 'UInt128' has no member 'Low'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                                            `- error: type 'UInt128' has no member 'Low'
 24 |   }
 25 | }
[80/152] Compiling Parsing String.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:24: error: type 'UInt128' has no member 'High'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                        `- error: type 'UInt128' has no member 'High'
 24 |   }
 25 | }
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:44: error: type 'UInt128' has no member 'Low'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                                            `- error: type 'UInt128' has no member 'Low'
 24 |   }
 25 | }
[81/152] Compiling Parsing Identity.swift
[82/152] Compiling Parsing JSON.swift
[83/152] Compiling Parsing LosslessStringConvertible.swift
[84/152] Compiling Parsing Memberwise.swift
[85/152] Compiling Parsing ParseableFormatStyleConversion.swift
[88/152] Compiling Parsing Substring.swift
[89/152] Compiling Parsing UTF8View.swift
[90/152] Compiling Parsing ConvertingError.swift
[91/161] Compiling Parsing OneOfBuilder.swift
[92/161] Compiling Parsing ParserBuilder.swift
[93/161] Compiling Parsing Conversion.swift
[94/161] Compiling Parsing AnyConversion.swift
[95/161] Compiling Parsing BinaryFloatingPoint.swift
[96/161] Compiling Parsing ConversionMap.swift
[97/161] Compiling Parsing Conversions.swift
[98/161] Compiling Parsing Data.swift
[99/161] Compiling Parsing Enum.swift
[100/161] Compiling Parsing FixedWidthInteger.swift
[101/161] Compiling Parsing OneOf.swift
[102/161] Compiling Parsing OneOfMany.swift
[103/161] Compiling Parsing Optional.swift
[104/161] Compiling Parsing Optionally.swift
[105/161] Compiling Parsing Parse.swift
[106/161] Compiling Parsing ParseableFormatStyle.swift
[107/161] Compiling Parsing Peek.swift
[108/161] Compiling Parsing Pipe.swift
[109/161] Compiling Parsing Prefix.swift
[110/161] Compiling Parsing PrefixThrough.swift
[111/161] Compiling Parsing PrefixUpTo.swift
[112/161] Compiling Parsing Printing.swift
[113/161] Compiling Parsing Pullback.swift
[114/161] Compiling Parsing ReplaceError.swift
[115/161] Compiling Parsing Rest.swift
[116/161] Compiling Parsing Skip.swift
[117/161] Compiling Parsing StartsWith.swift
[118/161] Compiling Parsing UUID.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-case-paths' is not used by any target
warning: 'spi-builder-workspace': dependency 'bigint' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-custom-dump' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Emitting module IssueReportingPackageSupport
[3/19] Compiling IssueReportingPackageSupport _Test.swift
[5/20] Compiling BigInt Karatsuba.swift
[6/22] Compiling BigInt Factorial.swift
[7/40] Compiling IssueReporting FailureObserver.swift
[8/40] Compiling IssueReporting LockIsolated.swift
[9/40] Compiling BigInt ToomCook.swift
[10/40] Emitting module UInt128
[11/40] Compiling UInt128 Int128.swift
[12/40] Compiling IssueReporting BreakpointReporter.swift
[13/40] Compiling IssueReporting DefaultReporter.swift
[14/40] Compiling IssueReporting FatalErrorReporter.swift
[15/40] Compiling IssueReporting ReportIssue.swift
[16/40] Compiling IssueReporting TestContext.swift
[17/40] Compiling IssueReporting Unimplemented.swift
[18/42] Compiling IssueReporting XCTest.swift
[19/42] Compiling IssueReporting IsTesting.swift
[20/42] Compiling IssueReporting IssueReporter.swift
[21/42] Emitting module IssueReporting
[22/42] Compiling UInt128 UInt128.swift
[23/42] Compiling UInt128 Common.swift
[25/43] Compiling IssueReporting SwiftTesting.swift
[26/43] Compiling IssueReporting UncheckedSendable.swift
[29/43] Compiling IssueReporting Rethrows.swift
[30/43] Compiling IssueReporting ErrorReporting.swift
[31/43] Compiling IssueReporting AppHostWarning.swift
[32/43] Compiling IssueReporting Deprecations.swift
[35/43] Compiling IssueReporting Warn.swift
[36/43] Compiling BigInt Limbs.swift
[37/43] Compiling IssueReporting WithExpectedIssue.swift
[38/43] Compiling IssueReporting WithIssueContext.swift
[40/47] Compiling XCTestDynamicOverlay Exports.swift
[41/47] Compiling XCTestDynamicOverlay Deprecations.swift
[42/47] Emitting module XCTestDynamicOverlay
[44/56] Compiling CasePaths OpenExistential.swift
[45/56] Compiling CasePaths XCTUnwrap.swift
[46/56] Compiling CasePaths TypeName.swift
[47/56] Compiling CasePaths Operators.swift
[48/56] Compiling CasePaths CasePaths.swift
[49/56] Compiling CasePaths CasePath.swift
[50/56] Compiling CasePaths EnumReflection.swift
[51/56] Emitting module CasePaths
[53/124] Compiling Parsing OneOfBuilder.swift
[54/124] Compiling Parsing ParserBuilder.swift
[55/124] Compiling Parsing Conversion.swift
[56/124] Compiling Parsing AnyConversion.swift
[57/124] Compiling Parsing BinaryFloatingPoint.swift
[58/124] Compiling Parsing ConversionMap.swift
[59/124] Compiling Parsing Conversions.swift
[60/124] Compiling Parsing Data.swift
[61/124] Compiling Parsing Enum.swift
[62/124] Compiling Parsing FixedWidthInteger.swift
[63/124] Compiling Parsing Identity.swift
[64/124] Compiling Parsing JSON.swift
[65/124] Compiling Parsing LosslessStringConvertible.swift
[66/124] Compiling Parsing Memberwise.swift
[67/124] Compiling Parsing ParseableFormatStyleConversion.swift
[68/124] Compiling Parsing RawRepresentable.swift
[69/124] Compiling Parsing String.swift
[70/124] Compiling Parsing Substring.swift
[71/124] Compiling Parsing UTF8View.swift
[72/124] Compiling Parsing ConvertingError.swift
[73/124] Compiling Parsing OneOf.swift
[74/124] Compiling Parsing OneOfMany.swift
[75/124] Compiling Parsing Optional.swift
[76/124] Compiling Parsing Optionally.swift
[77/124] Compiling Parsing Parse.swift
[78/124] Compiling Parsing ParseableFormatStyle.swift
[79/124] Compiling Parsing Peek.swift
[80/124] Compiling Parsing Pipe.swift
[81/124] Compiling Parsing Prefix.swift
[84/133] Emitting module BigInt
[88/134] Compiling Parsing CountingRange.swift
[89/134] Compiling Parsing EmptyInitializable.swift
[90/134] Compiling Parsing AnyEquatable.swift
[91/134] Compiling Parsing Deprecations.swift
[92/134] Compiling Parsing Parser.swift
[93/134] Compiling Parsing ParserPrinter.swift
[94/134] Compiling Parsing Always.swift
[95/134] Compiling Parsing AnyParserPrinter.swift
[96/134] Compiling Parsing Backtracking.swift
[97/134] Compiling Parsing Bool.swift
[98/150] Compiling Parsing Float.swift
[99/150] Compiling Parsing From.swift
[100/150] Compiling Parsing Int.swift
[101/150] Compiling Parsing Lazy.swift
[102/150] Compiling Parsing Literal.swift
[103/150] Compiling Parsing Many.swift
[104/150] Compiling Parsing Map.swift
[105/150] Compiling Parsing Newline.swift
[106/150] Compiling Parsing Not.swift
[107/150] Compiling Parsing PrefixThrough.swift
[108/150] Compiling Parsing PrefixUpTo.swift
[109/150] Compiling Parsing Printing.swift
[110/150] Compiling Parsing Pullback.swift
[111/150] Compiling Parsing ReplaceError.swift
[112/150] Compiling Parsing Rest.swift
[113/150] Compiling Parsing Skip.swift
[114/150] Compiling Parsing StartsWith.swift
[115/150] Compiling Parsing UUID.swift
[116/150] Emitting module Parsing
[117/150] Compiling Parsing CaseIterableRawRepresentable.swift
[118/150] Compiling Parsing CharacterSet.swift
[119/150] Compiling Parsing Conditional.swift
[120/150] Compiling Parsing Consumed.swift
[121/150] Compiling Parsing Digits.swift
[122/150] Compiling Parsing End.swift
[123/150] Compiling Parsing Fail.swift
[124/150] Compiling Parsing Filter.swift
[125/150] Compiling Parsing First.swift
[126/150] Compiling Parsing Whitespace.swift
[127/150] Compiling Parsing AnyParser.swift
[128/150] Compiling Parsing CompactMap.swift
[129/150] Compiling Parsing FlatMap.swift
[130/150] Compiling Parsing Parsers.swift
[131/150] Compiling Parsing Stream.swift
[132/150] Compiling Parsing ParsingError.swift
[133/150] Compiling Parsing PrependableCollection.swift
[134/150] Compiling Parsing PrintingError.swift
[136/151] Emitting module BigDecimal
[137/153] Compiling BigDecimal DecimalLogic.swift
[138/153] Compiling BigDecimal AsinCalculator.swift
[139/153] Compiling BigDecimal SinCalculator.swift
[140/153] Compiling BigDecimal SinhCalculator.swift
[141/153] Compiling BigDecimal CosCalculator.swift
[142/153] Compiling BigDecimal CoshCalculator.swift
[143/153] Compiling BigDecimal ExponentCalculator.swift
[144/153] Compiling BigDecimal SeriesCalculator.swift
[145/153] Compiling BigDecimal DecimalMath-Simple.swift
[146/153] Compiling BigDecimal DecimalMath.swift
[147/153] Compiling BigDecimal BigDecimal.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
[148/153] Compiling BigDecimal Decimal128.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
[149/153] Compiling BigDecimal Decimal32.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:182:32: error: '_length' is inaccessible due to 'internal' protection level
 180 |             self = Self.flagNaN()
 181 |         } else {
 182 |             let length = value._length
     |                                `- error: '_length' is inaccessible due to 'internal' protection level
 183 |             for i in 0...length {
 184 |                 switch i {
FoundationEssentials.Decimal._length:2:14: note: '_length' declared here
1 | struct Decimal {
2 | internal var _length: UInt32 { get set }}
  |              `- note: '_length' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:196:55: error: '_exponent' is inaccessible due to 'internal' protection level
 194 |                 }
 195 |             }
 196 |             self = Self(value < 0 ? -m : m, Int(value._exponent))
     |                                                       `- error: '_exponent' is inaccessible due to 'internal' protection level
 197 |         }
 198 |     }
FoundationEssentials.Decimal._exponent:2:14: note: '_exponent' declared here
1 | struct Decimal {
2 | internal var _exponent: Int32 { get set }}
  |              `- note: '_exponent' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/BigDecimal.swift:795:23: error: extra arguments at positions #2, #3, #4, #5, #6 in call
 793 |         }
 794 |         assert(sig < 0x10000)
 795 |         return Decimal(_exponent: Int32(exp), _length: length,
     |                       `- error: extra arguments at positions #2, #3, #4, #5, #6 in call
 796 |                        _isNegative: self < 0 ? 1 : 0, _isCompact: 0,
 797 |                        _reserved: 0, _mantissa: (s0,s1,s2,s3,s4,s5,s6,s7))
FoundationEssentials.Decimal.init:2:8: note: 'init(_:)' declared here
1 | struct Decimal {
2 | public init(_ value: Int32)}
  |        `- note: 'init(_:)' declared here
3 |
[150/153] Compiling BigDecimal Extensions.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:24: error: type 'UInt128' has no member 'High'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                        `- error: type 'UInt128' has no member 'High'
 24 |   }
 25 | }
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:44: error: type 'UInt128' has no member 'Low'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                                            `- error: type 'UInt128' has no member 'Low'
 24 |   }
 25 | }
[151/153] Compiling BigDecimal Rounding.swift
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:24: error: type 'UInt128' has no member 'High'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                        `- error: type 'UInt128' has no member 'High'
 24 |   }
 25 | }
/host/spi-builder-workspace/.build/checkouts/BigDecimal/Sources/BigDecimal/Extensions.swift:23:44: error: type 'UInt128' has no member 'Low'
 21 | extension UInt128 {
 22 |   public init(w: [UInt64]) {
 23 |     self.init((UInt128.High(w[1]), UInt128.Low(w[0])))
    |                                            `- error: type 'UInt128' has no member 'Low'
 24 |   }
 25 | }
[152/153] Compiling BigDecimal Decimal64.swift
[153/153] Compiling BigDecimal DecimalFloatingPoint.swift
BUILD FAILURE 6.1 linux