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 Wasm on 28 May 2025 11:31:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/happn-tech/URLRequestOperation.git
Fetching https://github.com/Frizlab/OperationAwaiting.git
[1/146] Fetching operationawaiting
Fetched https://github.com/Frizlab/OperationAwaiting.git from cache (0.23s)
[1/2453] Fetching urlrequestoperation
Fetched https://github.com/happn-tech/URLRequestOperation.git from cache (0.33s)
Computing version for https://github.com/Frizlab/OperationAwaiting.git
Computed https://github.com/Frizlab/OperationAwaiting.git at 1.3.0-beta.1 (0.97s)
Fetching https://github.com/Frizlab/HasResult.git
[1/22] Fetching hasresult
Fetched https://github.com/Frizlab/HasResult.git from cache (1.65s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 2.0.0 (2.77s)
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 (0.85s)
Fetching https://github.com/happn-app/RetryingOperation.git
Fetching https://github.com/happn-app/SemiSingleton.git
Fetching https://github.com/happn-app/HTTPCoders.git
Fetching https://github.com/apple/swift-log.git
[1/395] Fetching retryingoperation
[396/816] Fetching retryingoperation, semisingleton
[817/4652] Fetching retryingoperation, semisingleton, swift-log
[1623/4723] Fetching retryingoperation, semisingleton, swift-log, httpcoders
Fetched https://github.com/happn-app/HTTPCoders.git from cache (0.38s)
Fetched https://github.com/happn-app/RetryingOperation.git from cache (0.38s)
Fetched https://github.com/happn-app/SemiSingleton.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (1.09s)
Computing version for https://github.com/happn-app/HTTPCoders.git
Computed https://github.com/happn-app/HTTPCoders.git at 0.1.2 (0.68s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/16591] Fetching swift-collections
[831/17642] Fetching swift-collections, stream-reader
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.20s)
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (1.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.68s)
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.21s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git
[1/178] Fetching recursivesyncdispatch
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git from cache (0.40s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (1.28s)
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/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
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/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/HTTPCoders.git
Working copy of https://github.com/happn-app/HTTPCoders.git resolved at 0.1.2
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/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/31] Compiling Logging MetadataProvider.swift
[13/31] Compiling Logging LogHandler.swift
[14/31] Compiling Logging Locks.swift
[15/31] Emitting module Logging
[16/31] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/32] Emitting module RecursiveSyncDispatch
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
   |        `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[19/32] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
   |        `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[20/32] Emitting module HasResult
[21/32] Compiling HasResult HasResult.swift
[22/32] Emitting module FormURLEncodedCoder
[23/32] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[24/32] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[25/32] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[26/32] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[27/32] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/21] Emitting module RecursiveSyncDispatch
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
   |        `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[3/21] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
   |        `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[4/21] Compiling HasResult HasResult.swift
[5/21] Emitting module HasResult
BUILD FAILURE 6.1 wasm