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 swift-testing-revolutionary, reference 0.3.2 (c80b75), with Swift 5.10 for Linux on 14 Sep 2024 13:06:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/swift-testing-revolutionary.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/giginet/swift-testing-revolutionary
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at c80b75e Update dependencies
Cloned https://github.com/giginet/swift-testing-revolutionary.git
Revision (git rev-parse @):
c80b75e264739e5ecbd6b33ffc122ec8d827366a
SUCCESS checkout https://github.com/giginet/swift-testing-revolutionary.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/giginet/swift-testing-revolutionary.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-testing.git
[1/12877] Fetching swift-testing
[1418/25035] Fetching swift-testing, swift-argument-parser
[25036/90094] Fetching swift-testing, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-testing.git from cache (3.83s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.83s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.88s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.37s)
Computing version for https://github.com/apple/swift-testing.git
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (1.13s)
Computed https://github.com/apple/swift-testing.git at 0.7.0 (0.41s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
warning: 'swift-testing': 'swift-testing' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/RevolutionKitTests/Fixtures/Inputs/APIClientTests.swift.fixture
    /host/spi-builder-workspace/Tests/RevolutionKitTests/Fixtures/Expects/StoreKitTests.swift.fixture
    /host/spi-builder-workspace/Tests/RevolutionKitTests/Fixtures/Inputs/StoreKitTests.swift.fixture
    /host/spi-builder-workspace/Tests/RevolutionKitTests/Fixtures/Expects/APIClientTests.swift.fixture
[1/1] Compiling plugin GenerateManual
error: fatalError
/host/spi-builder-workspace/Plugins/RevolutionaryPlugin/Plugin.swift:62:9: error: no exact matches in call to initializer
        URL(filePath: string)
        ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
[2/2] Compiling plugin RevolutionaryPlugin
BUILD FAILURE 5.10 linux