The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MenuItemKit, reference master (365321), with Swift 6.2 for Wasm on 18 Jun 2025 05:08:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         wasm
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 wasm