Build Information
Failed to build ScrollViewPlus with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/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.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ScrollViewPlus.git
Reference: main
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/ChimeHQ/ScrollViewPlus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d7ab579 MainActor the tests too
Cloned https://github.com/ChimeHQ/ScrollViewPlus.git
Revision (git rev-parse @):
d7ab57959d53c967a12565fd1e6abf548ec7f704
SUCCESS checkout https://github.com/ChimeHQ/ScrollViewPlus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/ChimeHQ/ScrollViewPlus.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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/ScrollViewPlusTests/Info.plist
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/ScrollViewPlus/ScrollViewPlus.xcconfig
/host/spi-builder-workspace/ScrollViewPlus/Info.plist
Building for debugging...
[1/8] Compiling ScrollViewPlus ScrollViewVisibleRectObserver.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[2/8] Compiling ScrollViewPlus ScrollerOverlayObserver.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[3/8] Compiling ScrollViewPlus OverlayOnlyScrollView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[4/8] Compiling ScrollViewPlus PositionJumpingWorkaroundScrollView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module ScrollViewPlus
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[6/8] Compiling ScrollViewPlus NSScroller+Thickness.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[7/8] Compiling ScrollViewPlus ObservableScroller.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[8/8] Compiling ScrollViewPlus UnconstrainedClipView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
error: fatalError
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/ScrollViewPlusTests/Info.plist
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/ScrollViewPlus/Info.plist
/host/spi-builder-workspace/ScrollViewPlus/ScrollViewPlus.xcconfig
[0/1] Planning build
Building for debugging...
[1/8] Compiling ScrollViewPlus UnconstrainedClipView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module ScrollViewPlus
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[3/8] Compiling ScrollViewPlus NSScroller+Thickness.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[4/8] Compiling ScrollViewPlus ScrollViewVisibleRectObserver.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[5/8] Compiling ScrollViewPlus ObservableScroller.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[6/8] Compiling ScrollViewPlus PositionJumpingWorkaroundScrollView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[7/8] Compiling ScrollViewPlus OverlayOnlyScrollView.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[8/8] Compiling ScrollViewPlus ScrollerOverlayObserver.swift
/host/spi-builder-workspace/ScrollViewPlus/NSScroller+Thickness.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
error: fatalError
BUILD FAILURE 5.9 linux