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.1 for Linux on 29 Apr 2025 03:30:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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.1
Building package at path:  $PWD
https://github.com/LeoNatan/LNExtensionExecutor.git
https://github.com/LeoNatan/LNExtensionExecutor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LNExtensionExecutor",
  "name" : "LNExtensionExecutor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "LNExtensionExecutor",
      "targets" : [
        "LNExtensionExecutor"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNExtensionExecutor-Static",
      "targets" : [
        "LNExtensionExecutor"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNExtensionExecutor",
      "module_type" : "ClangTarget",
      "name" : "LNExtensionExecutor",
      "path" : "Sources/LNExtensionExecutor",
      "product_memberships" : [
        "LNExtensionExecutor",
        "LNExtensionExecutor-Static"
      ],
      "sources" : [
        "LNExtensionExecutor.m"
      ],
      "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:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
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.1 linux