Build Information
Failed to build SwiftGLFW with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thepotatoking55/SwiftGLFW.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/thepotatoking55/SwiftGLFW
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7b5afc Update README (thanks @koliyo!)
Cloned https://github.com/thepotatoking55/SwiftGLFW.git
Revision (git rev-parse @):
b7b5afc6e478b0e1a296673f24a44a7ed9c14afb
SUCCESS checkout https://github.com/thepotatoking55/SwiftGLFW.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/thepotatoking55/SwiftGLFW.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/250] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (0.34s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.rmjxdz/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.10.0", "/Package.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/tmp/TemporaryDirectory.z9fGmh/cglfw3-manifest"])
error: fatalError
/Package.swift:66:41: error: value of type 'String' has no member 'appending'
sources: sources.map("src/".appending) + ["include"],
~~~~~~ ^~~~~~~~~ in https://github.com/thepotatoking55/CGLFW3.git
BUILD FAILURE 5.10 linux