The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LNExtensionExecutor, reference master (0db8dd), with Swift 6.3 for Android on 17 Apr 2026 14:49:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNExtensionExecutor.git
Reference: master
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/LeoNatan/LNExtensionExecutor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0db8dd4 Fix typo in README about extension identifier discovery
Cloned https://github.com/LeoNatan/LNExtensionExecutor.git
Revision (git rev-parse @):
0db8dd47b83ba99429f8d8568dac10e76b57d9ad
SUCCESS checkout https://github.com/LeoNatan/LNExtensionExecutor.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/LeoNatan/LNExtensionExecutor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.m:8:
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:8:1: error: use of '@import' when modules are disabled
    8 | @import UIKit;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:10:8: error: unknown type name 'NSErrorDomain'
   10 | extern NSErrorDomain __nonnull const LNActivityExecutorErrorDomain;
      |        ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:10:31: error: expected ';' after top level declarator
   10 | extern NSErrorDomain __nonnull const LNActivityExecutorErrorDomain;
      |                               ^
      |                               ;
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:10:38: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   10 | extern NSErrorDomain __nonnull const LNActivityExecutorErrorDomain;
      |                                ~~~~~ ^
      |                                int
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:11:8: error: unknown type name 'NSInteger'
   11 | extern NSInteger const LNExtensionNotFoundErrorCode;
      |        ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   13 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:15:18: error: expected ';' after top level declarator
   15 | NS_SWIFT_UI_ACTOR
      |                  ^
      |                  ;
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:20:1: error: missing context for method declaration
   20 | + (instancetype)new NS_UNAVAILABLE;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:20:21: error: expected method body
   20 | + (instancetype)new NS_UNAVAILABLE;
      |                     ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:20:4: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
   20 | + (instancetype)new NS_UNAVAILABLE;
      |    ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:20:4: note: insert '_Nullable' if the pointer may be null
   20 | + (instancetype)new NS_UNAVAILABLE;
      |    ^
      |                 _Nullable
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:20:4: note: insert '_Nonnull' if the pointer should never be null
   20 | + (instancetype)new NS_UNAVAILABLE;
      |    ^
      |                 _Nonnull
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:55: error: expected a type
   21 | - (nullable instancetype)initWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing *)error NS_DESIGNATED_INITIALIZER;
      |                                                       ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:83: error: expected a type
   21 | - (nullable instancetype)initWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing *)error NS_DESIGNATED_INITIALIZER;
      |                                                                                   ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:152: error: expected ':'
   21 | - (nullable instancetype)initWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing *)error NS_DESIGNATED_INITIALIZER;
      |                                                                                                                                                        ^
      |                                                                                                                                                        :
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:1: error: missing context for method declaration
   21 | - (nullable instancetype)initWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing *)error NS_DESIGNATED_INITIALIZER;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:23:1: error: expected method body
   23 | + (nullable instancetype)executorWithExtensionIdentifier:(NSString*)identifier NS_REFINED_FOR_SWIFT;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:59: error: expected a type
   24 | + (nullable instancetype)executorWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      |                                                           ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:87: error: expected a type
   24 | + (nullable instancetype)executorWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      |                                                                                       ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:150: error: expected ':'
   24 | + (nullable instancetype)executorWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      |                                                                                                                                                      ^
      |                                                                                                                                                      :
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:1: error: missing context for method declaration
   24 | + (nullable instancetype)executorWithExtensionIdentifier:(NSString*)identifier error:(NSError* __nullable __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:26:1: error: expected method body
   26 | - (void)executeWithItemsConfiguration:(id<UIActivityItemsConfigurationReading>)activityItemsConfiguration onViewController:(UIViewController*)vc completionHandler:(void (^ __nullable)(BOOL completed, NSArray* __nullable returnedItems, NSError* __nullable activityError))handler  API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos);
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
[0/5] Compiling LNExtensionExecutor LNExtensionExecutor.m
BUILD FAILURE 6.3 android