The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WelcomeWindow, reference v1.1.0 (cbd5c0), with Swift 6.1 for Android on 29 Aug 2025 21:12:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/WelcomeWindow.git
Reference: v1.1.0
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/CodeEditApp/WelcomeWindow
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at cbd5c0d Build On Swift 6.2 (#2)
Cloned https://github.com/CodeEditApp/WelcomeWindow.git
Revision (git rev-parse @):
cbd5c0d6f432449e2a8618e2b24e4691acbfcc98
SUCCESS checkout https://github.com/CodeEditApp/WelcomeWindow.git at v1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CodeEditApp/WelcomeWindow.git
https://github.com/CodeEditApp/WelcomeWindow.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "WelcomeWindow",
  "name" : "WelcomeWindow",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeWindow",
      "targets" : [
        "WelcomeWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindowTests",
      "path" : "Tests/WelcomeWindowTests",
      "sources" : [
        "WelcomeWindowTests.swift"
      ],
      "target_dependencies" : [
        "WelcomeWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WelcomeWindow",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindow",
      "path" : "Sources/WelcomeWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "WelcomeWindow"
      ],
      "sources" : [
        "Model/ActionsBuilder.swift",
        "Model/DocumentOpenDialogConfiguration.swift",
        "Model/DocumentSaveDialogConfiguration.swift",
        "Model/FocusTarget.swift",
        "Model/NSDocumentController+Extensions.swift",
        "Model/RecentsStore.swift",
        "Model/WelcomeActions.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/DispatchQueue+asyncIfNot.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+WindowActions.swift",
        "Utils/NSImage+dominantColor.swift",
        "Utils/URL+isDirectory.swift",
        "Utils/View+Cursor.swift",
        "Views/RecentsListItem.swift",
        "Views/RecentsListView.swift",
        "Views/WelcomeButton.swift",
        "Views/WelcomeView.swift",
        "Views/WelcomeWindow.swift",
        "Views/WelcomeWindowView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/lukepistrol/SwiftLintPlugin
[1/358] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.19s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (2.08s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1369/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (3.33s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 android