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 DTFoundation with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cocoanetics/DTFoundation.git
Reference: 1.7.18
Cloned https://github.com/Cocoanetics/DTFoundation.git into spi-builder-workspace
SUCCESS checkout https://github.com/Cocoanetics/DTFoundation.git at 1.7.18
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
warning: 'spi-builder-workspace': Invalid Resource 'SelfSigned.der': File not found.
warning: 'spi-builder-workspace': ignoring target 'DTFoundationTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/Core/Source/DTFoundationConstants.m:9:
/host/spi-builder-workspace/Core/Source/DTFoundationConstants.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Core/Source/DTAsyncFileDeleter/DTAsyncFileDeleter.m:9:
/host/spi-builder-workspace/Core/Source/DTAsyncFileDeleter/DTAsyncFileDeleter.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Core/Source/DTFolderMonitor.m:9:
/host/spi-builder-workspace/Core/Source/DTFolderMonitor.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/70] Compiling DTAsyncFileDeleter.m
[0/70] Compiling DTFolderMonitor.m
In file included from /host/spi-builder-workspace/Core/Source/iOS/UIView+DTFoundation.m:9:
/host/spi-builder-workspace/Core/Source/iOS/UIView+DTFoundation.h:11:9: fatal error: 'Availability.h' file not found
#import <Availability.h>
        ^~~~~~~~~~~~~~~~
1 error generated.
[0/70] Compiling UIView+DTFoundation.m
[0/70] Compiling DTFoundationConstants.m
In file included from /host/spi-builder-workspace/Core/Source/DTASN1/DTASN1Parser.m:9:
/host/spi-builder-workspace/Core/Source/DTASN1/DTASN1Parser.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Core/Source/DTAWS/NSURL+DTAWS.m:9:
/host/spi-builder-workspace/Core/Source/DTAWS/NSURL+DTAWS.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/70] Compiling NSURL+DTAWS.m
[0/70] Compiling DTASN1Parser.m
In file included from /host/spi-builder-workspace/Core/Source/DTASN1/DTASN1Serialization.m:9:
/host/spi-builder-workspace/Core/Source/DTASN1/DTASN1Serialization.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/70] Compiling DTASN1Serialization.m
In file included from /host/spi-builder-workspace/Core/Source/DTASN1/DTASN1BitString.m:9:
/host/spi-builder-workspace/Core/Source/DTASN1/DTASN1BitString.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/70] Compiling DTASN1BitString.m
BUILD FAILURE 5.9 linux