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 SwiftSDL2, reference master (896a76), with Swift 6.0 for Linux on 31 Oct 2024 04:18:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sunlubo/swiftsdl2.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/sunlubo/swiftsdl2
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 896a76c remove xcodeproj
Cloned https://github.com/sunlubo/swiftsdl2.git
Revision (git rev-parse @):
896a76ce6575524949eacb9b703c5003df583ac5
SUCCESS checkout https://github.com/sunlubo/swiftsdl2.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sunlubo/swiftsdl2.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: couldn't find pc file for sdl2
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/26] Compiling SwiftSDL2 Event.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[6/26] Compiling SwiftSDL2 Mutex.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[7/28] Compiling SwiftSDL2 OpenGL.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[8/28] Compiling SwiftSDL2 Pixels.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/28] Emitting module SwiftSDL2
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[10/28] Compiling SwiftSDL2 Audio.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[11/28] Compiling SwiftSDL2 Constant.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[12/28] Compiling SwiftSDL2 Texture.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[13/28] Compiling SwiftSDL2 Thread.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[14/28] Compiling SwiftSDL2 Timer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[15/28] Compiling SwiftSDL2 Window.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[16/28] Compiling SwiftSDL2 SDLError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[17/28] Compiling SwiftSDL2 Shape.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[18/28] Compiling SwiftSDL2 StdlibExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[19/28] Compiling SwiftSDL2 Surface.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[20/28] Compiling SwiftSDL2 Renderer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
[21/28] Compiling SwiftSDL2 SDL.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sdl2_shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSDL2/sdl2_shim.h:1:10: error: 'SDL.h' file not found
1 | #include <SDL.h>
  |          `- error: 'SDL.h' file not found
2 |
/host/spi-builder-workspace/Sources/SwiftSDL2/Audio.swift:8:8: error: could not build C module 'CSDL2'
  6 | //
  7 |
  8 | import CSDL2
    |        `- error: could not build C module 'CSDL2'
  9 |
 10 | // MARK: - AudioFormat
BUILD FAILURE 6.0 linux