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 main (097833), with Swift 5.10 for Linux on 14 Sep 2025 01:42:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.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/PADL/SwiftOCA
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 097833d workaround IORing namespace conflict with SystemPackage
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
097833d1363c2ac3e093362162159726bf5e7ae2
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at main
========================================
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-4609320-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:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/lhoward/AsyncExtensions
[1/68] Fetching socketaddress
[69/2290] Fetching socketaddress, ioringswift
[70/3072] Fetching socketaddress, ioringswift, anycodable
[3073/4629] Fetching socketaddress, ioringswift, anycodable, gzipswift
[4132/5311] Fetching socketaddress, ioringswift, anycodable, gzipswift, asyncextensions
[5312/7125] Fetching socketaddress, ioringswift, anycodable, gzipswift, asyncextensions, swift-atomics
Fetched https://github.com/1024jp/GzipSwift from cache (0.26s)
Fetching https://github.com/apple/swift-system
[5061/5568] Fetching socketaddress, ioringswift, anycodable, asyncextensions, swift-atomics
[4415/4886] Fetching socketaddress, ioringswift, anycodable, swift-atomics
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.26s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.26s)
Fetched https://github.com/PADL/IORingSwift from cache (0.26s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-async-algorithms
[1429/1882] Fetching socketaddress, swift-atomics
Fetched https://github.com/PADL/SocketAddress from cache (0.39s)
Fetched https://github.com/apple/swift-atomics from cache (0.39s)
[1/3903] Fetching swift-log
[1016/8847] Fetching swift-log, swift-system
[1251/14245] Fetching swift-log, swift-system, swift-async-algorithms
Fetched https://github.com/apple/swift-log from cache (0.40s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.40s)
Fetched https://github.com/apple/swift-system from cache (0.41s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.2.0 (0.43s)
Fetching https://github.com/dfed/swift-async-queue
[1/1412] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.24s)
Computing version for https://github.com/1024jp/GzipSwift
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.2yEse1/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.jLOkAZ/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