Build Information
Failed to build SpeziLicense, reference main (2249ce
), with Swift 5.9 for Linux on 13 Aug 2024 08:00:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.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/StanfordSpezi/SpeziLicense
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2249ce6 Minor changes for Strict Concurrency (#4)
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
2249ce615a624a072834e31e7906b779ba82b824
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziLicense.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:2fbbf0786de06d5b5ae93c54da051e64b9ddb960e317c9af2272259f6411b6fe
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/StanfordSpezi/Spezi
Fetching https://github.com/FelixHerrmann/swift-package-list.git
[1/2677] Fetching swift-package-list
[2678/11207] Fetching swift-package-list, spezi
Fetched https://github.com/FelixHerrmann/swift-package-list.git (0.31s)
Fetched https://github.com/StanfordSpezi/Spezi (0.32s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.7.0 (0.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions
Fetching https://github.com/StanfordSpezi/SpeziFoundation
[1/368] Fetching xctruntimeassertions
[369/721] Fetching xctruntimeassertions, spezifoundation
[722/15613] Fetching xctruntimeassertions, spezifoundation, swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation (0.95s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions (0.95s)
Fetched https://github.com/apple/swift-collections.git (0.97s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions at 1.1.1 (0.41s)
Computing version for https://github.com/FelixHerrmann/swift-package-list.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.2.0 (0.34s)
Fetching https://github.com/apple/swift-argument-parser
[1/12119] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.2 (0.50s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation
Computed https://github.com/StanfordSpezi/SpeziFoundation at 1.1.3 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.37s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.2
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.7.0
Creating working copy for https://github.com/FelixHerrmann/swift-package-list.git
Working copy of https://github.com/FelixHerrmann/swift-package-list.git resolved at 4.2.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation
Working copy of https://github.com/StanfordSpezi/SpeziFoundation resolved at 1.1.3
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings.license
[1/1] Compiling plugin GenerateManual
error: fatalError
/host/spi-builder-workspace/.build/checkouts/swift-package-list/Plugins/SwiftPackageListPlugin/SwiftPackageListPlugin.Configuration.swift:60:19: error: no exact matches in call to initializer
let url = URL(filePath: path.string)
^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
public init?(string: 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 SwiftPackageListPlugin
BUILD FAILURE 5.9 linux