The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FinnishPIDVerifier, reference v1.1.4 (672606), with Swift 6.0 for Linux on 26 May 2025 19:04:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/anttijuu/FinnishPIDVerifier.git
Reference: v1.1.4
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/anttijuu/FinnishPIDVerifier
 * tag               v1.1.4     -> FETCH_HEAD
HEAD is now at 672606b Commented out expermental strict concurrency feature from Package.swift
Cloned https://github.com/anttijuu/FinnishPIDVerifier.git
Revision (git rev-parse @):
672606b00fa42a0a0e41a0351c01603e1dfc6ed5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/anttijuu/FinnishPIDVerifier.git at v1.1.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/anttijuu/FinnishPIDVerifier.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eb4fa402aea9a5d8f220b50fa960a581858eee7d87d88f234799973af2acd8ee
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.3WZdVz/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", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.1C8u0t/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:29:5: error: unexpected ',' separator
27 | //					.enableExperimentalFeature("StrictConcurrency")
28 | //				]
29 | 		  ),
   |     `- error: unexpected ',' separator
30 |         .testTarget(
31 |             name: "FinnishPIDVerifierTests",
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.QQvW0r/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", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.HsGCeE/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:29:5: error: unexpected ',' separator
27 | //					.enableExperimentalFeature("StrictConcurrency")
28 | //				]
29 | 		  ),
   |     `- error: unexpected ',' separator
30 |         .testTarget(
31 |             name: "FinnishPIDVerifierTests",
BUILD FAILURE 6.0 linux