The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build composable-deep-link, reference main (d2caa8), with Swift 5.10 for Linux on 16 Feb 2025 06:03:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xxKRASHxx/composable-deep-link.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/xxKRASHxx/composable-deep-link
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2caa8e main bump version
Cloned https://github.com/xxKRASHxx/composable-deep-link.git
Revision (git rev-parse @):
d2caa8e39f7f63461abd7bf687f1988cab72305f
SUCCESS checkout https://github.com/xxKRASHxx/composable-deep-link.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/xxKRASHxx/composable-deep-link.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling ComposableDeepLink Scheme.swift
[4/10] Compiling ComposableDeepLink ArrayBuilder.swift
[5/10] Compiling ComposableDeepLink Handle.swift
[6/10] Compiling ComposableDeepLink DeepLinkProcessing.swift
[7/10] Compiling ComposableDeepLink Host.swift
[8/10] Compiling ComposableDeepLink Path.swift
/host/spi-builder-workspace/Sources/ComposableDeepLink/Features/Path.swift:28:35: error: cannot call value of non-function type 'String'
            guard let match = url.path().firstMatch(of: urlParams) else { return nil }
                                  ^   ~~

/host/spi-builder-workspace/Sources/ComposableDeepLink/Features/Path.swift:31:26: error: generic parameter 'Sequence2' could not be inferred
                    raw: zip(path.arguments, match.output.dropFirst().map(\.value))
                         ^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
                       ^
/host/spi-builder-workspace/Sources/ComposableDeepLink/Features/Path.swift:31:75: error: cannot infer key path type from context; consider explicitly specifying a root type
                    raw: zip(path.arguments, match.output.dropFirst().map(\.value))
                                                                          ^
                                                                           <#Root#>
[9/10] Emitting module ComposableDeepLink
[10/10] Compiling ComposableDeepLink ComposableDeepLink.swift
error: fatalError
BUILD FAILURE 5.10 linux