The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftOCA, reference 0.5.0 (4e4ffb), with Swift 5.10 for Linux on 2 Oct 2025 12:53:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: 0.5.0
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/PADL/SwiftOCA
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 4e4ffb5 make sendMessages, rather than sendMessage, mandatory to implement
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
4e4ffb5203f2a0a52a8ff3a01070a1649af71981
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-atomics
[1/134] Fetching socketaddress
[135/916] Fetching socketaddress, anycodable
[917/2473] Fetching socketaddress, anycodable, gzipswift
[964/4889] Fetching socketaddress, anycodable, gzipswift, ioringswift
[1460/5571] Fetching socketaddress, anycodable, gzipswift, ioringswift, asyncextensions
[1628/7385] Fetching socketaddress, anycodable, gzipswift, ioringswift, asyncextensions, swift-atomics
Fetched https://github.com/PADL/IORingSwift from cache (1.93s)
Fetching https://github.com/apple/swift-system
Fetched https://github.com/1024jp/GzipSwift from cache (1.93s)
Fetching https://github.com/apple/swift-log
Fetched https://github.com/PADL/SocketAddress from cache (1.97s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (1.97s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-atomics from cache (2.00s)
Fetched https://github.com/Flight-School/AnyCodable from cache (2.01s)
[1/3910] Fetching swift-log
[432/9382] Fetching swift-log, swift-async-algorithms
[487/14404] Fetching swift-log, swift-async-algorithms, swift-system
Fetched https://github.com/apple/swift-async-algorithms from cache (0.97s)
Fetched https://github.com/apple/swift-log from cache (1.04s)
Fetched https://github.com/apple/swift-system from cache (1.05s)
Computing version for https://github.com/1024jp/GzipSwift
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.8IoCnp/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-5.10.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/tmp/TemporaryDirectory.HdtJ7v/gzipswift-manifest"])
error: fatalError
/Package@swift-5.10.swift:14:78: error: expected ',' separator
            swiftSettings: [.enableExperimentalFeature("StrictConcurrency")])
                                                                             ^
                                                                             ,
/Package@swift-5.10.swift:15:9: error: expected expression in container literal
        ),
        ^ in https://github.com/1024jp/GzipSwift
BUILD FAILURE 5.10 linux