The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rapid, reference main (e1296f), with Swift 6.1 for Android on 2 Nov 2025 22:23:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaascevich/Rapid.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/kaascevich/Rapid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e1296f3 remove dependency on swift-docc-plugin
Cloned https://github.com/kaascevich/Rapid.git
Revision (git rev-parse @):
e1296f38e6a71e8e6787b464cc2ae452bba5562a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kaascevich/Rapid.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kaascevich/Rapid.git
https://github.com/kaascevich/Rapid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Rapid",
  "name" : "Rapid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Rapid",
      "targets" : [
        "Rapid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeErasureTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeErasureTests",
      "path" : "Tests/TypeErasureTests",
      "sources" : [
        "AnyEquatableTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeTests",
      "path" : "Tests/TimeTests",
      "sources" : [
        "DurationTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "TestHelpers",
      "path" : "Sources/TestHelpers",
      "sources" : [
        "Helpers.swift",
        "Tags.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringsTests",
      "module_type" : "SwiftTarget",
      "name" : "StringsTests",
      "path" : "Tests/StringsTests",
      "sources" : [
        "InterpolationTests.swift",
        "RepetitionTests.swift",
        "StringifyTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SequencesTests",
      "module_type" : "SwiftTarget",
      "name" : "SequencesTests",
      "path" : "Tests/SequencesTests",
      "sources" : [
        "FilteringTests.swift",
        "IsNotEmptyTests.swift",
        "SafeAccessTests.swift",
        "SetsTests.swift",
        "SortingTests.swift",
        "SumTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResultBuildersTests",
      "module_type" : "SwiftTarget",
      "name" : "ResultBuildersTests",
      "path" : "Tests/ResultBuildersTests",
      "sources" : [
        "ResultBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rapid",
      "module_type" : "SwiftTarget",
      "name" : "Rapid",
      "path" : "Sources/Rapid",
      "product_memberships" : [
        "Rapid"
      ],
      "sources" : [
        "Closures/Closures.swift",
        "Closures/ForEach.swift",
        "Comparable/Between.swift",
        "Comparable/Clamp.swift",
        "Conformances/CollectionOfOneConformances.swift",
        "Conformances/EmptyCollectionConformances.swift",
        "Conformances/PartialRangeFromConformances.swift",
        "Conformances/PartialRangeThroughConformances.swift",
        "Conformances/PartialRangeUpToConformances.swift",
        "Functional/Piping.swift",
        "Numbers/Booleans.swift",
        "Numbers/Constants.swift",
        "Numbers/EvenOdd.swift",
        "Numbers/Factorials.swift",
        "Numbers/Powers.swift",
        "Numbers/Signs.swift",
        "Numbers/Zero.swift",
        "Operators/Aliases.swift",
        "Operators/Swap.swift",
        "Optionals/IsNil.swift",
        "Optionals/NilCoalescing.swift",
        "Optionals/UnwrapOrThrow.swift",
        "PatternMatching/PatternMatching.swift",
        "PropertyWrappers/Clamped.swift",
        "PropertyWrappers/Transformed.swift",
        "PropertyWrappers/Validated.swift",
        "Protocols/ExpressibleByEmptyLiteral.swift",
        "ResultBuilders/ResultBuilder.swift",
        "Sequences/Filtering.swift",
        "Sequences/IsNotEmpty.swift",
        "Sequences/SafeAccess.swift",
        "Sequences/Sets.swift",
        "Sequences/Sorting.swift",
        "Sequences/Sum.swift",
        "Strings/Interpolation.swift",
        "Strings/Repetition.swift",
        "Strings/Stringify.swift",
        "Time/Duration.swift",
        "TypeErasure/AnyEquatable.swift",
        "Typealiases.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProtocolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolsTests",
      "path" : "Tests/ProtocolsTests",
      "sources" : [
        "ExpressibleByEmptyLiteralTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PropertyWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "PropertyWrappersTests",
      "path" : "Tests/PropertyWrappersTests",
      "sources" : [
        "ClampedTests.swift",
        "TransformedTests.swift",
        "ValidatedTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PatternMatchingTests",
      "module_type" : "SwiftTarget",
      "name" : "PatternMatchingTests",
      "path" : "Tests/PatternMatchingTests",
      "sources" : [
        "PatternMatchingTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OptionalsTests",
      "module_type" : "SwiftTarget",
      "name" : "OptionalsTests",
      "path" : "Tests/OptionalsTests",
      "sources" : [
        "NilCoalescingTests.swift",
        "NilTests.swift",
        "UnwrapOrThrowTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OperatorsTests",
      "module_type" : "SwiftTarget",
      "name" : "OperatorsTests",
      "path" : "Tests/OperatorsTests",
      "sources" : [
        "AliasesTests.swift",
        "SwapTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NumbersTests",
      "module_type" : "SwiftTarget",
      "name" : "NumbersTests",
      "path" : "Tests/NumbersTests",
      "sources" : [
        "BooleansTests.swift",
        "ConstantsTests.swift",
        "EvenOddTests.swift",
        "FactorialsTests.swift",
        "PowersTests.swift",
        "SignsTests.swift",
        "ZeroTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FunctionalTests",
      "module_type" : "SwiftTarget",
      "name" : "FunctionalTests",
      "path" : "Tests/FunctionalTests",
      "sources" : [
        "PipingTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConformancesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConformancesTests",
      "path" : "Tests/ConformancesTests",
      "sources" : [
        "CollectionOfOneConformancesTests.swift",
        "EmptyCollectionConformancesTests.swift",
        "PartialRangeFromConformancesTests.swift",
        "PartialRangeThroughConformancesTests.swift",
        "PartialRangeUpToConformancesTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComparableTests",
      "module_type" : "SwiftTarget",
      "name" : "ComparableTests",
      "path" : "Tests/ComparableTests",
      "sources" : [
        "BetweenTests.swift",
        "ClampTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClosuresTests",
      "module_type" : "SwiftTarget",
      "name" : "ClosuresTests",
      "path" : "Tests/ClosuresTests",
      "sources" : [
        "ClosuresTests.swift",
        "ForEachTests.swift"
      ],
      "target_dependencies" : [
        "Rapid",
        "TestHelpers"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android