The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LNExtensionExecutor, reference master (c0226d), with Swift 6.0 for Linux on 1 Dec 2024 09:30:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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 c0226dc 1.3
Cloned https://github.com/LeoNatan/LNExtensionExecutor.git
Revision (git rev-parse @):
c0226dcd7d653d4c22dd16ccd72619c86b610c2d
SUCCESS checkout https://github.com/LeoNatan/LNExtensionExecutor.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/LeoNatan/LNExtensionExecutor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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:61: error: expected a type
   21 | - (nullable instancetype)initWithExtensionBundleIdentifier:(NSString*)bundleId error:(NSError**)error NS_DESIGNATED_INITIALIZER;
      |                                                             ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:87: error: expected a type
   21 | - (nullable instancetype)initWithExtensionBundleIdentifier:(NSString*)bundleId error:(NSError**)error NS_DESIGNATED_INITIALIZER;
      |                                                                                       ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:128: error: expected ':'
   21 | - (nullable instancetype)initWithExtensionBundleIdentifier:(NSString*)bundleId error:(NSError**)error NS_DESIGNATED_INITIALIZER;
      |                                                                                                                                ^
      |                                                                                                                                :
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:21:1: error: missing context for method declaration
   21 | - (nullable instancetype)initWithExtensionBundleIdentifier:(NSString*)bundleId error:(NSError**)error NS_DESIGNATED_INITIALIZER;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:23:1: error: expected method body
   23 | + (nullable instancetype)executorWithExtensionBundleIdentifier:(NSString*)bundleIdentifier NS_REFINED_FOR_SWIFT;
      | ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:65: error: expected a type
   24 | + (nullable instancetype)executorWithExtensionBundleIdentifier:(NSString*)bundleIdentifier error:(NSError* __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      |                                                                 ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:99: error: expected a type
   24 | + (nullable instancetype)executorWithExtensionBundleIdentifier:(NSString*)bundleIdentifier error:(NSError* __autoreleasing*)error NS_REFINED_FOR_SWIFT;
      |                                                                                                   ^
/host/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:24:151: error: expected ':'
   24 | + (nullable instancetype)executorWithExtensionBundleIdentifier:(NSString*)bundleIdentifier error:(NSError* __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)executorWithExtensionBundleIdentifier:(NSString*)bundleIdentifier error:(NSError* __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 (^ __nonnull)(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.0 linux