The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MenuItemKit, reference master (365321), with Swift 6.3 for Android on 11 Apr 2026 04:55:09 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/cxa/MenuItemKit.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/cxa/MenuItemKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3653215 Update README.md
Cloned https://github.com/cxa/MenuItemKit.git
Revision (git rev-parse @):
365321523300be357dd0665cfe048c4074203355
SUCCESS checkout https://github.com/cxa/MenuItemKit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cxa/MenuItemKit.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...
[0/3] Write sources
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:9:1: error: use of '@import' when modules are disabled
    9 | @import UIKit;
      | ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:24:6: error: cannot find interface declaration for 'UIMenuController'
   24 | LOAD(UIMenuController)
      |      ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:24:1: error: unknown type name 'dispatch_once_t'
   24 | LOAD(UIMenuController)
      | ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:15:10: note: expanded from macro 'LOAD'
   15 |   static dispatch_once_t onceToken;                               \
      |          ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:24:1: error: call to undeclared function 'dispatch_once'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:16:3: note: expanded from macro 'LOAD'
   16 |   dispatch_once(&onceToken, ^{                                    \
      |   ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:24:1: error: call to undeclared function 'NSSelectorFromString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:27: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |                           ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:24:1: warning: class method '+performSelector:' not found (return type defaults to 'id') [-Wobjc-method-access]
   24 | LOAD(UIMenuController)
      | ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:11: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:25:6: error: cannot find interface declaration for 'UILabel'
   25 | LOAD(UILabel)
      |      ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:25:1: error: unknown type name 'dispatch_once_t'
   25 | LOAD(UILabel)
      | ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:15:10: note: expanded from macro 'LOAD'
   15 |   static dispatch_once_t onceToken;                               \
      |          ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:25:1: error: call to undeclared function 'dispatch_once'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:16:3: note: expanded from macro 'LOAD'
   16 |   dispatch_once(&onceToken, ^{                                    \
      |   ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:25:1: error: call to undeclared function 'NSSelectorFromString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:27: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |                           ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:25:1: warning: class method '+performSelector:' not found (return type defaults to 'id') [-Wobjc-method-access]
   25 | LOAD(UILabel)
      | ^~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:11: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:26:6: error: cannot find interface declaration for 'NSString'
   26 | LOAD(NSString)
      |      ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:26:1: error: unknown type name 'dispatch_once_t'
   26 | LOAD(NSString)
      | ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:15:10: note: expanded from macro 'LOAD'
   15 |   static dispatch_once_t onceToken;                               \
      |          ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:26:1: error: call to undeclared function 'dispatch_once'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:16:3: note: expanded from macro 'LOAD'
   16 |   dispatch_once(&onceToken, ^{                                    \
      |   ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:26:1: error: call to undeclared function 'NSSelectorFromString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:27: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |                           ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:26:1: warning: class method '+performSelector:' not found (return type defaults to 'id') [-Wobjc-method-access]
   26 | LOAD(NSString)
      | ^~~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:17:11: note: expanded from macro 'LOAD'
   17 |     [self performSelector:NSSelectorFromString(@"_mik_load")];    \
      |           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:29:17: error: cannot find interface declaration for 'NSObject'
   29 | @implementation NSObject (MenuItemKit)
      |                 ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:31:4: error: expected a type
   31 | + (NSMethodSignature *)_mik_fakeSignature
      |    ^
/host/spi-builder-workspace/MenuItemKit/ObjCSwizzlings/Swizzlings.m:33:11: error: use of undeclared identifier 'NSMethodSignature'
   33 |   return [NSMethodSignature signatureWithObjCTypes:"v@:@"];
      |           ^~~~~~~~~~~~~~~~~
3 warnings and 16 errors generated.
[1/3] Compiling ObjCSwizzlings Swizzlings.m
[1/3] Write swift-version--4F562202D5529B1.txt
BUILD FAILURE 6.3 android