The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SSSwiftUIGIFView, reference master (bd1655), with Swift 5.8 for Linux on 2 Jul 2024 23:56:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SimformSolutionsPvtLtd/SSSwiftUIGIFView.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/SimformSolutionsPvtLtd/SSSwiftUIGIFView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bd16555 Merge pull request #25 from SimformSolutionsPvtLtd/develop
Cloned https://github.com/SimformSolutionsPvtLtd/SSSwiftUIGIFView.git
Revision (git rev-parse @):
bd16555ae068ec4c01f9bdb913526caa08eb30b1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/SimformSolutionsPvtLtd/SSSwiftUIGIFView.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/SimformSolutionsPvtLtd/SSSwiftUIGIFView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:04b855c1ccaa3e5be7e0a673b43cb5972bbce6f39eeabbf4f2cb26180c5e9854
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/5] Compiling SSSwiftUIGIFView GIFPlayerView.swift
/host/spi-builder-workspace/Source/GIFImageViewModel.swift:9:8: error: no such module 'Combine'
import Combine
       ^
[2/5] Compiling SSSwiftUIGIFView SwiftUIGIFPlayerView.swift
/host/spi-builder-workspace/Source/GIFImageViewModel.swift:9:8: error: no such module 'Combine'
import Combine
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module SSSwiftUIGIFView
/host/spi-builder-workspace/Source/GIFImageViewModel.swift:9:8: error: no such module 'Combine'
import Combine
       ^
[4/5] Compiling SSSwiftUIGIFView GIFCache.swift
/host/spi-builder-workspace/Source/GIFImageViewModel.swift:9:8: error: no such module 'Combine'
import Combine
       ^
[5/5] Compiling SSSwiftUIGIFView GIFImageViewModel.swift
/host/spi-builder-workspace/Source/GIFImageViewModel.swift:9:8: error: no such module 'Combine'
import Combine
       ^
BUILD FAILURE 5.8 linux