The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Whatever, reference main (7e121c), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:53:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/intitni/Whatever.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/intitni/Whatever
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e121c8 Update shields in README.md
Cloned https://github.com/intitni/Whatever.git
Revision (git rev-parse @):
7e121c8f7c03e93b1639312d462d351810557092
SUCCESS checkout https://github.com/intitni/Whatever.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "whatever",
      "name": "Whatever",
      "url": "https://github.com/intitni/Whatever.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Whatever",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/intitni/Whatever.git
[1/126] Fetching whatever
Fetched https://github.com/intitni/Whatever.git from cache (1.02s)
Creating working copy for https://github.com/intitni/Whatever.git
Working copy of https://github.com/intitni/Whatever.git resolved at main (7e121c8)
warning: '.resolve-product-dependencies': dependency 'whatever' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/intitni/Whatever.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling Whatever Whatever.swift
[5/5] Emitting module Whatever
[6/7] Emitting module Example
[7/7] Compiling Example Examples.swift
/Users/admin/builder/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()
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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())
/Users/admin/builder/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]
/Users/admin/builder/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"]
/Users/admin/builder/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: "")]
/Users/admin/builder/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 |
/Users/admin/builder/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 {
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |
/Users/admin/builder/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 macosSpm