Build Information
Failed to build DropboxAuth with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jellybeansoup/ios-dropbox-auth.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/jellybeansoup/ios-dropbox-auth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1040bc3 Add a missing public header to the umbrella
Cloned https://github.com/jellybeansoup/ios-dropbox-auth.git
Revision (git rev-parse @):
1040bc3a6b131282b31cadab5973e26f9578ae89
SUCCESS checkout https://github.com/jellybeansoup/ios-dropbox-auth.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/jellybeansoup/ios-dropbox-auth.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
/host/spi-builder-workspace/src/DropboxAuth/JDBKeychainManager.m:25:9: fatal error: module 'Security' not found
@import Security;
~~~~~~~^~~~~~~~
1 error generated.
[0/3] Compiling DropboxAuth JDBKeychainManager.m
/host/spi-builder-workspace/src/DropboxAuth/JDBAuthManager.m:25:9: fatal error: module 'SafariServices' not found
@import SafariServices;
~~~~~~~^~~~~~~~~~~~~~
[0/3] Compiling DropboxAuth JDBAuthManager.m
In file included from /host/spi-builder-workspace/src/DropboxAuth/JDBAccessToken.m:25:
/host/spi-builder-workspace/src/DropboxAuth/JDBAccessToken.h:25:9: fatal error: module 'Foundation' not found
@import Foundation;
~~~~~~~^~~~~~~~~~
[0/3] Compiling DropboxAuth JDBAccessToken.m
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/src/DropboxAuth/JDBKeychainManager.m:25:9: fatal error: module 'Security' not found
@import Security;
~~~~~~~^~~~~~~~
1 error generated.
[0/3] Compiling DropboxAuth JDBKeychainManager.m
/host/spi-builder-workspace/src/DropboxAuth/JDBAuthManager.m:25:9: fatal error: module 'SafariServices' not found
@import SafariServices;
~~~~~~~^~~~~~~~~~~~~~
1 error generated.
[0/3] Compiling DropboxAuth JDBAuthManager.m
In file included from /host/spi-builder-workspace/src/DropboxAuth/JDBAccessToken.m:25:
/host/spi-builder-workspace/src/DropboxAuth/JDBAccessToken.h:25:9: fatal error: module 'Foundation' not found
@import Foundation;
~~~~~~~^~~~~~~~~~
1 error generated.
[0/3] Compiling DropboxAuth JDBAccessToken.m
BUILD FAILURE 5.10 linux