The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MenuItemKit, reference master (365321), with Swift 6.1 for Android on 27 May 2025 14:21:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.1
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.1
Building package at path:  $PWD
https://github.com/cxa/MenuItemKit.git
https://github.com/cxa/MenuItemKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MenuItemKit",
  "name" : "MenuItemKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MenuItemKit",
      "targets" : [
        "MenuItemKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjCSwizzlings",
      "module_type" : "ClangTarget",
      "name" : "ObjCSwizzlings",
      "path" : "MenuItemKit/ObjCSwizzlings",
      "product_memberships" : [
        "MenuItemKit"
      ],
      "sources" : [
        "Swizzlings.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MenuItemKit",
      "module_type" : "SwiftTarget",
      "name" : "MenuItemKit",
      "path" : "MenuItemKit/Swift",
      "product_memberships" : [
        "MenuItemKit"
      ],
      "sources" : [
        "Internals.swift",
        "Swizzlings.swift",
        "UIMenuController.swift",
        "UIMenuItem.swift"
      ],
      "target_dependencies" : [
        "ObjCSwizzlings"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/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.
[0/2] Compiling ObjCSwizzlings Swizzlings.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android