Build Information
Failed to build RemoteImage, reference master (66680f
), with Swift 5.9 for Linux on 26 Feb 2025 08:22:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/RemoteImage.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/chris-swift-dev/RemoteImage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 66680f4 docs(readme): updated build status badge
Cloned https://github.com/chris-swift-dev/RemoteImage.git
Revision (git rev-parse @):
66680f49e07da247db5fd08c089bdfa485f68c38
SUCCESS checkout https://github.com/chris-swift-dev/RemoteImage.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/chris-swift-dev/RemoteImage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/nalexn/ViewInspector.git
[1/12278] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector.git (0.44s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.1 (0.35s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.1
Building for debugging...
[1/15] Compiling RemoteImage RemoteImageType.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[2/15] Compiling RemoteImage UniversalImage.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] Emitting module RemoteImage
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[4/17] Compiling RemoteImage DefaultRemoteImageCache.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[5/17] Compiling RemoteImage DefaultRemoteImageServiceDependencies.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[6/17] Compiling RemoteImage DefaultRemoteImageServiceFactory.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[7/17] Compiling RemoteImage RemoteImage.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[8/17] Compiling RemoteImage RemoteImageURLDataPublisher.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[9/17] Compiling RemoteImage DefaultRemoteImageService.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[10/17] Compiling RemoteImage RemoteImageCache.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[11/17] Compiling RemoteImage RemoteImageService.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[12/17] Compiling RemoteImage RemoteImageServiceError.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[13/17] Compiling RemoteImage RemoteImageURLDataPublisherProvider.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[14/17] Compiling RemoteImage PhotoKitService.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[15/17] Compiling RemoteImage URLSession+RemoteImageURLDataPublisher.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[16/17] Compiling RemoteImage PhotoKitServiceError.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
[17/17] Compiling RemoteImage RemoteImageState.swift
/host/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:8:8: error: no such module 'Photos'
import Photos
^
error: fatalError
BUILD FAILURE 5.9 linux