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 RemoteImageView, reference 1.0.0-alpha.2 (5ad041), with Swift 6.1 for Android on 28 May 2025 11:32:10 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.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/Frizlab/RemoteImageView.git
Reference: 1.0.0-alpha.2
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/Frizlab/RemoteImageView
 * tag               1.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at 5ad041e Fix constraints on iOS 15-
Cloned https://github.com/Frizlab/RemoteImageView.git
Revision (git rev-parse @):
5ad041e6b252cb2c6b6d725a1ee35ce7e02674f1
SUCCESS checkout https://github.com/Frizlab/RemoteImageView.git at 1.0.0-alpha.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Frizlab/RemoteImageView.git
https://github.com/Frizlab/RemoteImageView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "operationawaiting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0-beta",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/OperationAwaiting.git"
    },
    {
      "identity" : "urlrequestoperation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.10",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-tech/URLRequestOperation.git"
    }
  ],
  "manifest_display_name" : "RemoteImageView",
  "name" : "RemoteImageView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "RemoteImageView",
      "targets" : [
        "RemoteImageView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemoteImageView",
      "module_type" : "SwiftTarget",
      "name" : "RemoteImageView",
      "path" : "Sources/RemoteImageView",
      "product_dependencies" : [
        "OperationAwaiting",
        "URLRequestOperation"
      ],
      "product_memberships" : [
        "RemoteImageView"
      ],
      "sources" : [
        " Config.swift",
        " Errors.swift",
        "DefaultRemoteImageViewModel.swift",
        "RemoteImageURLRequest.swift",
        "RemoteImageView.swift",
        "RemoteImageViewModel.swift",
        "Utils/CALayer+Utils.swift",
        "Utils/Loggers.swift",
        "Utils/UIImage+Utils.swift",
        "Utils/UIView+Utils.swift",
        "Utils/URLRequestDataOperation+HasResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/happn-tech/URLRequestOperation.git
[1/2453] Fetching urlrequestoperation
Fetching https://github.com/Frizlab/OperationAwaiting.git
Fetched https://github.com/happn-tech/URLRequestOperation.git from cache (0.67s)
[1/146] Fetching operationawaiting
Fetched https://github.com/Frizlab/OperationAwaiting.git from cache (0.41s)
Computing version for https://github.com/Frizlab/OperationAwaiting.git
Computed https://github.com/Frizlab/OperationAwaiting.git at 1.3.0-beta.1 (2.25s)
Fetching https://github.com/Frizlab/HasResult.git
[1/22] Fetching hasresult
Fetched https://github.com/Frizlab/HasResult.git from cache (0.36s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 2.0.0 (1.46s)
Computing version for https://github.com/happn-tech/URLRequestOperation.git
Computed https://github.com/happn-tech/URLRequestOperation.git at 2.0.0-alpha.14.2 (1.15s)
Fetching https://github.com/happn-app/SemiSingleton.git
Fetching https://github.com/happn-app/HTTPCoders.git
Fetching https://github.com/happn-app/RetryingOperation.git
[1/71] Fetching httpcoders
[72/492] Fetching httpcoders, semisingleton
[493/887] Fetching httpcoders, semisingleton, retryingoperation
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/happn-app/HTTPCoders.git from cache (0.48s)
Fetched https://github.com/happn-app/SemiSingleton.git from cache (0.49s)
Fetched https://github.com/happn-app/RetryingOperation.git from cache (0.48s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.89s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (3.76s)
Computing version for https://github.com/happn-app/HTTPCoders.git
Computed https://github.com/happn-app/HTTPCoders.git at 0.1.2 (0.90s)
Fetching https://github.com/Frizlab/stream-reader.git
Fetching https://github.com/apple/swift-collections.git
[1/1051] Fetching stream-reader
[1052/17642] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.79s)
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (2.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.1.0-beta.1 (1.02s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git
[1/178] Fetching recursivesyncdispatch
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git from cache (0.46s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (1.58s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/happn-app/SemiSingleton.git
Working copy of https://github.com/happn-app/SemiSingleton.git resolved at 2.1.0-beta.1
Creating working copy for https://github.com/happn-app/HTTPCoders.git
Working copy of https://github.com/happn-app/HTTPCoders.git resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
Creating working copy for https://github.com/Frizlab/OperationAwaiting.git
Working copy of https://github.com/Frizlab/OperationAwaiting.git resolved at 1.3.0-beta.1
Creating working copy for https://github.com/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 2.0.0
Creating working copy for https://github.com/happn-tech/URLRequestOperation.git
Working copy of https://github.com/happn-tech/URLRequestOperation.git resolved at 2.0.0-alpha.14.2
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/31] Emitting module HasResult
[13/31] Compiling Logging Locks.swift
[14/31] Compiling Logging LogHandler.swift
[15/31] Compiling Logging Logging.swift
[16/31] Emitting module Logging
[17/31] Compiling Logging MetadataProvider.swift
[19/32] Emitting module RecursiveSyncDispatch
[20/32] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[22/38] Compiling HasResult HasResult.swift
[23/38] Compiling MediaType Scanner+LinuxCompat.swift
[24/38] Emitting module MediaType
[25/38] Compiling MediaType MediaType.swift
[26/38] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[27/40] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[28/40] Emitting module FormURLEncodedCoder
[29/40] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[30/40] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[31/40] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[32/40] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[33/40] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[34/40] Compiling RetryingOperation RetryingOperationConfig.swift
[35/40] Compiling RetryingOperation WrappedRetryingOperation.swift
[39/49] Emitting module RetryingOperation
[40/49] Compiling RetryingOperation RetryingOperation.swift
[41/49] Compiling RetryingOperation RetryHelper.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/50] Compiling SemiSingleton SemiSingletonConfig.swift
[43/50] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[44/50] Emitting module SemiSingleton
/host/spi-builder-workspace/.build/checkouts/SemiSingleton/Sources/SemiSingleton/SemiSingletonStore.swift:226:34: error: cannot find 'NSMapTable' in scope
224 |
225 | #if !os(Linux)
226 | 	private let registeredObjects = NSMapTable<StoreKey, AnyObject>.strongToWeakObjects()
    |                                  `- error: cannot find 'NSMapTable' in scope
227 | #else
228 | 	private let registeredObjects = LinuxStrongToWeakMapTable<StoreKey, AnyObject>()
[45/50] Compiling SemiSingleton SemiSingletonStore.swift
/host/spi-builder-workspace/.build/checkouts/SemiSingleton/Sources/SemiSingleton/SemiSingletonStore.swift:226:34: error: cannot find 'NSMapTable' in scope
224 |
225 | #if !os(Linux)
226 | 	private let registeredObjects = NSMapTable<StoreKey, AnyObject>.strongToWeakObjects()
    |                                  `- error: cannot find 'NSMapTable' in scope
227 | #else
228 | 	private let registeredObjects = LinuxStrongToWeakMapTable<StoreKey, AnyObject>()
[47/50] Compiling OperationAwaiting SendableOperation.swift
[48/50] Emitting module OperationAwaiting
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/21] Compiling HasResult HasResult.swift
[3/21] Emitting module HasResult
[4/22] Compiling MediaType Scanner+LinuxCompat.swift
[6/22] Emitting module Logging
[7/22] Emitting module RecursiveSyncDispatch
[8/22] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[9/23] Emitting module MediaType
[10/23] Compiling MediaType MediaType.swift
[11/24] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[13/24] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[14/24] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[15/26] Compiling Logging MetadataProvider.swift
[16/28] Emitting module FormURLEncodedCoder
[18/28] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[19/28] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[20/28] Compiling OperationAwaiting SendableOperation.swift
[21/28] Compiling OperationAwaiting OperationQueue+Async.swift
[22/28] Emitting module OperationAwaiting
[23/28] Compiling OperationAwaiting Operation+Async.swift
[25/29] Compiling Logging LogHandler.swift
[26/29] Compiling Logging Locks.swift
[27/29] Compiling Logging Logging.swift
[28/30] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[29/30] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/40] Emitting module SemiSingleton
/host/spi-builder-workspace/.build/checkouts/SemiSingleton/Sources/SemiSingleton/SemiSingletonStore.swift:226:34: error: cannot find 'NSMapTable' in scope
224 |
225 | #if !os(Linux)
226 | 	private let registeredObjects = NSMapTable<StoreKey, AnyObject>.strongToWeakObjects()
    |                                  `- error: cannot find 'NSMapTable' in scope
227 | #else
228 | 	private let registeredObjects = LinuxStrongToWeakMapTable<StoreKey, AnyObject>()
[33/40] Compiling SemiSingleton SemiSingletonConfig.swift
[34/40] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[35/40] Compiling SemiSingleton SemiSingletonStore.swift
/host/spi-builder-workspace/.build/checkouts/SemiSingleton/Sources/SemiSingleton/SemiSingletonStore.swift:226:34: error: cannot find 'NSMapTable' in scope
224 |
225 | #if !os(Linux)
226 | 	private let registeredObjects = NSMapTable<StoreKey, AnyObject>.strongToWeakObjects()
    |                                  `- error: cannot find 'NSMapTable' in scope
227 | #else
228 | 	private let registeredObjects = LinuxStrongToWeakMapTable<StoreKey, AnyObject>()
[36/40] Compiling RetryingOperation RetryingOperationConfig.swift
[37/40] Compiling RetryingOperation WrappedRetryingOperation.swift
[38/40] Emitting module RetryingOperation
[39/40] Compiling RetryingOperation RetryHelper.swift
[40/40] Compiling RetryingOperation RetryingOperation.swift
BUILD FAILURE 6.1 android