The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Pelican, reference 0.8.1 (8fd80d), with Swift 6.2 (beta) for Android on 17 Jun 2025 20:39:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/takanu/pelican.git
Reference: 0.8.1
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/takanu/pelican
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at 8fd80db - Initial conversion to Swift 4.2 - Fixed misleading "useWebPreview" argument in the sendMessage Sync and Async method to "disableWebPreview"
Cloned https://github.com/takanu/pelican.git
Revision (git rev-parse @):
8fd80dba68c5a6082840d2d9a2c5161e8b2e5d83
SUCCESS checkout https://github.com/takanu/pelican.git at 0.8.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/takanu/pelican.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/IBM-Swift/SwiftyJSON.git
[1/2687] Fetching swiftyjson
Fetched https://github.com/IBM-Swift/SwiftyJSON.git from cache (0.28s)
Computing version for https://github.com/IBM-Swift/SwiftyJSON.git
Computed https://github.com/IBM-Swift/SwiftyJSON.git at 17.0.5 (3.45s)
Creating working copy for https://github.com/IBM-Swift/SwiftyJSON.git
Working copy of https://github.com/IBM-Swift/SwiftyJSON.git resolved at 17.0.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/6] Compiling SwiftyJSON LclJSONSerialization.swift
[5/6] Emitting module SwiftyJSON
[6/6] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Sources/SwiftyJSON/SwiftyJSON.swift:1547:30: error: ambiguous use of operator '<'
1545 |     switch (lhs.type, rhs.type) {
1546 |     case (.number, .number):
1547 |         return lhs.rawNumber < rhs.rawNumber
     |                              `- error: ambiguous use of operator '<'
1548 |     case (.string, .string):
1549 |         return lhs.rawString < rhs.rawString
     :
1602 | // TODO: why must this be excluded, only on Linux, with Swift 5.1?
1603 | #else
1604 | func <(lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1605 |
1606 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
BUILD FAILURE 6.2 android