Build Information
Failed to build MenuItemKit, reference 4.0.1 (f9c40c), with Swift 6.2 for Android on 18 Jun 2025 05:08:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cxa/MenuItemKit.git
Reference: 4.0.1
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
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at f9c40c4 Bump Pod version
Cloned https://github.com/cxa/MenuItemKit.git
Revision (git rev-parse @):
f9c40c444b0e2fc952cd3c8c6f4b0d30181dcb10
SUCCESS checkout https://github.com/cxa/MenuItemKit.git at 4.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/cxa/MenuItemKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-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-8C5A4AE7A8CE2BA.txt
BUILD FAILURE 6.2 android