The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Portal, reference main (307b08), with Swift 6.1 for Android on 15 Jan 2026 15:11:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Aeastr/Portal.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/Aeastr/Portal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 307b089 Merge pull request #67 from Aeastr/dev
Cloned https://github.com/Aeastr/Portal.git
Revision (git rev-parse @):
307b08952f63b49f107ca773219f53e13e288bf3
SUCCESS checkout https://github.com/Aeastr/Portal.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Aeastr/Portal.git
https://github.com/Aeastr/Portal.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "chronicle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Aeastr/Chronicle.git"
    },
    {
      "identity" : "uiportalbridge",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Aeastr/UIPortalBridge.git"
    }
  ],
  "manifest_display_name" : "Portal",
  "name" : "Portal",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "PortalTransitions",
      "targets" : [
        "PortalTransitions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PortalHeaders",
      "targets" : [
        "PortalHeaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_PortalPrivate",
      "targets" : [
        "_PortalPrivate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_PortalPrivateTests",
      "module_type" : "SwiftTarget",
      "name" : "_PortalPrivateTests",
      "path" : "Tests/_PortalPrivateTests",
      "sources" : [
        "PortalPrivateTests.swift",
        "PortalViewTests.swift"
      ],
      "target_dependencies" : [
        "_PortalPrivate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_PortalPrivate",
      "module_type" : "SwiftTarget",
      "name" : "_PortalPrivate",
      "path" : "Sources/_PortalPrivate",
      "product_dependencies" : [
        "UIPortalBridge"
      ],
      "product_memberships" : [
        "_PortalPrivate"
      ],
      "sources" : [
        "PortalPrivateExampleApp.swift",
        "PortalPrivateExampleNoSheetView.swift",
        "Transitions/Examples/AnimatedLayer.swift",
        "Transitions/Examples/PortalExampleMultiItem.swift",
        "Transitions/Examples/PortalPrivateExampleCardGrid.swift",
        "Transitions/Examples/PortalPrivateExampleComparison.swift",
        "Transitions/Examples/PortalPrivateExampleList.swift",
        "Transitions/Examples/PortalPrivateExampleStaticID.swift",
        "Transitions/PortalPrivate.swift",
        "View/UIPortalViewExample.swift"
      ],
      "target_dependencies" : [
        "PortalTransitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PortalTransitionsTests",
      "module_type" : "SwiftTarget",
      "name" : "PortalTransitionsTests",
      "path" : "Tests/PortalTransitionsTests",
      "sources" : [
        "PortalCoreTests.swift"
      ],
      "target_dependencies" : [
        "PortalTransitions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PortalTransitions",
      "module_type" : "SwiftTarget",
      "name" : "PortalTransitions",
      "path" : "Sources/PortalTransitions",
      "product_dependencies" : [
        "Chronicle",
        "ChronicleConsole"
      ],
      "product_memberships" : [
        "PortalTransitions",
        "_PortalPrivate"
      ],
      "sources" : [
        "AnimatedLayers/AnimatedItemPortalLayer.swift",
        "AnimatedLayers/AnimatedPortalLayer.swift",
        "Core/AnchorKey.swift",
        "Core/CrossModel.swift",
        "Core/PortalConstants.swift",
        "Core/PortalInfo.swift",
        "Core/PortalKey.swift",
        "Examples/AnimatedLayer.swift",
        "Examples/PortalExampleCardGrid.swift",
        "Examples/PortalExampleComparison.swift",
        "Examples/PortalExampleGridCarousel.swift",
        "Examples/PortalExampleList.swift",
        "Examples/PortalExampleStaticID.swift",
        "Modifiers/ConditionalPortalTransitionModifier.swift",
        "Modifiers/GroupIDPortalTransitionModifier.swift",
        "Modifiers/GroupItemPortalTransitionModifier.swift",
        "Modifiers/OptionalPortalTransitionModifier.swift",
        "Styling/PortalRemoveTransition.swift",
        "Styling/PortalTransitionDebugStyle.swift",
        "Utilities/HiddenStatusHostingController.swift",
        "Utilities/PortalLogs.swift",
        "Views/PassThroughWindow.swift",
        "Views/Portal.swift",
        "Views/PortalContainer.swift",
        "Views/PortalLayerView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PortalHeadersTests",
      "module_type" : "SwiftTarget",
      "name" : "PortalHeadersTests",
      "path" : "Tests/PortalHeadersTests",
      "sources" : [
        "PortalHeaderAnchorTests.swift",
        "PortalHeaderCalculationsTests.swift",
        "PortalHeaderTests.swift"
      ],
      "target_dependencies" : [
        "PortalHeaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PortalHeaders",
      "module_type" : "SwiftTarget",
      "name" : "PortalHeaders",
      "path" : "Sources/PortalHeaders",
      "product_dependencies" : [
        "Chronicle",
        "ChronicleConsole"
      ],
      "product_memberships" : [
        "PortalHeaders"
      ],
      "sources" : [
        "AccessoryFlowingKey.swift",
        "AnchorKey.swift",
        "DebugOverlayIndicator.swift",
        "Examples/PortalHeaderExampleNoAccessory.swift",
        "Examples/PortalHeaderExampleTitleOnly.swift",
        "Examples/PortalHeaderExampleWithAccessory.swift",
        "PortalHeaderCalculations.swift",
        "PortalHeaderContent.swift",
        "PortalHeaderDebugStyle.swift",
        "PortalHeaderDestination.swift",
        "PortalHeaderLogs.swift",
        "PortalHeaderTokens.swift",
        "PortalHeaderView.swift",
        "TitleProgressKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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-4606859-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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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