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 FirebladePAL 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/fireblade-engine/pal.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/fireblade-engine/pal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dcdbf0a Add metal demo (#38)
Cloned https://github.com/fireblade-engine/pal.git
Revision (git rev-parse @):
dcdbf0a4f96f1bbaaac53409e9ab0a8c78421cad
SUCCESS checkout https://github.com/fireblade-engine/pal.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/fireblade-engine/pal.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
Fetching https://github.com/ctreffs/SwiftNFD.git
Fetching https://github.com/fireblade-engine/math.git
Fetching https://github.com/ctreffs/SwiftSDL2.git
Fetching https://github.com/fireblade-engine/time.git
Fetching https://github.com/ctreffs/SwiftVulkan
[1/288] Fetching swiftvulkan
[289/684] Fetching swiftvulkan, time
[293/1059] Fetching swiftvulkan, time, swiftnfd
[1060/2323] Fetching swiftvulkan, time, swiftnfd, swiftsdl2
[1162/4926] Fetching swiftvulkan, time, swiftnfd, swiftsdl2, math
Fetched https://github.com/ctreffs/SwiftNFD.git from cache (0.50s)
Fetched https://github.com/ctreffs/SwiftVulkan from cache (0.50s)
Fetched https://github.com/fireblade-engine/time.git from cache (0.50s)
Fetched https://github.com/fireblade-engine/math.git from cache (0.51s)
Fetched https://github.com/ctreffs/SwiftSDL2.git from cache (0.51s)
Computing version for https://github.com/ctreffs/SwiftNFD.git
Computed https://github.com/ctreffs/SwiftNFD.git at 1.0.2 (0.44s)
Computing version for https://github.com/ctreffs/SwiftVulkan
Computed https://github.com/ctreffs/SwiftVulkan at 0.2.1 (0.45s)
Computing version for https://github.com/ctreffs/SwiftSDL2.git
Computed https://github.com/ctreffs/SwiftSDL2.git at 1.4.1 (0.48s)
Computing version for https://github.com/fireblade-engine/time.git
Computed https://github.com/fireblade-engine/time.git at 0.2.0 (0.49s)
Computing version for https://github.com/fireblade-engine/math.git
Computed https://github.com/fireblade-engine/math.git at 0.13.0 (0.48s)
Creating working copy for https://github.com/ctreffs/SwiftVulkan
Working copy of https://github.com/ctreffs/SwiftVulkan resolved at 0.2.1
Creating working copy for https://github.com/ctreffs/SwiftSDL2.git
Working copy of https://github.com/ctreffs/SwiftSDL2.git resolved at 1.4.1
Creating working copy for https://github.com/fireblade-engine/time.git
Working copy of https://github.com/fireblade-engine/time.git resolved at 0.2.0
Creating working copy for https://github.com/ctreffs/SwiftNFD.git
Working copy of https://github.com/ctreffs/SwiftNFD.git resolved at 1.0.2
Creating working copy for https://github.com/fireblade-engine/math.git
Working copy of https://github.com/fireblade-engine/math.git resolved at 0.13.0
warning: you may be able to install vulkan using your system-packager:
    apt-get install libvulkan-dev libvulkan1
warning: you may be able to install sdl2 using your system-packager:
    apt-get install libsdl2-dev
Building for debugging...
[0/32] Write sources
[8/32] Compiling CNFD nfd_cocoa.m
[9/32] Compiling CNFD nfd_win.cpp
[10/32] Compiling CNFD nfd_gtk.c
[11/32] Compiling CNFD nfd_default.c
[12/32] Compiling CNFD nfd_common.c
[13/32] Write swift-version-24593BA9C3E375BF.txt
[15/132] Emitting module FirebladeTime
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/132] Emitting module SDL
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shims.h"
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:14: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:
    #include "linux.h" //  linux
             ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/linux.h:1:10: error: 'SDL.h' file not found
#include <SDL.h>
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:9:23: error: could not build C module 'CSDL2'
    @_exported import CSDL2
                      ^
[17/132] Compiling SDL SDL2.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shims.h"
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:14: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:
    #include "linux.h" //  linux
             ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/linux.h:1:10: error: 'SDL.h' file not found
#include <SDL.h>
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:9:23: error: could not build C module 'CSDL2'
    @_exported import CSDL2
                      ^
error: fatalError
[18/132] Compiling FirebladeTime Timer.swift
[19/132] Emitting module NFD
warning: you may be able to install vulkan using your system-packager:
    apt-get install libvulkan-dev libvulkan1
warning: you may be able to install sdl2 using your system-packager:
    apt-get install libsdl2-dev
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling SDL SDL2.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shims.h"
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:14: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:
    #include "linux.h" //  linux
             ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/linux.h:1:10: error: 'SDL.h' file not found
#include <SDL.h>
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:9:23: error: could not build C module 'CSDL2'
    @_exported import CSDL2
                      ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/30] Emitting module SDL
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shims.h"
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:14: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/shims.h:10:
    #include "linux.h" //  linux
             ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/CSDL2/linux.h:1:10: error: 'SDL.h' file not found
#include <SDL.h>
         ^
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:9:23: error: could not build C module 'CSDL2'
    @_exported import CSDL2
                      ^
error: fatalError
[4/38] Emitting module NFD
BUILD FAILURE 5.10 linux