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 skip, reference main (0032ff), with Swift 5.10 for Linux on 9 Sep 2025 21:37:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/skiptools/skip.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/skiptools/skip
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0032fff Update test cases to acknowledge new app_privacy_details.json metadata
Cloned https://github.com/skiptools/skip.git
Revision (git rev-parse @):
0032fff8d58889143fadd0ecbc4c543fe292524f
SUCCESS checkout https://github.com/skiptools/skip.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/skiptools/skip.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[1397/165381950] Downloading https://source.skip.tools/skip/releases/download/1.6.17/skip-linux.zip
Downloading binary artifact https://source.skip.tools/skip/releases/download/1.6.17/skip-linux.zip
Downloaded https://source.skip.tools/skip/releases/download/1.6.17/skip-linux.zip (16.56s)
[1/1] Compiling plugin Create SkipLink
[2/2] Compiling plugin skipstone
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/11] Compiling SkipDrive Version.swift
[7/11] Compiling SkipDrive GradleDriver.swift
[8/11] Emitting module SkipDrive
/host/spi-builder-workspace/Sources/SkipDrive/ToolSupport.swift:2737:16: warning: stored property 'path' of 'Sendable'-conforming struct 'FileSystemError' has non-sendable type 'URL?'
    public let path: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SkipDrive/ToolSupport.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[9/11] Compiling SkipDrive SourceMap.swift
[10/11] Compiling SkipDrive ToolSupport.swift
/host/spi-builder-workspace/Sources/SkipDrive/ToolSupport.swift:2737:16: warning: stored property 'path' of 'Sendable'-conforming struct 'FileSystemError' has non-sendable type 'URL?'
    public let path: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SkipDrive/ToolSupport.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/11] Compiling SkipDrive GradleHarness.swift
/host/spi-builder-workspace/Sources/SkipDrive/GradleHarness.swift:305:44: error: type 'URL' has no member 'currentDirectory'
        var project = projectFolder ?? URL.currentDirectory()
                                       ~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SkipDrive/GradleHarness.swift:348:83: error: type 'URL' has no member 'temporaryDirectory'
            let logPath = (ProcessInfo.processInfo.environment["TEMP_DIR"] ?? URL.temporaryDirectory.path) + "/skip-gradle.log.txt"
                                                                              ~~~ ^~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux