The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DictionaryKit, reference 1.0.0 (f59937), with Swift 6.1 for Android on 10 Feb 2026 05:26:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/jakeoeding/DictionaryKit.git
Reference: 1.0.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/jakeoeding/DictionaryKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f59937a update versions to make build less restrictive
Cloned https://github.com/jakeoeding/DictionaryKit.git
Revision (git rev-parse @):
f59937a25e51da73ff0d3fe5f58b0e8f7d080ddc
SUCCESS checkout https://github.com/jakeoeding/DictionaryKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jakeoeding/DictionaryKit.git
https://github.com/jakeoeding/DictionaryKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryKit",
  "name" : "DictionaryKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryKit",
      "targets" : [
        "DictionaryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DictionaryKitExample",
      "targets" : [
        "DictionaryKitExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryKitExample",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKitExample",
      "path" : "Examples",
      "product_memberships" : [
        "DictionaryKitExample"
      ],
      "sources" : [
        "DictionaryKitExample/main.m"
      ],
      "target_dependencies" : [
        "DictionaryKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DictionaryKit",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKit",
      "path" : "Sources/DictionaryKit",
      "product_memberships" : [
        "DictionaryKit",
        "DictionaryKitExample"
      ],
      "sources" : [
        "TTTDictionary.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
/host/spi-builder-workspace/Examples/DictionaryKitExample/main.m:23:9: fatal error: 'Foundation/Foundation.h' file not found
   23 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/4] Compiling main.m
In file included from /host/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:23:
/host/spi-builder-workspace/Sources/DictionaryKit/include/TTTDictionary.h:23:9: fatal error: 'Foundation/Foundation.h' file not found
   23 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/4] Compiling DictionaryKit TTTDictionary.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/Examples/DictionaryKitExample/main.m:23:9: fatal error: 'Foundation/Foundation.h' file not found
   23 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/4] Compiling main.m
[0/4] Compiling DictionaryKit TTTDictionary.m
BUILD FAILURE 6.1 android