The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Whatever, reference 1.3.0 (a5cd0f), with Swift 6.3 for Linux on 12 Apr 2026 05:09:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/intitni/Whatever.git
Reference: 1.3.0
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/intitni/Whatever
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at a5cd0f9 Remove build flag
Cloned https://github.com/intitni/Whatever.git
Revision (git rev-parse @):
a5cd0f90afc506c3f57a3f21d808933c45561422
SUCCESS checkout https://github.com/intitni/Whatever.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/intitni/Whatever.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Whatever
[5/5] Compiling Whatever Whatever.swift
[7/8] Emitting module Example
[8/8] Compiling Example Examples.swift
/host/spi-builder-workspace/Sources/Example/Examples.swift:8:5: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
 6 |
 7 | func examples() {
 8 |     WHATEVER.viewDidLoad(true)
   |     `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
 9 |     _ = WHATEVER.IS(URL.self)
10 |     let _: String = WHATEVER.IS()
/host/spi-builder-workspace/Sources/Example/Examples.swift:9:9: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
 7 | func examples() {
 8 |     WHATEVER.viewDidLoad(true)
 9 |     _ = WHATEVER.IS(URL.self)
   |         `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
10 |     let _: String = WHATEVER.IS()
11 |     let _: String = WHATEVER.L10n.TaskList.title
/host/spi-builder-workspace/Sources/Example/Examples.swift:10:21: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
 8 |     WHATEVER.viewDidLoad(true)
 9 |     _ = WHATEVER.IS(URL.self)
10 |     let _: String = WHATEVER.IS()
   |                     `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
11 |     let _: String = WHATEVER.L10n.TaskList.title
12 |     let _: Bool = WHATEVER(params: false)
/host/spi-builder-workspace/Sources/Example/Examples.swift:11:21: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
 9 |     _ = WHATEVER.IS(URL.self)
10 |     let _: String = WHATEVER.IS()
11 |     let _: String = WHATEVER.L10n.TaskList.title
   |                     `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
12 |     let _: Bool = WHATEVER(params: false)
13 |     let _: [Int] = try! [0, 1, 2, 3].map(WHATEVER.IS())
/host/spi-builder-workspace/Sources/Example/Examples.swift:12:19: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
10 |     let _: String = WHATEVER.IS()
11 |     let _: String = WHATEVER.L10n.TaskList.title
12 |     let _: Bool = WHATEVER(params: false)
   |                   `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
13 |     let _: [Int] = try! [0, 1, 2, 3].map(WHATEVER.IS())
14 |     let _: Int = WHATEVER[0]
/host/spi-builder-workspace/Sources/Example/Examples.swift:13:38: error: no exact matches in call to instance method 'map'
11 |     let _: String = WHATEVER.L10n.TaskList.title
12 |     let _: Bool = WHATEVER(params: false)
13 |     let _: [Int] = try! [0, 1, 2, 3].map(WHATEVER.IS())
   |                                      |- error: no exact matches in call to instance method 'map'
   |                                      `- note: found candidate with type '((Int) throws(E) -> Int) throws(E) -> [Int]'
14 |     let _: Int = WHATEVER[0]
15 |     let _: Int = WHATEVER["What"]
/host/spi-builder-workspace/Sources/Example/Examples.swift:14:18: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
12 |     let _: Bool = WHATEVER(params: false)
13 |     let _: [Int] = try! [0, 1, 2, 3].map(WHATEVER.IS())
14 |     let _: Int = WHATEVER[0]
   |                  `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
15 |     let _: Int = WHATEVER["What"]
16 |     let _: Character = WHATEVER[URL(string: "")]
/host/spi-builder-workspace/Sources/Example/Examples.swift:15:18: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
13 |     let _: [Int] = try! [0, 1, 2, 3].map(WHATEVER.IS())
14 |     let _: Int = WHATEVER[0]
15 |     let _: Int = WHATEVER["What"]
   |                  `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
16 |     let _: Character = WHATEVER[URL(string: "")]
17 |
/host/spi-builder-workspace/Sources/Example/Examples.swift:16:24: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
14 |     let _: Int = WHATEVER[0]
15 |     let _: Int = WHATEVER["What"]
16 |     let _: Character = WHATEVER[URL(string: "")]
   |                        `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
17 |
18 |     func accept(whatever: Whatever) -> Whatever {
/host/spi-builder-workspace/Sources/Example/Examples.swift:18:27: warning: 'Whatever' is deprecated: Replace Whatever. [#DeprecatedDeclaration]
16 |     let _: Character = WHATEVER[URL(string: "")]
17 |
18 |     func accept(whatever: Whatever) -> Whatever {
   |                           `- warning: 'Whatever' is deprecated: Replace Whatever. [#DeprecatedDeclaration]
19 |         return WHATEVER
20 |     }
/host/spi-builder-workspace/Sources/Example/Examples.swift:18:40: warning: 'Whatever' is deprecated: Replace Whatever. [#DeprecatedDeclaration]
16 |     let _: Character = WHATEVER[URL(string: "")]
17 |
18 |     func accept(whatever: Whatever) -> Whatever {
   |                                        `- warning: 'Whatever' is deprecated: Replace Whatever. [#DeprecatedDeclaration]
19 |         return WHATEVER
20 |     }
/host/spi-builder-workspace/Sources/Example/Examples.swift:19:16: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
17 |
18 |     func accept(whatever: Whatever) -> Whatever {
19 |         return WHATEVER
   |                `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
20 |     }
21 |
/host/spi-builder-workspace/Sources/Example/Examples.swift:22:5: warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
20 |     }
21 |
22 |     WHATEVER.METHOD.dependency.service.doSomthing(param: true)
   |     `- warning: 'WHATEVER' is deprecated: Replace WHATEVER. [#DeprecatedDeclaration]
23 |         .RETURNS(Promise<Void>.self)
24 |         .then { _ in }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.3 linux