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 MqttCocoaAsyncSocket with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Reference: 1.0.8
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/leeway1208/MqttCocoaAsyncSocket
 * tag               1.0.8      -> FETCH_HEAD
HEAD is now at ce3e186 feat: update podspec version
Cloned https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Revision (git rev-parse @):
ce3e18607fd01079495f86ff6195d8a3ca469f73
SUCCESS checkout https://github.com/leeway1208/MqttCocoaAsyncSocket.git at 1.0.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
warning: 'spi-builder-workspace': ignoring target 'SharedObjCTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/Source/GCD/MGCDAsyncUdpSocket.m:11:
/host/spi-builder-workspace/Source/GCD/MGCDAsyncUdpSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling MqttCocoaAsyncSocket MGCDAsyncUdpSocket.m
In file included from /host/spi-builder-workspace/Source/GCD/MGCDAsyncSocket.m:11:
/host/spi-builder-workspace/Source/GCD/MGCDAsyncSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/2] Compiling MqttCocoaAsyncSocket MGCDAsyncSocket.m
warning: 'spi-builder-workspace': ignoring target 'SharedObjCTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Source/GCD/MGCDAsyncUdpSocket.m:11:
/host/spi-builder-workspace/Source/GCD/MGCDAsyncUdpSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling MqttCocoaAsyncSocket MGCDAsyncUdpSocket.m
In file included from /host/spi-builder-workspace/Source/GCD/MGCDAsyncSocket.m:11:
/host/spi-builder-workspace/Source/GCD/MGCDAsyncSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/2] Compiling MqttCocoaAsyncSocket MGCDAsyncSocket.m
BUILD FAILURE 5.8 linux