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 0.3.2 (d2caa8), with Swift 5.9 for Linux on 16 Feb 2025 06:03:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: 0.3.2
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
 * tag               0.3.2      -> FETCH_HEAD
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 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/xxKRASHxx/composable-deep-link.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling ComposableDeepLink ArrayBuilder.swift
[2/8] 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#>
[3/8] Compiling ComposableDeepLink ComposableDeepLink.swift
[4/8] Emitting module ComposableDeepLink
[5/8] Compiling ComposableDeepLink DeepLinkProcessing.swift
[6/8] Compiling ComposableDeepLink Handle.swift
[7/8] Compiling ComposableDeepLink Host.swift
[8/8] Compiling ComposableDeepLink Scheme.swift
error: fatalError
BUILD FAILURE 5.9 linux