Build Information
Failed to build ExyteGrid, reference master (3b3c78
), with Swift 5.9 for Linux on 11 Jul 2024 07:45:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/Grid.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/exyte/Grid
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3b3c78a Update README.md
Cloned https://github.com/exyte/Grid.git
Revision (git rev-parse @):
3b3c78a881565444bbdf3257187283ea41bf1053
SUCCESS checkout https://github.com/exyte/Grid.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/exyte/Grid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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:94c03ecf5df463051a5b8bdec5d09f635a7b31b1b290e2ba09836b1f5f74db71
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Info.plist
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/35] Emitting module ExyteGrid
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[2/39] Compiling ExyteGrid GridPreference.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[3/39] Compiling ExyteGrid Grid.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[4/39] Compiling ExyteGrid GridGroup.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[5/39] Compiling ExyteGrid ForEach+GridViewsContaining.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[6/39] Compiling ExyteGrid Grid+Init.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[7/39] Compiling ExyteGrid GridGroup+Init.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[8/39] Compiling ExyteGrid GridGroup+Inits_Data.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[9/39] Compiling ExyteGrid View+Environment.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[10/39] Compiling ExyteGrid View+GridPreferences.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[11/39] Compiling ExyteGrid LayoutArrangement.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[12/39] Compiling ExyteGrid PositionedItem.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[13/39] Compiling ExyteGrid GridBackgroundPreference.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[14/39] Compiling ExyteGrid GridCellPreference.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[15/39] Compiling ExyteGrid GridOverlayPreference.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[16/39] Compiling ExyteGrid LayoutArrangement+description.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[17/39] Compiling ExyteGrid View+If.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[18/39] Compiling ExyteGrid LayoutArranging.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[19/39] Compiling ExyteGrid LayoutPositioning.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[20/39] Compiling ExyteGrid ArrangedItem.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[21/39] Compiling ExyteGrid Grid+Inits_Data.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[22/39] Compiling ExyteGrid GridBuilder.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[23/39] Compiling ExyteGrid GridContentViewsProtocols.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[24/39] Compiling ExyteGrid GridElement+asGridElements.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[25/39] Compiling ExyteGrid Cache.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[26/39] Compiling ExyteGrid GridCacheMode.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[27/39] Compiling ExyteGrid Constants.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[28/39] Compiling ExyteGrid CGRect+Hashable.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[29/39] Compiling ExyteGrid CGSize+Hashable.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[30/39] Compiling ExyteGrid GridPacking.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[31/39] Compiling ExyteGrid GridSpacing.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[32/39] Compiling ExyteGrid GridSpan.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[33/39] Compiling ExyteGrid GridStart.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[34/39] Compiling ExyteGrid GridTrack.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[35/39] Compiling ExyteGrid GridAlignment.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[36/39] Compiling ExyteGrid GridContentMode.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[37/39] Compiling ExyteGrid GridElement.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[38/39] Compiling ExyteGrid GridFlow.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[39/39] Compiling ExyteGrid GridIndex.swift
/host/spi-builder-workspace/Sources/Configuration/Constants.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
error: fatalError
BUILD FAILURE 5.9 linux